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 String
getDisplayName()
Name of the cluster.com.google.protobuf.ByteString
getDisplayNameBytes()
Name of the cluster.String
getLinkedResource()
A link back to the parent resource, in this case Instance.com.google.protobuf.ByteString
getLinkedResourceBytes()
A link back to the parent resource, in this case Instance.String
getLocation()
Location of the cluster, typically a Cloud zone.com.google.protobuf.ByteString
getLocationBytes()
Location of the cluster, typically a Cloud zone.String
getType()
Type of the resource.com.google.protobuf.ByteString
getTypeBytes()
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.
-
-