public static final class Cluster.Builder extends GeneratedMessageV3.Builder<Cluster.Builder> implements ClusterOrBuilderMessage describing the Cluster object.
 Protobuf type google.cloud.visionai.v1.Cluster
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Cluster.BuilderImplements
ClusterOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Cluster.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
build()
public Cluster build()| Returns | |
|---|---|
| Type | Description | 
Cluster | 
        |
buildPartial()
public Cluster buildPartial()| Returns | |
|---|---|
| Type | Description | 
Cluster | 
        |
clear()
public Cluster.Builder clear()| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
clearAnnotations()
public Cluster.Builder clearAnnotations()| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
clearCreateTime()
public Cluster.Builder clearCreateTime()Output only. The create timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
clearDataplaneServiceEndpoint()
public Cluster.Builder clearDataplaneServiceEndpoint()Output only. The DNS name of the data plane service
 string dataplane_service_endpoint = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public Cluster.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
clearLabels()
public Cluster.Builder clearLabels()| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
clearName()
public Cluster.Builder clearName()Output only. Name of the resource.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public Cluster.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
clearPscTarget()
public Cluster.Builder clearPscTarget()Output only. The private service connection service target name.
 string psc_target = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        This builder for chaining.  | 
      
clearState()
public Cluster.Builder clearState()Output only. The current state of the cluster.
 
 .google.cloud.visionai.v1.Cluster.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        This builder for chaining.  | 
      
clearUpdateTime()
public Cluster.Builder clearUpdateTime()Output only. The update timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
clone()
public Cluster.Builder clone()| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
containsAnnotations(String key)
public 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 boolean containsLabels(String key)Labels as key value pairs
 map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
getAnnotations() (deprecated)
public Map<String,String> getAnnotations()Use #getAnnotationsMap() instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getAnnotationsCount()
public int getAnnotationsCount()Annotations to allow clients to store small amounts of arbitrary data.
 map<string, string> annotations = 5;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getAnnotationsMap()
public 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 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 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 Timestamp getCreateTime()Output only. The create timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The createTime.  | 
      
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. The create timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Builder | 
        |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The create timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getDataplaneServiceEndpoint()
public String getDataplaneServiceEndpoint()Output only. The DNS name of the data plane service
 string dataplane_service_endpoint = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The dataplaneServiceEndpoint.  | 
      
getDataplaneServiceEndpointBytes()
public ByteString getDataplaneServiceEndpointBytes()Output only. The DNS name of the data plane service
 string dataplane_service_endpoint = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for dataplaneServiceEndpoint.  | 
      
getDefaultInstanceForType()
public Cluster getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
Cluster | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getLabels() (deprecated)
public Map<String,String> getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getLabelsCount()
public int getLabelsCount()Labels as key value pairs
 map<string, string> labels = 4;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getLabelsMap()
public 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 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 String getLabelsOrThrow(String key)Labels as key value pairs
 map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getMutableAnnotations() (deprecated)
public Map<String,String> getMutableAnnotations()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getMutableLabels() (deprecated)
public Map<String,String> getMutableLabels()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getName()
public String getName()Output only. Name of the resource.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public ByteString getNameBytes()Output only. Name of the resource.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getPscTarget()
public String getPscTarget()Output only. The private service connection service target name.
 string psc_target = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The pscTarget.  | 
      
getPscTargetBytes()
public ByteString getPscTargetBytes()Output only. The private service connection service target name.
 string psc_target = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for pscTarget.  | 
      
getState()
public Cluster.State getState()Output only. The current state of the cluster.
 
 .google.cloud.visionai.v1.Cluster.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Cluster.State | 
        The state.  | 
      
getStateValue()
public int getStateValue()Output only. The current state of the cluster.
 
 .google.cloud.visionai.v1.Cluster.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for state.  | 
      
getUpdateTime()
public Timestamp getUpdateTime()Output only. The update timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The updateTime.  | 
      
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. The update timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Builder | 
        |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The update timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
