Class DeleteDatasetMetadata.Builder (2.83.0)

public static final class DeleteDatasetMetadata.Builder extends GeneratedMessage.Builder<DeleteDatasetMetadata.Builder> implements DeleteDatasetMetadataOrBuilder

Metadata of delete dataset operation.

Protobuf type google.cloud.translation.v3.DeleteDatasetMetadata

Static Methods

getDescriptor()

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

Methods

build()

public DeleteDatasetMetadata build()
Returns
Type Description
DeleteDatasetMetadata

buildPartial()

public DeleteDatasetMetadata buildPartial()
Returns
Type Description
DeleteDatasetMetadata

clear()

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

clearCreateTime()

public DeleteDatasetMetadata.Builder clearCreateTime()

The creation time of the operation.

.google.protobuf.Timestamp create_time = 2;

Returns
Type Description
DeleteDatasetMetadata.Builder

clearError()

public DeleteDatasetMetadata.Builder clearError()

Only populated when operation doesn't succeed.

.google.rpc.Status error = 4;

Returns
Type Description
DeleteDatasetMetadata.Builder

clearState()

public DeleteDatasetMetadata.Builder clearState()

The current state of the operation.

.google.cloud.translation.v3.OperationState state = 1;

Returns
Type Description
DeleteDatasetMetadata.Builder

This builder for chaining.

clearUpdateTime()

public DeleteDatasetMetadata.Builder clearUpdateTime()

The last update time of the operation.

.google.protobuf.Timestamp update_time = 3;

Returns
Type Description
DeleteDatasetMetadata.Builder

getCreateTime()

public Timestamp getCreateTime()

The creation time of the operation.

.google.protobuf.Timestamp create_time = 2;

Returns
Type Description
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

The creation time of the operation.

.google.protobuf.Timestamp create_time = 2;

Returns
Type Description
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

The creation time of the operation.

.google.protobuf.Timestamp create_time = 2;

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public DeleteDatasetMetadata getDefaultInstanceForType()
Returns
Type Description
DeleteDatasetMetadata

getDescriptorForType()

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

getError()

public Status getError()

Only populated when operation doesn't succeed.

.google.rpc.Status error = 4;

Returns
Type Description
com.google.rpc.Status

The error.

getErrorBuilder()

public Status.Builder getErrorBuilder()

Only populated when operation doesn't succeed.

.google.rpc.Status error = 4;

Returns
Type Description
com.google.rpc.Status.Builder

getErrorOrBuilder()

public StatusOrBuilder getErrorOrBuilder()

Only populated when operation doesn't succeed.

.google.rpc.Status error = 4;

Returns
Type Description
com.google.rpc.StatusOrBuilder

getState()

public OperationState getState()

The current state of the operation.

.google.cloud.translation.v3.OperationState state = 1;

Returns
Type Description
OperationState

The state.

getStateValue()

public int getStateValue()

The current state of the operation.

.google.cloud.translation.v3.OperationState state = 1;

Returns
Type Description
int

The enum numeric value on the wire for state.

getUpdateTime()

public Timestamp getUpdateTime()

The last update time of the operation.

.google.protobuf.Timestamp update_time = 3;

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

The last update time of the operation.

.google.protobuf.Timestamp update_time = 3;

Returns
Type Description
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

The last update time of the operation.

.google.protobuf.Timestamp update_time = 3;

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

The creation time of the operation.

.google.protobuf.Timestamp create_time = 2;

Returns
Type Description
boolean

Whether the createTime field is set.

hasError()

public boolean hasError()

Only populated when operation doesn't succeed.

.google.rpc.Status error = 4;

Returns
Type Description
boolean

Whether the error field is set.

hasUpdateTime()

public boolean hasUpdateTime()

The last update time of the operation.

.google.protobuf.Timestamp update_time = 3;

Returns
Type Description
boolean

Whether the updateTime 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 DeleteDatasetMetadata.Builder mergeCreateTime(Timestamp value)

The creation time of the operation.

.google.protobuf.Timestamp create_time = 2;

Parameter
Name Description
value Timestamp
Returns
Type Description
DeleteDatasetMetadata.Builder

mergeError(Status value)

public DeleteDatasetMetadata.Builder mergeError(Status value)

Only populated when operation doesn't succeed.

.google.rpc.Status error = 4;

Parameter
Name Description
value com.google.rpc.Status
Returns
Type Description
DeleteDatasetMetadata.Builder

mergeFrom(DeleteDatasetMetadata other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUpdateTime(Timestamp value)

public DeleteDatasetMetadata.Builder mergeUpdateTime(Timestamp value)

The last update time of the operation.

.google.protobuf.Timestamp update_time = 3;

Parameter
Name Description
value Timestamp
Returns
Type Description
DeleteDatasetMetadata.Builder

setCreateTime(Timestamp value)

public DeleteDatasetMetadata.Builder setCreateTime(Timestamp value)

The creation time of the operation.

.google.protobuf.Timestamp create_time = 2;

Parameter
Name Description
value Timestamp
Returns
Type Description
DeleteDatasetMetadata.Builder

setCreateTime(Timestamp.Builder builderForValue)

public DeleteDatasetMetadata.Builder setCreateTime(Timestamp.Builder builderForValue)

The creation time of the operation.

.google.protobuf.Timestamp create_time = 2;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DeleteDatasetMetadata.Builder

setError(Status value)

public DeleteDatasetMetadata.Builder setError(Status value)

Only populated when operation doesn't succeed.

.google.rpc.Status error = 4;

Parameter
Name Description
value com.google.rpc.Status
Returns
Type Description
DeleteDatasetMetadata.Builder

setError(Status.Builder builderForValue)

public DeleteDatasetMetadata.Builder setError(Status.Builder builderForValue)

Only populated when operation doesn't succeed.

.google.rpc.Status error = 4;

Parameter
Name Description
builderForValue com.google.rpc.Status.Builder
Returns
Type Description
DeleteDatasetMetadata.Builder

setState(OperationState value)

public DeleteDatasetMetadata.Builder setState(OperationState value)

The current state of the operation.

.google.cloud.translation.v3.OperationState state = 1;

Parameter
Name Description
value OperationState

The state to set.

Returns
Type Description
DeleteDatasetMetadata.Builder

This builder for chaining.

setStateValue(int value)

public DeleteDatasetMetadata.Builder setStateValue(int value)

The current state of the operation.

.google.cloud.translation.v3.OperationState state = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for state to set.

Returns
Type Description
DeleteDatasetMetadata.Builder

This builder for chaining.

setUpdateTime(Timestamp value)

public DeleteDatasetMetadata.Builder setUpdateTime(Timestamp value)

The last update time of the operation.

.google.protobuf.Timestamp update_time = 3;

Parameter
Name Description
value Timestamp
Returns
Type Description
DeleteDatasetMetadata.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public DeleteDatasetMetadata.Builder setUpdateTime(Timestamp.Builder builderForValue)

The last update time of the operation.

.google.protobuf.Timestamp update_time = 3;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DeleteDatasetMetadata.Builder