public interface CreateAppProfileRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AppProfile |
getAppProfile()
The app profile to be created.
|
java.lang.String |
getAppProfileId()
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`.
|
ByteString |
getAppProfileIdBytes()
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`.
|
AppProfileOrBuilder |
getAppProfileOrBuilder()
The app profile to be created.
|
boolean |
getIgnoreWarnings()
If true, ignore safety checks when creating the app profile.
|
java.lang.String |
getParent()
The unique name of the instance in which to create the new app profile.
|
ByteString |
getParentBytes()
The unique name of the instance in which to create the new app profile.
|
boolean |
hasAppProfile()
The app profile to be created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getParent()
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;
ByteString getParentBytes()
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;
java.lang.String getAppProfileId()
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;
ByteString getAppProfileIdBytes()
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;
boolean hasAppProfile()
The app profile to be created. Fields marked `OutputOnly` will be ignored.
.google.bigtable.admin.v2.AppProfile app_profile = 3;
AppProfile getAppProfile()
The app profile to be created. Fields marked `OutputOnly` will be ignored.
.google.bigtable.admin.v2.AppProfile app_profile = 3;
AppProfileOrBuilder getAppProfileOrBuilder()
The app profile to be created. Fields marked `OutputOnly` will be ignored.
.google.bigtable.admin.v2.AppProfile app_profile = 3;
boolean getIgnoreWarnings()
If true, ignore safety checks when creating the app profile.
bool ignore_warnings = 4;