hasCreateTime()
public boolean hasCreateTime()Output only. The create timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the createTime field is set.  | 
      
hasUpdateTime()
public boolean hasUpdateTime()Output only. The update timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the updateTime field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description | 
number | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
com.google.protobuf.MapFieldReflectionAccessor | 
        |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description | 
number | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
com.google.protobuf.MapFieldReflectionAccessor | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeCreateTime(Timestamp value)
public Cluster.Builder mergeCreateTime(Timestamp value)Output only. The create timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
mergeFrom(Cluster other)
public Cluster.Builder mergeFrom(Cluster other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Cluster | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Cluster.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public Cluster.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Cluster.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
mergeUpdateTime(Timestamp value)
public Cluster.Builder mergeUpdateTime(Timestamp value)Output only. The update timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
putAllAnnotations(Map<String,String> values)
public Cluster.Builder putAllAnnotations(Map<String,String> values)Annotations to allow clients to store small amounts of arbitrary data.
 map<string, string> annotations = 5;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Map<String,String> | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
putAllLabels(Map<String,String> values)
public Cluster.Builder putAllLabels(Map<String,String> values)Labels as key value pairs
 map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Map<String,String> | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
putAnnotations(String key, String value)
public Cluster.Builder putAnnotations(String key, String value)Annotations to allow clients to store small amounts of arbitrary data.
 map<string, string> annotations = 5;
| Parameters | |
|---|---|
| Name | Description | 
key | 
        String | 
      
value | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
putLabels(String key, String value)
public Cluster.Builder putLabels(String key, String value)Labels as key value pairs
 map<string, string> labels = 4;
| Parameters | |
|---|---|
| Name | Description | 
key | 
        String | 
      
value | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
removeAnnotations(String key)
public Cluster.Builder removeAnnotations(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 | 
Cluster.Builder | 
        |
removeLabels(String key)
public Cluster.Builder removeLabels(String key)Labels as key value pairs
 map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
setCreateTime(Timestamp value)
public Cluster.Builder setCreateTime(Timestamp value)Output only. The create timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
setCreateTime(Timestamp.Builder builderForValue)
public Cluster.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The create timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
setDataplaneServiceEndpoint(String value)
public Cluster.Builder setDataplaneServiceEndpoint(String value)Output only. The DNS name of the data plane service
 string dataplane_service_endpoint = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe dataplaneServiceEndpoint to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        This builder for chaining.  | 
      
setDataplaneServiceEndpointBytes(ByteString value)
public Cluster.Builder setDataplaneServiceEndpointBytes(ByteString value)Output only. The DNS name of the data plane service
 string dataplane_service_endpoint = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for dataplaneServiceEndpoint to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public Cluster.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
setName(String value)
public Cluster.Builder setName(String value)Output only. Name of the resource.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        This builder for chaining.  | 
      
setNameBytes(ByteString value)
public Cluster.Builder setNameBytes(ByteString value)Output only. Name of the resource.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        This builder for chaining.  | 
      
setPscTarget(String value)
public Cluster.Builder setPscTarget(String value)Output only. The private service connection service target name.
 string psc_target = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe pscTarget to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        This builder for chaining.  | 
      
setPscTargetBytes(ByteString value)
public Cluster.Builder setPscTargetBytes(ByteString value)Output only. The private service connection service target name.
 string psc_target = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for pscTarget to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Cluster.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
setState(Cluster.State value)
public Cluster.Builder setState(Cluster.State value)Output only. The current state of the cluster.
 
 .google.cloud.visionai.v1.Cluster.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Cluster.StateThe state to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        This builder for chaining.  | 
      
setStateValue(int value)
public Cluster.Builder setStateValue(int value)Output only. The current state of the cluster.
 
 .google.cloud.visionai.v1.Cluster.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for state to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final Cluster.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
setUpdateTime(Timestamp value)
public Cluster.Builder setUpdateTime(Timestamp value)Output only. The update timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |
setUpdateTime(Timestamp.Builder builderForValue)
public Cluster.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. The update timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Cluster.Builder | 
        |