public interface CreateAppProfileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AppProfile |
getAppProfile()
The app profile to be created.
|
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`.
|
com.google.protobuf.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.
|
String |
getParent()
The unique name of the instance in which to create the new app profile.
|
com.google.protobuf.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, hasOneofString 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;com.google.protobuf.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;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;com.google.protobuf.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;Copyright © 2018 Google LLC. All rights reserved.