Class Asset.Builder (2.51.0)

public static final class Asset.Builder extends GeneratedMessageV3.Builder<Asset.Builder> implements AssetOrBuilder

Security Command Center representation of a Google Cloud resource.

The Asset is a Security Command Center resource that captures information about a single Google Cloud resource. All modifications to an Asset are only within the context of Security Command Center and don't affect the referenced Google Cloud resource.

Protobuf type google.cloud.securitycenter.v1.Asset

Implements

AssetOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Asset.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Asset.Builder
Overrides

build()

public Asset build()
Returns
Type Description
Asset

buildPartial()

public Asset buildPartial()
Returns
Type Description
Asset

clear()

public Asset.Builder clear()
Returns
Type Description
Asset.Builder
Overrides

clearCanonicalName()

public Asset.Builder clearCanonicalName()

The canonical name of the resource. It's either "organizations/{organization_id}/assets/{asset_id}", "folders/{folder_id}/assets/{asset_id}" or "projects/{project_number}/assets/{asset_id}", depending on the closest CRM ancestor of the resource.

string canonical_name = 13;

Returns
Type Description
Asset.Builder

This builder for chaining.

clearCreateTime()

public Asset.Builder clearCreateTime()

The time at which the asset was created in Security Command Center.

.google.protobuf.Timestamp create_time = 9;

Returns
Type Description
Asset.Builder

clearField(Descriptors.FieldDescriptor field)

public Asset.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Asset.Builder
Overrides

clearIamPolicy()

public Asset.Builder clearIamPolicy()

Cloud IAM Policy information associated with the Google Cloud resource described by the Security Command Center asset. This information is managed and defined by the Google Cloud resource and cannot be modified by the user.

.google.cloud.securitycenter.v1.Asset.IamPolicy iam_policy = 11;

Returns
Type Description
Asset.Builder

clearName()

public Asset.Builder clearName()

The relative resource name of this asset. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/assets/{asset_id}".

string name = 1;

Returns
Type Description
Asset.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Asset.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Asset.Builder
Overrides

clearResourceProperties()

public Asset.Builder clearResourceProperties()
Returns
Type Description
Asset.Builder

clearSecurityCenterProperties()

public Asset.Builder clearSecurityCenterProperties()

Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.

.google.cloud.securitycenter.v1.Asset.SecurityCenterProperties security_center_properties = 2;

Returns
Type Description
Asset.Builder

clearSecurityMarks()

public Asset.Builder clearSecurityMarks()

User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the asset.

.google.cloud.securitycenter.v1.SecurityMarks security_marks = 8;

Returns
Type Description
Asset.Builder

clearUpdateTime()

public Asset.Builder clearUpdateTime()

The time at which the asset was last updated or added in Cloud SCC.

.google.protobuf.Timestamp update_time = 10;

Returns
Type Description
Asset.Builder

clone()

public Asset.Builder clone()
Returns
Type Description
Asset.Builder
Overrides

containsResourceProperties(String key)

public boolean containsResourceProperties(String key)

Resource managed properties. These properties are managed and defined by the Google Cloud resource and cannot be modified by the user.

map<string, .google.protobuf.Value> resource_properties = 7;

Parameter
Name Description
key String
Returns
Type Description
boolean

getCanonicalName()

public String getCanonicalName()

The canonical name of the resource. It's either "organizations/{organization_id}/assets/{asset_id}", "folders/{folder_id}/assets/{asset_id}" or "projects/{project_number}/assets/{asset_id}", depending on the closest CRM ancestor of the resource.

string canonical_name = 13;

Returns
Type Description
String

The canonicalName.

getCanonicalNameBytes()

public ByteString getCanonicalNameBytes()

The canonical name of the resource. It's either "organizations/{organization_id}/assets/{asset_id}", "folders/{folder_id}/assets/{asset_id}" or "projects/{project_number}/assets/{asset_id}", depending on the closest CRM ancestor of the resource.

