Class TrustConfig.Builder (0.44.0)

public static final class TrustConfig.Builder extends GeneratedMessageV3.Builder<TrustConfig.Builder> implements TrustConfigOrBuilder

Defines a trust config.

Protobuf type google.cloud.certificatemanager.v1.TrustConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllTrustStores(Iterable<? extends TrustConfig.TrustStore> values)

public TrustConfig.Builder addAllTrustStores(Iterable<? extends TrustConfig.TrustStore> values)

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.certificatemanager.v1.TrustConfig.TrustStore>
Returns
TypeDescription
TrustConfig.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TrustConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TrustConfig.Builder
Overrides

addTrustStores(TrustConfig.TrustStore value)

public TrustConfig.Builder addTrustStores(TrustConfig.TrustStore value)

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Parameter
NameDescription
valueTrustConfig.TrustStore
Returns
TypeDescription
TrustConfig.Builder

addTrustStores(TrustConfig.TrustStore.Builder builderForValue)

public TrustConfig.Builder addTrustStores(TrustConfig.TrustStore.Builder builderForValue)

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Parameter
NameDescription
builderForValueTrustConfig.TrustStore.Builder
Returns
TypeDescription
TrustConfig.Builder

addTrustStores(int index, TrustConfig.TrustStore value)

public TrustConfig.Builder addTrustStores(int index, TrustConfig.TrustStore value)

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Parameters
NameDescription
indexint
valueTrustConfig.TrustStore
Returns
TypeDescription
TrustConfig.Builder

addTrustStores(int index, TrustConfig.TrustStore.Builder builderForValue)

public TrustConfig.Builder addTrustStores(int index, TrustConfig.TrustStore.Builder builderForValue)

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Parameters
NameDescription
indexint
builderForValueTrustConfig.TrustStore.Builder
Returns
TypeDescription
TrustConfig.Builder

addTrustStoresBuilder()

public TrustConfig.TrustStore.Builder addTrustStoresBuilder()

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Returns
TypeDescription
TrustConfig.TrustStore.Builder

addTrustStoresBuilder(int index)

public TrustConfig.TrustStore.Builder addTrustStoresBuilder(int index)

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
TrustConfig.TrustStore.Builder

build()

public TrustConfig build()
Returns
TypeDescription
TrustConfig

buildPartial()

public TrustConfig buildPartial()
Returns
TypeDescription
TrustConfig

clear()

public TrustConfig.Builder clear()
Returns
TypeDescription
TrustConfig.Builder
Overrides

clearCreateTime()

public TrustConfig.Builder clearCreateTime()

Output only. The creation timestamp of a TrustConfig.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TrustConfig.Builder

clearDescription()

public TrustConfig.Builder clearDescription()

One or more paragraphs of text description of a TrustConfig.

string description = 5;

Returns
TypeDescription
TrustConfig.Builder

This builder for chaining.

clearEtag()

public TrustConfig.Builder clearEtag()

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 6;

Returns
TypeDescription
TrustConfig.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public TrustConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
TrustConfig.Builder
Overrides

clearLabels()

public TrustConfig.Builder clearLabels()
Returns
TypeDescription
TrustConfig.Builder

clearName()

public TrustConfig.Builder clearName()

