public static final class ImportEvaluationsOperationMetadata.Builder extends GeneratedMessage.Builder<ImportEvaluationsOperationMetadata.Builder> implements ImportEvaluationsOperationMetadataOrBuilderRepresents the metadata of the long-running operation for EvaluationService.ImportEvaluations.
Protobuf type google.cloud.ces.v1beta.ImportEvaluationsOperationMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ImportEvaluationsOperationMetadata.BuilderImplements
ImportEvaluationsOperationMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ImportEvaluationsOperationMetadata build()| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsOperationMetadata |
|
buildPartial()
public ImportEvaluationsOperationMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsOperationMetadata |
|
clear()
public ImportEvaluationsOperationMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsOperationMetadata.Builder |
|
clearCreateTime()
public ImportEvaluationsOperationMetadata.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 |
ImportEvaluationsOperationMetadata.Builder |
|
clearEndTime()
public ImportEvaluationsOperationMetadata.Builder clearEndTime()Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsOperationMetadata.Builder |
|
clearStatusMessage()
public ImportEvaluationsOperationMetadata.Builder clearStatusMessage()Output only. Human-readable status of the operation, if any.
string status_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsOperationMetadata.Builder |
This builder for chaining. |
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 ImportEvaluationsOperationMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsOperationMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEndTime()
public Timestamp getEndTime()Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The endTime. |
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getStatusMessage()
public String getStatusMessage()Output only. Human-readable status of the operation, if any.
string status_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The statusMessage. |
getStatusMessageBytes()
public ByteString getStatusMessageBytes()Output only. Human-readable status of the operation, if any.
string status_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for statusMessage. |
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. |
hasEndTime()
public boolean hasEndTime()Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the endTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCreateTime(Timestamp value)
public ImportEvaluationsOperationMetadata.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 |
ImportEvaluationsOperationMetadata.Builder |
|
mergeEndTime(Timestamp value)
public ImportEvaluationsOperationMetadata.Builder mergeEndTime(Timestamp value)Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsOperationMetadata.Builder |
|
mergeFrom(ImportEvaluationsOperationMetadata other)
public ImportEvaluationsOperationMetadata.Builder mergeFrom(ImportEvaluationsOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportEvaluationsOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsOperationMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ImportEvaluationsOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsOperationMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ImportEvaluationsOperationMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsOperationMetadata.Builder |
|
setCreateTime(Timestamp value)
public ImportEvaluationsOperationMetadata.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 |
ImportEvaluationsOperationMetadata.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public ImportEvaluationsOperationMetadata.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 |
ImportEvaluationsOperationMetadata.Builder |
|
setEndTime(Timestamp value)
public ImportEvaluationsOperationMetadata.Builder setEndTime(Timestamp value)Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsOperationMetadata.Builder |
|
setEndTime(Timestamp.Builder builderForValue)
public ImportEvaluationsOperationMetadata.Builder setEndTime(Timestamp.Builder builderForValue)Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsOperationMetadata.Builder |
|
setStatusMessage(String value)
public ImportEvaluationsOperationMetadata.Builder setStatusMessage(String value)Output only. Human-readable status of the operation, if any.
string status_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe statusMessage to set. |
| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsOperationMetadata.Builder |
This builder for chaining. |
setStatusMessageBytes(ByteString value)
public ImportEvaluationsOperationMetadata.Builder setStatusMessageBytes(ByteString value)Output only. Human-readable status of the operation, if any.
string status_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for statusMessage to set. |
| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsOperationMetadata.Builder |
This builder for chaining. |