string canonical_name = 13;

Returns
Type Description
ByteString

The bytes for canonicalName.

getCreateTime()

public Timestamp getCreateTime()

The time at which the asset was created in Security Command Center.

.google.protobuf.Timestamp create_time = 9;

Returns
Type Description
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

The time at which the asset was created in Security Command Center.

.google.protobuf.Timestamp create_time = 9;

Returns
Type Description
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

The time at which the asset was created in Security Command Center.

.google.protobuf.Timestamp create_time = 9;

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public Asset getDefaultInstanceForType()
Returns
Type Description
Asset

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getIamPolicy()

public Asset.IamPolicy getIamPolicy()

Cloud IAM Policy information associated with the Google Cloud resource described by the Security Command Center asset. This information is managed and defined by the Google Cloud resource and cannot be modified by the user.

.google.cloud.securitycenter.v1.Asset.IamPolicy iam_policy = 11;

Returns
Type Description
Asset.IamPolicy

The iamPolicy.

getIamPolicyBuilder()

public Asset.IamPolicy.Builder getIamPolicyBuilder()

Cloud IAM Policy information associated with the Google Cloud resource described by the Security Command Center asset. This information is managed and defined by the Google Cloud resource and cannot be modified by the user.

.google.cloud.securitycenter.v1.Asset.IamPolicy iam_policy = 11;

Returns
Type Description
Asset.IamPolicy.Builder

getIamPolicyOrBuilder()

public Asset.IamPolicyOrBuilder getIamPolicyOrBuilder()

Cloud IAM Policy information associated with the Google Cloud resource described by the Security Command Center asset. This information is managed and defined by the Google Cloud resource and cannot be modified by the user.

.google.cloud.securitycenter.v1.Asset.IamPolicy iam_policy = 11;

Returns
Type Description
Asset.IamPolicyOrBuilder

getMutableResourceProperties() (deprecated)

public Map<String,Value> getMutableResourceProperties()

Use alternate mutation accessors instead.

Returns
Type Description
Map<String,Value>

getName()

public String getName()

The relative resource name of this asset. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/assets/{asset_id}".

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The relative resource name of this asset. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/assets/{asset_id}".

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getResourceProperties() (deprecated)

public Map<String,Value> getResourceProperties()
Returns
Type Description
Map<String,Value>

getResourcePropertiesCount()

public int getResourcePropertiesCount()

Resource managed properties. These properties are managed and defined by the Google Cloud resource and cannot be modified by the user.

map<string, .google.protobuf.Value> resource_properties = 7;

Returns
Type Description
int

getResourcePropertiesMap()

public Map<String,Value> getResourcePropertiesMap()

Resource managed properties. These properties are managed and defined by the Google Cloud resource and cannot be modified by the user.

map<string, .google.protobuf.Value> resource_properties = 7;

Returns
Type Description
Map<String,Value>

getResourcePropertiesOrDefault(String key, Value defaultValue)

public Value getResourcePropertiesOrDefault(String key, Value defaultValue)

Resource managed properties. These properties are managed and defined by the Google Cloud resource and cannot be modified by the user.

map<string, .google.protobuf.Value> resource_properties = 7;

Parameters
Name Description
key String
defaultValue Value
Returns
Type Description
Value

getResourcePropertiesOrThrow(String key)

public Value getResourcePropertiesOrThrow(String key)

Resource managed properties. These properties are managed and defined by the Google Cloud resource and cannot be modified by the user.

map<string, .google.protobuf.Value> resource_properties = 7;

Parameter
Name Description
key String
Returns
Type Description
Value

getSecurityCenterProperties()

public Asset.SecurityCenterProperties getSecurityCenterProperties()

Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.

.google.cloud.securitycenter.v1.Asset.SecurityCenterProperties security_center_properties = 2;

Returns
Type Description
Asset.SecurityCenterProperties

