public final class CloudBigtableInstanceSpec extends GeneratedMessage implements CloudBigtableInstanceSpecOrBuilder Specification that applies to Instance
entries that are part of CLOUD_BIGTABLE system.
(user_specified_type)
Protobuf type google.cloud.datacatalog.v1.CloudBigtableInstanceSpec
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > CloudBigtableInstanceSpecImplements
CloudBigtableInstanceSpecOrBuilderStatic Fields
CLOUD_BIGTABLE_CLUSTER_SPECS_FIELD_NUMBER
public static final int CLOUD_BIGTABLE_CLUSTER_SPECS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static CloudBigtableInstanceSpec getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static CloudBigtableInstanceSpec.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec.Builder |
|
newBuilder(CloudBigtableInstanceSpec prototype)
public static CloudBigtableInstanceSpec.Builder newBuilder(CloudBigtableInstanceSpec prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
CloudBigtableInstanceSpec |
| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec.Builder |
|
parseDelimitedFrom(InputStream input)
public static CloudBigtableInstanceSpec parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CloudBigtableInstanceSpec parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static CloudBigtableInstanceSpec parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CloudBigtableInstanceSpec parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static CloudBigtableInstanceSpec parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudBigtableInstanceSpec parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static CloudBigtableInstanceSpec parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CloudBigtableInstanceSpec parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static CloudBigtableInstanceSpec parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CloudBigtableInstanceSpec parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static CloudBigtableInstanceSpec parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CloudBigtableInstanceSpec parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<CloudBigtableInstanceSpec> parser()| Returns | |
|---|---|
| Type | Description |
Parser<CloudBigtableInstanceSpec> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCloudBigtableClusterSpecs(int index)
public CloudBigtableInstanceSpec.CloudBigtableClusterSpec getCloudBigtableClusterSpecs(int index)The list of clusters for the Instance.
repeated .google.cloud.datacatalog.v1.CloudBigtableInstanceSpec.CloudBigtableClusterSpec cloud_bigtable_cluster_specs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec.CloudBigtableClusterSpec |
|
getCloudBigtableClusterSpecsCount()
public int getCloudBigtableClusterSpecsCount()The list of clusters for the Instance.
repeated .google.cloud.datacatalog.v1.CloudBigtableInstanceSpec.CloudBigtableClusterSpec cloud_bigtable_cluster_specs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCloudBigtableClusterSpecsList()
public List<CloudBigtableInstanceSpec.CloudBigtableClusterSpec> getCloudBigtableClusterSpecsList()The list of clusters for the Instance.
repeated .google.cloud.datacatalog.v1.CloudBigtableInstanceSpec.CloudBigtableClusterSpec cloud_bigtable_cluster_specs = 1;
| Returns | |
|---|---|
| Type | Description |
List<CloudBigtableClusterSpec> |
|
getCloudBigtableClusterSpecsOrBuilder(int index)
public CloudBigtableInstanceSpec.CloudBigtableClusterSpecOrBuilder getCloudBigtableClusterSpecsOrBuilder(int index)The list of clusters for the Instance.
repeated .google.cloud.datacatalog.v1.CloudBigtableInstanceSpec.CloudBigtableClusterSpec cloud_bigtable_cluster_specs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec.CloudBigtableClusterSpecOrBuilder |
|
getCloudBigtableClusterSpecsOrBuilderList()
public List<? extends CloudBigtableInstanceSpec.CloudBigtableClusterSpecOrBuilder> getCloudBigtableClusterSpecsOrBuilderList()The list of clusters for the Instance.
repeated .google.cloud.datacatalog.v1.CloudBigtableInstanceSpec.CloudBigtableClusterSpec cloud_bigtable_cluster_specs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datacatalog.v1.CloudBigtableInstanceSpec.CloudBigtableClusterSpecOrBuilder> |
|
getDefaultInstanceForType()
public CloudBigtableInstanceSpec getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec |
|
getParserForType()
public Parser<CloudBigtableInstanceSpec> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<CloudBigtableInstanceSpec> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public CloudBigtableInstanceSpec.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected CloudBigtableInstanceSpec.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec.Builder |
|
toBuilder()
public CloudBigtableInstanceSpec.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
CloudBigtableInstanceSpec.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|