public interface CreateAppProfileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AppProfile |
getAppProfile()
Required.
|
String |
getAppProfileId()
Required.
|
com.google.protobuf.ByteString |
getAppProfileIdBytes()
Required.
|
AppProfileOrBuilder |
getAppProfileOrBuilder()
Required.
|
boolean |
getIgnoreWarnings()
If true, ignore safety checks when creating the app profile.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasAppProfile()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The unique name of the instance in which to create the new app profile.
Values are of the form
`projects/{project}/instances/{instance}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The unique name of the instance in which to create the new app profile.
Values are of the form
`projects/{project}/instances/{instance}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getAppProfileId()
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`.
string app_profile_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getAppProfileIdBytes()
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`.
string app_profile_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasAppProfile()
Required. The app profile to be created. Fields marked `OutputOnly` will be ignored.
.google.bigtable.admin.v2.AppProfile app_profile = 3 [(.google.api.field_behavior) = REQUIRED];
AppProfile getAppProfile()
Required. The app profile to be created. Fields marked `OutputOnly` will be ignored.
.google.bigtable.admin.v2.AppProfile app_profile = 3 [(.google.api.field_behavior) = REQUIRED];
AppProfileOrBuilder getAppProfileOrBuilder()
Required. The app profile to be created. Fields marked `OutputOnly` will be ignored.
.google.bigtable.admin.v2.AppProfile app_profile = 3 [(.google.api.field_behavior) = REQUIRED];
boolean getIgnoreWarnings()
If true, ignore safety checks when creating the app profile.
bool ignore_warnings = 4;Copyright © 2023 Google LLC. All rights reserved.