The securityCenterProperties.

getSecurityCenterPropertiesBuilder()

public Asset.SecurityCenterProperties.Builder getSecurityCenterPropertiesBuilder()

Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.

.google.cloud.securitycenter.v1.Asset.SecurityCenterProperties security_center_properties = 2;

Returns
Type Description
Asset.SecurityCenterProperties.Builder

getSecurityCenterPropertiesOrBuilder()

public Asset.SecurityCenterPropertiesOrBuilder getSecurityCenterPropertiesOrBuilder()

Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.

.google.cloud.securitycenter.v1.Asset.SecurityCenterProperties security_center_properties = 2;

Returns
Type Description
Asset.SecurityCenterPropertiesOrBuilder

getSecurityMarks()

public SecurityMarks getSecurityMarks()

User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the asset.

.google.cloud.securitycenter.v1.SecurityMarks security_marks = 8;

Returns
Type Description
SecurityMarks

The securityMarks.

getSecurityMarksBuilder()

public SecurityMarks.Builder getSecurityMarksBuilder()

User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the asset.

.google.cloud.securitycenter.v1.SecurityMarks security_marks = 8;

Returns
Type Description
SecurityMarks.Builder

getSecurityMarksOrBuilder()

public SecurityMarksOrBuilder getSecurityMarksOrBuilder()

User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the asset.

.google.cloud.securitycenter.v1.SecurityMarks security_marks = 8;

Returns
Type Description
SecurityMarksOrBuilder

getUpdateTime()

public Timestamp getUpdateTime()

The time at which the asset was last updated or added in Cloud SCC.

.google.protobuf.Timestamp update_time = 10;

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

The time at which the asset was last updated or added in Cloud SCC.

.google.protobuf.Timestamp update_time = 10;

Returns
Type Description
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

The time at which the asset was last updated or added in Cloud SCC.

.google.protobuf.Timestamp update_time = 10;

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

The time at which the asset was created in Security Command Center.

.google.protobuf.Timestamp create_time = 9;

Returns
Type Description
boolean

Whether the createTime field is set.

hasIamPolicy()

public boolean hasIamPolicy()

Cloud IAM Policy information associated with the Google Cloud resource described by the Security Command Center asset. This information is managed and defined by the Google Cloud resource and cannot be modified by the user.

.google.cloud.securitycenter.v1.Asset.IamPolicy iam_policy = 11;

Returns
Type Description
boolean

Whether the iamPolicy field is set.

hasSecurityCenterProperties()

public boolean hasSecurityCenterProperties()

Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.

.google.cloud.securitycenter.v1.Asset.SecurityCenterProperties security_center_properties = 2;

Returns
Type Description
boolean

Whether the securityCenterProperties field is set.

hasSecurityMarks()

public boolean hasSecurityMarks()

User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the asset.

.google.cloud.securitycenter.v1.SecurityMarks security_marks = 8;

Returns
Type Description
boolean

Whether the securityMarks field is set.

hasUpdateTime()

public boolean hasUpdateTime()

The time at which the asset was last updated or added in Cloud SCC.

.google.protobuf.Timestamp update_time = 10;

Returns
Type Description
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCreateTime(Timestamp value)

public Asset.Builder mergeCreateTime(Timestamp value)

The time at which the asset was created in Security Command Center.

.google.protobuf.Timestamp create_time = 9;

Parameter
Name Description
value Timestamp
Returns
Type Description
Asset.Builder

mergeFrom(Asset other)

public Asset.Builder mergeFrom(Asset other)
Parameter
Name Description
other Asset
Returns
Type Description
Asset.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Asset.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Asset.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Asset.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Asset.Builder
Overrides

mergeIamPolicy(Asset.IamPolicy value)

public Asset.Builder mergeIamPolicy(Asset.IamPolicy value)

