public static interface CloudBigtableInstanceSpec.CloudBigtableClusterSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Name of the cluster.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Name of the cluster.
string display_name = 1;String getLocation()
Location of the cluster, typically a Cloud zone.
string location = 2;com.google.protobuf.ByteString getLocationBytes()
Location of the cluster, typically a Cloud zone.
string location = 2;String getType()
Type of the resource. For a cluster this would be "CLUSTER".
string type = 3;com.google.protobuf.ByteString getTypeBytes()
Type of the resource. For a cluster this would be "CLUSTER".
string type = 3;String getLinkedResource()
A link back to the parent resource, in this case Instance.
string linked_resource = 4;com.google.protobuf.ByteString getLinkedResourceBytes()
A link back to the parent resource, in this case Instance.
string linked_resource = 4;Copyright © 2023 Google LLC. All rights reserved.