public final class CreateAppProfileRequest extends GeneratedMessageV3 implements CreateAppProfileRequestOrBuilder
Request message for BigtableInstanceAdmin.CreateAppProfile.
Protobuf type google.bigtable.admin.v2.CreateAppProfileRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CreateAppProfileRequestImplements
CreateAppProfileRequestOrBuilderFields
APP_PROFILE_FIELD_NUMBER
public static final int APP_PROFILE_FIELD_NUMBER
Type | Description |
int |
APP_PROFILE_ID_FIELD_NUMBER
public static final int APP_PROFILE_ID_FIELD_NUMBER
Type | Description |
int |
IGNORE_WARNINGS_FIELD_NUMBER
public static final int IGNORE_WARNINGS_FIELD_NUMBER
Type | Description |
int |
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Type | Description |
int |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getAppProfile()
public 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 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 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 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 |
getDefaultInstance()
public static CreateAppProfileRequest getDefaultInstance()
Type | Description |
CreateAppProfileRequest |
getDefaultInstanceForType()
public CreateAppProfileRequest getDefaultInstanceForType()
Type | Description |
CreateAppProfileRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getIgnoreWarnings()
public boolean getIgnoreWarnings()
If true, ignore safety checks when creating the app profile.
bool ignore_warnings = 4;
Type | Description |
boolean | The ignoreWarnings. |
getParent()
public 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 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. |
getParserForType()
public Parser<CreateAppProfileRequest> getParserForType()
Type | Description |
Parser<CreateAppProfileRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasAppProfile()
public 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. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilder()
public static CreateAppProfileRequest.Builder newBuilder()
Type | Description |
CreateAppProfileRequest.Builder |
newBuilder(CreateAppProfileRequest prototype)
public static CreateAppProfileRequest.Builder newBuilder(CreateAppProfileRequest prototype)
Name | Description |
prototype | CreateAppProfileRequest |
Type | Description |
CreateAppProfileRequest.Builder |
newBuilderForType()
public CreateAppProfileRequest.Builder newBuilderForType()
Type | Description |
CreateAppProfileRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateAppProfileRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
CreateAppProfileRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
parseDelimitedFrom(InputStream input)
public static CreateAppProfileRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateAppProfileRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateAppProfileRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateAppProfileRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static CreateAppProfileRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
CreateAppProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateAppProfileRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateAppProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static CreateAppProfileRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
CreateAppProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateAppProfileRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateAppProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static CreateAppProfileRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
CreateAppProfileRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateAppProfileRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateAppProfileRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static CreateAppProfileRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateAppProfileRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateAppProfileRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateAppProfileRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static CreateAppProfileRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
CreateAppProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateAppProfileRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateAppProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<CreateAppProfileRequest> parser()
Type | Description |
Parser<CreateAppProfileRequest> |
toBuilder()
public CreateAppProfileRequest.Builder toBuilder()
Type | Description |
CreateAppProfileRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |