public interface ClusterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsAnnotations(String key)
public abstract boolean containsAnnotations(String key)Annotations to allow clients to store small amounts of arbitrary data.
map<string, string> annotations = 5;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
containsLabels(String key)
public abstract boolean containsLabels(String key)Labels as key value pairs
map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getAnnotations()
public abstract Map<String,String> getAnnotations()Use #getAnnotationsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getAnnotationsCount()
public abstract int getAnnotationsCount()Annotations to allow clients to store small amounts of arbitrary data.
map<string, string> annotations = 5;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAnnotationsMap()
public abstract Map<String,String> getAnnotationsMap()Annotations to allow clients to store small amounts of arbitrary data.
map<string, string> annotations = 5;
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getAnnotationsOrDefault(String key, String defaultValue)
public abstract String getAnnotationsOrDefault(String key, String defaultValue)Annotations to allow clients to store small amounts of arbitrary data.
map<string, string> annotations = 5;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getAnnotationsOrThrow(String key)
public abstract String getAnnotationsOrThrow(String key)Annotations to allow clients to store small amounts of arbitrary data.
map<string, string> annotations = 5;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getCreateTime()
public abstract Timestamp getCreateTime()Output only. The create timestamp.
.google.protobuf.Timestamp create_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. The create timestamp.
.google.protobuf.Timestamp create_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDataplaneServiceEndpoint()
public abstract String getDataplaneServiceEndpoint()Output only. The DNS name of the data plane service
string dataplane_service_endpoint = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The dataplaneServiceEndpoint. |
getDataplaneServiceEndpointBytes()
public abstract ByteString getDataplaneServiceEndpointBytes()Output only. The DNS name of the data plane service
string dataplane_service_endpoint = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dataplaneServiceEndpoint. |
getLabels()
public abstract Map<String,String> getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getLabelsCount()
public abstract int getLabelsCount()Labels as key value pairs
map<string, string> labels = 4;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLabelsMap()
public abstract Map<String,String> getLabelsMap()Labels as key value pairs
map<string, string> labels = 4;
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)Labels as key value pairs
map<string, string> labels = 4;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)Labels as key value pairs
map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getName()
public abstract String getName()Output only. Name of the resource.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Output only. Name of the resource.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPscTarget()
public abstract String getPscTarget()Output only. The private service connection service target name.
string psc_target = 8;
| Returns | |
|---|---|
| Type | Description |
String |
The pscTarget. |
getPscTargetBytes()
public abstract ByteString getPscTargetBytes()Output only. The private service connection service target name.
string psc_target = 8;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pscTarget. |
getState()
public abstract Cluster.State getState()Output only. The current state of the cluster.
.google.events.cloud.visionai.v1.Cluster.State state = 7;
| Returns | |
|---|---|
| Type | Description |
Cluster.State |
The state. |
getStateValue()
public abstract int getStateValue()Output only. The current state of the cluster.
.google.events.cloud.visionai.v1.Cluster.State state = 7;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. The update timestamp.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The update timestamp.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasCreateTime()
public abstract boolean hasCreateTime()Output only. The create timestamp.
.google.protobuf.Timestamp create_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. The update timestamp.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |