CreateAppProfileRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for BigtableInstanceAdmin.CreateAppProfile.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The unique name of the instance in which to create the new app profile. Values are of the form projects/{project}/instances/{instance} .
|
app_profile_id |
str
Required. The ID to be used when referring to the new app profile within its instance, e.g., just myprofile rather
than
projects/myproject/instances/myinstance/appProfiles/myprofile .
|
app_profile |
google.cloud.bigtable_admin_v2.types.AppProfile
Required. The app profile to be created. Fields marked OutputOnly will be ignored.
|
ignore_warnings |
bool
If true, ignore safety checks when creating the app profile. |