Package com.google.cloud.datacatalog.v1
Interface CloudBigtableInstanceSpec.CloudBigtableClusterSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CloudBigtableInstanceSpec.CloudBigtableClusterSpec,CloudBigtableInstanceSpec.CloudBigtableClusterSpec.Builder
- Enclosing class:
- CloudBigtableInstanceSpec
public static interface CloudBigtableInstanceSpec.CloudBigtableClusterSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionName of the cluster.com.google.protobuf.ByteStringName of the cluster.A link back to the parent resource, in this case Instance.com.google.protobuf.ByteStringA link back to the parent resource, in this case Instance.Location of the cluster, typically a Cloud zone.com.google.protobuf.ByteStringLocation of the cluster, typically a Cloud zone.getType()Type of the resource.com.google.protobuf.ByteStringType of the resource.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDisplayName
String getDisplayName()Name of the cluster.
string display_name = 1;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()Name of the cluster.
string display_name = 1;- Returns:
- The bytes for displayName.
-
getLocation
String getLocation()Location of the cluster, typically a Cloud zone.
string location = 2;- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()Location of the cluster, typically a Cloud zone.
string location = 2;- Returns:
- The bytes for location.
-
getType
String getType()Type of the resource. For a cluster this would be "CLUSTER".
string type = 3;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Type of the resource. For a cluster this would be "CLUSTER".
string type = 3;- Returns:
- The bytes for type.
-
getLinkedResource
String getLinkedResource()A link back to the parent resource, in this case Instance.
string linked_resource = 4;- Returns:
- The linkedResource.
-
getLinkedResourceBytes
com.google.protobuf.ByteString getLinkedResourceBytes()A link back to the parent resource, in this case Instance.
string linked_resource = 4;- Returns:
- The bytes for linkedResource.
-