Class AnalyzeIamPolicyLongrunningMetadata.Builder (3.87.0)

public static final class AnalyzeIamPolicyLongrunningMetadata.Builder extends GeneratedMessage.Builder<AnalyzeIamPolicyLongrunningMetadata.Builder> implements AnalyzeIamPolicyLongrunningMetadataOrBuilder

Represents the metadata of the longrunning operation for the AnalyzeIamPolicyLongrunning RPC.

Protobuf type google.cloud.asset.v1.AnalyzeIamPolicyLongrunningMetadata

Static Methods

getDescriptor()

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

Methods

build()

public AnalyzeIamPolicyLongrunningMetadata build()
Returns
Type Description
AnalyzeIamPolicyLongrunningMetadata

buildPartial()

public AnalyzeIamPolicyLongrunningMetadata buildPartial()
Returns
Type Description
AnalyzeIamPolicyLongrunningMetadata

clear()

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

clearCreateTime()

public AnalyzeIamPolicyLongrunningMetadata.Builder clearCreateTime()

Output only. The time the operation was created.

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

Returns
Type Description
AnalyzeIamPolicyLongrunningMetadata.Builder

getCreateTime()

public Timestamp getCreateTime()

Output only. The time the operation was created.

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

Returns
Type Description
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. The time the operation was created.

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

Returns
Type Description
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time the operation was created.

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

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public AnalyzeIamPolicyLongrunningMetadata getDefaultInstanceForType()
Returns
Type Description
AnalyzeIamPolicyLongrunningMetadata

getDescriptorForType()

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

hasCreateTime()

public boolean hasCreateTime()

Output only. The time the operation was created.

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

Returns
Type Description
boolean

Whether the createTime field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCreateTime(Timestamp value)

public AnalyzeIamPolicyLongrunningMetadata.Builder mergeCreateTime(Timestamp value)

Output only. The time the operation was created.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
AnalyzeIamPolicyLongrunningMetadata.Builder

mergeFrom(AnalyzeIamPolicyLongrunningMetadata other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setCreateTime(Timestamp value)

public AnalyzeIamPolicyLongrunningMetadata.Builder setCreateTime(Timestamp value)

Output only. The time the operation was created.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
AnalyzeIamPolicyLongrunningMetadata.Builder

setCreateTime(Timestamp.Builder builderForValue)

public AnalyzeIamPolicyLongrunningMetadata.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. The time the operation was created.

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
AnalyzeIamPolicyLongrunningMetadata.Builder