Cloud IAM Policy information associated with the Google Cloud resource described by the Security Command Center asset. This information is managed and defined by the Google Cloud resource and cannot be modified by the user.

.google.cloud.securitycenter.v1.Asset.IamPolicy iam_policy = 11;

Parameter
Name Description
value Asset.IamPolicy
Returns
Type Description
Asset.Builder

mergeSecurityCenterProperties(Asset.SecurityCenterProperties value)

public Asset.Builder mergeSecurityCenterProperties(Asset.SecurityCenterProperties value)

Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.

.google.cloud.securitycenter.v1.Asset.SecurityCenterProperties security_center_properties = 2;

Parameter
Name Description
value Asset.SecurityCenterProperties
Returns
Type Description
Asset.Builder

mergeSecurityMarks(SecurityMarks value)

public Asset.Builder mergeSecurityMarks(SecurityMarks value)

User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the asset.

.google.cloud.securitycenter.v1.SecurityMarks security_marks = 8;

Parameter
Name Description
value SecurityMarks
Returns
Type Description
Asset.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Asset.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Asset.Builder
Overrides

mergeUpdateTime(Timestamp value)

public Asset.Builder mergeUpdateTime(Timestamp value)

The time at which the asset was last updated or added in Cloud SCC.

.google.protobuf.Timestamp update_time = 10;

Parameter
Name Description
value Timestamp
Returns
Type Description
Asset.Builder

putAllResourceProperties(Map<String,Value> values)

public Asset.Builder putAllResourceProperties(Map<String,Value> values)

Resource managed properties. These properties are managed and defined by the Google Cloud resource and cannot be modified by the user.

map<string, .google.protobuf.Value> resource_properties = 7;

Parameter
Name Description
values Map<String,Value>
Returns
Type Description
Asset.Builder

putResourceProperties(String key, Value value)

public Asset.Builder putResourceProperties(String key, Value value)

Resource managed properties. These properties are managed and defined by the Google Cloud resource and cannot be modified by the user.

map<string, .google.protobuf.Value> resource_properties = 7;

Parameters
Name Description
key String
value Value
Returns
Type Description
Asset.Builder

putResourcePropertiesBuilderIfAbsent(String key)

public Value.Builder putResourcePropertiesBuilderIfAbsent(String key)

Resource managed properties. These properties are managed and defined by the Google Cloud resource and cannot be modified by the user.

map<string, .google.protobuf.Value> resource_properties = 7;

Parameter
Name Description
key String
Returns
Type Description
Builder

removeResourceProperties(String key)

public Asset.Builder removeResourceProperties(String key)

Resource managed properties. These properties are managed and defined by the Google Cloud resource and cannot be modified by the user.

map<string, .google.protobuf.Value> resource_properties = 7;

Parameter
Name Description
key String
Returns
Type Description
Asset.Builder

setCanonicalName(String value)

public Asset.Builder setCanonicalName(String value)

The canonical name of the resource. It's either "organizations/{organization_id}/assets/{asset_id}", "folders/{folder_id}/assets/{asset_id}" or "projects/{project_number}/assets/{asset_id}", depending on the closest CRM ancestor of the resource.

string canonical_name = 13;

Parameter
Name Description
value String

The canonicalName to set.

Returns
Type Description
Asset.Builder

This builder for chaining.

setCanonicalNameBytes(ByteString value)

public Asset.Builder setCanonicalNameBytes(ByteString value)

The canonical name of the resource. It's either "organizations/{organization_id}/assets/{asset_id}", "folders/{folder_id}/assets/{asset_id}" or "projects/{project_number}/assets/{asset_id}", depending on the closest CRM ancestor of the resource.

string canonical_name = 13;

Parameter
Name Description
value ByteString

The bytes for canonicalName to set.

Returns
Type Description
Asset.Builder

This builder for chaining.

setCreateTime(Timestamp value)

public Asset.Builder setCreateTime(Timestamp value)

