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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayName()Name of the cluster.com.google.protobuf.ByteStringgetDisplayNameBytes()Name of the cluster.StringgetLinkedResource()A link back to the parent resource, in this case Instance.com.google.protobuf.ByteStringgetLinkedResourceBytes()A link back to the parent resource, in this case Instance.StringgetLocation()Location of the cluster, typically a Cloud zone.com.google.protobuf.ByteStringgetLocationBytes()Location of the cluster, typically a Cloud zone.StringgetType()Type of the resource.com.google.protobuf.ByteStringgetTypeBytes()Type of the resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-