A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern projects/*/locations/*/trustConfigs/*.

string name = 1;

Returns
TypeDescription
TrustConfig.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public TrustConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
TrustConfig.Builder
Overrides

clearTrustStores()

public TrustConfig.Builder clearTrustStores()

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Returns
TypeDescription
TrustConfig.Builder

clearUpdateTime()

public TrustConfig.Builder clearUpdateTime()

Output only. The last update timestamp of a TrustConfig.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TrustConfig.Builder

clone()

public TrustConfig.Builder clone()
Returns
TypeDescription
TrustConfig.Builder
Overrides

containsLabels(String key)

public boolean containsLabels(String key)

Set of labels associated with a TrustConfig.

map<string, string> labels = 4;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getCreateTime()

public Timestamp getCreateTime()

Output only. The creation timestamp of a TrustConfig.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. The creation timestamp of a TrustConfig.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The creation timestamp of a TrustConfig.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public TrustConfig getDefaultInstanceForType()
Returns
TypeDescription
TrustConfig

getDescription()

public String getDescription()

One or more paragraphs of text description of a TrustConfig.

string description = 5;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

One or more paragraphs of text description of a TrustConfig.

string description = 5;

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEtag()

public String getEtag()

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 6;

Returns
TypeDescription
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 6;

Returns
TypeDescription
ByteString

The bytes for etag.

getLabels() (deprecated)

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public int getLabelsCount()

Set of labels associated with a TrustConfig.

map<string, string> labels = 4;

Returns
TypeDescription
int

getLabelsMap()

public Map<String,String> getLabelsMap()

Set of labels associated with a TrustConfig.

map<string, string> labels = 4;

Returns
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

Set of labels associated with a TrustConfig.

map<string, string> labels = 4;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

Set of labels associated with a TrustConfig.

map<string, string> labels = 4;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getMutableLabels() (deprecated)

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getName()

public String getName()

A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern projects/*/locations/*/trustConfigs/*.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern projects/*/locations/*/trustConfigs/*.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getTrustStores(int index)

public TrustConfig.TrustStore getTrustStores(int index)

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
TrustConfig.TrustStore

getTrustStoresBuilder(int index)

public TrustConfig.TrustStore.Builder getTrustStoresBuilder(int index)

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
TrustConfig.TrustStore.Builder

getTrustStoresBuilderList()

public List<TrustConfig.TrustStore.Builder> getTrustStoresBuilderList()

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Returns
TypeDescription
List<Builder>

getTrustStoresCount()

public int getTrustStoresCount()

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Returns
TypeDescription
int

getTrustStoresList()

public List<TrustConfig.TrustStore> getTrustStoresList()

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Returns
TypeDescription
List<TrustStore>

getTrustStoresOrBuilder(int index)

public TrustConfig.TrustStoreOrBuilder getTrustStoresOrBuilder(int index)

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
TrustConfig.TrustStoreOrBuilder

getTrustStoresOrBuilderList()

public List<? extends TrustConfig.TrustStoreOrBuilder> getTrustStoresOrBuilderList()

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Returns
TypeDescription
List<? extends com.google.cloud.certificatemanager.v1.TrustConfig.TrustStoreOrBuilder>

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The last update timestamp of a TrustConfig.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. The last update timestamp of a TrustConfig.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The last update timestamp of a TrustConfig.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. The creation timestamp of a TrustConfig.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The last update timestamp of a TrustConfig.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeCreateTime(Timestamp value)

public TrustConfig.Builder mergeCreateTime(Timestamp value)

Output only. The creation timestamp of a TrustConfig.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
TrustConfig.Builder

mergeFrom(TrustConfig other)

public TrustConfig.Builder mergeFrom(TrustConfig other)
Parameter
NameDescription
otherTrustConfig
Returns
TypeDescription
TrustConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TrustConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TrustConfig.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public TrustConfig.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
TrustConfig.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TrustConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
TrustConfig.Builder
Overrides

mergeUpdateTime(Timestamp value)

public TrustConfig.Builder mergeUpdateTime(Timestamp value)

Output only. The last update timestamp of a TrustConfig.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
TrustConfig.Builder

putAllLabels(Map<String,String> values)

public TrustConfig.Builder putAllLabels(Map<String,String> values)

Set of labels associated with a TrustConfig.

map<string, string> labels = 4;

Parameter
NameDescription
valuesMap<String,String>
Returns
TypeDescription
TrustConfig.Builder

putLabels(String key, String value)

public TrustConfig.Builder putLabels(String key, String value)

Set of labels associated with a TrustConfig.

map<string, string> labels = 4;

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
TrustConfig.Builder

removeLabels(String key)

public TrustConfig.Builder removeLabels(String key)

Set of labels associated with a TrustConfig.

map<string, string> labels = 4;

Parameter
NameDescription
keyString
Returns
TypeDescription
TrustConfig.Builder

removeTrustStores(int index)

public TrustConfig.Builder removeTrustStores(int index)

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
TrustConfig.Builder

setCreateTime(Timestamp value)

public TrustConfig.Builder setCreateTime(Timestamp value)

Output only. The creation timestamp of a TrustConfig.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
TrustConfig.Builder

setCreateTime(Timestamp.Builder builderForValue)

public TrustConfig.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. The creation timestamp of a TrustConfig.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
TrustConfig.Builder

setDescription(String value)

public TrustConfig.Builder setDescription(String value)

One or more paragraphs of text description of a TrustConfig.

string description = 5;

Parameter
NameDescription
valueString

The description to set.

Returns
TypeDescription
TrustConfig.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public TrustConfig.Builder setDescriptionBytes(ByteString value)

One or more paragraphs of text description of a TrustConfig.

string description = 5;

Parameter
NameDescription
valueByteString

The bytes for description to set.

Returns
TypeDescription
TrustConfig.Builder

This builder for chaining.

setEtag(String value)

public TrustConfig.Builder setEtag(String value)

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 6;

Parameter
NameDescription
valueString

The etag to set.

Returns
TypeDescription
TrustConfig.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public TrustConfig.Builder setEtagBytes(ByteString value)

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 6;

Parameter
NameDescription
valueByteString

The bytes for etag to set.

Returns
TypeDescription
TrustConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public TrustConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TrustConfig.Builder
Overrides

setName(String value)

public TrustConfig.Builder setName(String value)

A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern projects/*/locations/*/trustConfigs/*.

string name = 1;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
TrustConfig.Builder

This builder for chaining.

setNameBytes(ByteString value)

public TrustConfig.Builder setNameBytes(ByteString value)

A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern projects/*/locations/*/trustConfigs/*.

string name = 1;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
TrustConfig.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public TrustConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
TrustConfig.Builder
Overrides

setTrustStores(int index, TrustConfig.TrustStore value)

public TrustConfig.Builder setTrustStores(int index, TrustConfig.TrustStore value)

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Parameters
NameDescription
indexint
valueTrustConfig.TrustStore
Returns
TypeDescription
TrustConfig.Builder

setTrustStores(int index, TrustConfig.TrustStore.Builder builderForValue)

public TrustConfig.Builder setTrustStores(int index, TrustConfig.TrustStore.Builder builderForValue)

Set of trust stores to perform validation against.

This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation.

Only one TrustStore specified is currently allowed.

repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;

Parameters
NameDescription
indexint
builderForValueTrustConfig.TrustStore.Builder
Returns
TypeDescription
TrustConfig.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final TrustConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
TrustConfig.Builder
Overrides

setUpdateTime(Timestamp value)

public TrustConfig.Builder setUpdateTime(Timestamp value)

Output only. The last update timestamp of a TrustConfig.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
TrustConfig.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public TrustConfig.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. The last update timestamp of a TrustConfig.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
TrustConfig.Builder