public interface CreateAppProfileRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAppProfile()
public abstract 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];
Type | Description |
AppProfile | The appProfile. |
getAppProfileId()
public abstract 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];
Type | Description |
String | The appProfileId. |
getAppProfileIdBytes()
public abstract 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];
Type | Description |
ByteString | The bytes for appProfileId. |
getAppProfileOrBuilder()
public abstract 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];
Type | Description |
AppProfileOrBuilder |
getIgnoreWarnings()
public abstract boolean getIgnoreWarnings()
If true, ignore safety checks when creating the app profile.
bool ignore_warnings = 4;
Type | Description |
boolean | The ignoreWarnings. |
getParent()
public abstract String 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) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public abstract 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) = { ... }
Type | Description |
ByteString | The bytes for parent. |
hasAppProfile()
public abstract 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];
Type | Description |
boolean | Whether the appProfile field is set. |