The time at which the asset was created in Security Command Center.

.google.protobuf.Timestamp create_time = 9;

Parameter
Name Description
value Timestamp
Returns
Type Description
Asset.Builder

setCreateTime(Timestamp.Builder builderForValue)

public Asset.Builder setCreateTime(Timestamp.Builder builderForValue)

The time at which the asset was created in Security Command Center.

.google.protobuf.Timestamp create_time = 9;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Asset.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Asset.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Asset.Builder
Overrides

setIamPolicy(Asset.IamPolicy value)

public Asset.Builder setIamPolicy(Asset.IamPolicy value)

Cloud IAM Policy information associated with the Google Cloud resource described by the Security Command Center asset. This information is managed and defined by the Google Cloud resource and cannot be modified by the user.

.google.cloud.securitycenter.v1.Asset.IamPolicy iam_policy = 11;

Parameter
Name Description
value Asset.IamPolicy
Returns
Type Description
Asset.Builder

setIamPolicy(Asset.IamPolicy.Builder builderForValue)

public Asset.Builder setIamPolicy(Asset.IamPolicy.Builder builderForValue)

Cloud IAM Policy information associated with the Google Cloud resource described by the Security Command Center asset. This information is managed and defined by the Google Cloud resource and cannot be modified by the user.

.google.cloud.securitycenter.v1.Asset.IamPolicy iam_policy = 11;

Parameter
Name Description
builderForValue Asset.IamPolicy.Builder
Returns
Type Description
Asset.Builder

setName(String value)

public Asset.Builder setName(String value)

The relative resource name of this asset. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/assets/{asset_id}".

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
Asset.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Asset.Builder setNameBytes(ByteString value)

The relative resource name of this asset. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/assets/{asset_id}".

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
Asset.Builder

This builder for chaining.

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

public Asset.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Asset.Builder
Overrides

setSecurityCenterProperties(Asset.SecurityCenterProperties value)

public Asset.Builder setSecurityCenterProperties(Asset.SecurityCenterProperties value)

Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.

.google.cloud.securitycenter.v1.Asset.SecurityCenterProperties security_center_properties = 2;

Parameter
Name Description
value Asset.SecurityCenterProperties
Returns
Type Description
Asset.Builder

setSecurityCenterProperties(Asset.SecurityCenterProperties.Builder builderForValue)

public Asset.Builder setSecurityCenterProperties(Asset.SecurityCenterProperties.Builder builderForValue)

Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.

.google.cloud.securitycenter.v1.Asset.SecurityCenterProperties security_center_properties = 2;

Parameter
Name Description
builderForValue Asset.SecurityCenterProperties.Builder
Returns
Type Description
Asset.Builder

setSecurityMarks(SecurityMarks value)

public Asset.Builder setSecurityMarks(SecurityMarks value)

User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the asset.

.google.cloud.securitycenter.v1.SecurityMarks security_marks = 8;

Parameter
Name Description
value SecurityMarks
Returns
Type Description
Asset.Builder

setSecurityMarks(SecurityMarks.Builder builderForValue)

public Asset.Builder setSecurityMarks(SecurityMarks.Builder builderForValue)

User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the asset.

.google.cloud.securitycenter.v1.SecurityMarks security_marks = 8;

Parameter
Name Description
builderForValue SecurityMarks.Builder
Returns
Type Description
Asset.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final Asset.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Asset.Builder
Overrides

setUpdateTime(Timestamp value)

public Asset.Builder setUpdateTime(Timestamp value)

The time at which the asset was last updated or added in Cloud SCC.

.google.protobuf.Timestamp update_time = 10;

Parameter
Name Description
value Timestamp
Returns
Type Description
Asset.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public Asset.Builder setUpdateTime(Timestamp.Builder builderForValue)

The time at which the asset was last updated or added in Cloud SCC.

.google.protobuf.Timestamp update_time = 10;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Asset.Builder