public static final class UndeployIssueModelMetadata.Builder extends GeneratedMessage.Builder<UndeployIssueModelMetadata.Builder> implements UndeployIssueModelMetadataOrBuilderMetadata for undeploying an issue model.
Protobuf type google.cloud.contactcenterinsights.v1.UndeployIssueModelMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UndeployIssueModelMetadata.BuilderImplements
UndeployIssueModelMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UndeployIssueModelMetadata build()| Returns | |
|---|---|
| Type | Description |
UndeployIssueModelMetadata |
|
buildPartial()
public UndeployIssueModelMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
UndeployIssueModelMetadata |
|
clear()
public UndeployIssueModelMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
UndeployIssueModelMetadata.Builder |
|
clearCreateTime()
public UndeployIssueModelMetadata.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 |
UndeployIssueModelMetadata.Builder |
|
clearEndTime()
public UndeployIssueModelMetadata.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 |
UndeployIssueModelMetadata.Builder |
|
clearRequest()
public UndeployIssueModelMetadata.Builder clearRequest()The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;
| Returns | |
|---|---|
| Type | Description |
UndeployIssueModelMetadata.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 UndeployIssueModelMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UndeployIssueModelMetadata |
|
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 |
|
getRequest()
public UndeployIssueModelRequest getRequest()The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;
| Returns | |
|---|---|
| Type | Description |
UndeployIssueModelRequest |
The request. |
getRequestBuilder()
public UndeployIssueModelRequest.Builder getRequestBuilder()The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;
| Returns | |
|---|---|
| Type | Description |
UndeployIssueModelRequest.Builder |
|
getRequestOrBuilder()
public UndeployIssueModelRequestOrBuilder getRequestOrBuilder()The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;
| Returns | |
|---|---|
| Type | Description |
UndeployIssueModelRequestOrBuilder |
|
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. |
hasRequest()
public boolean hasRequest()The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the request 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 UndeployIssueModelMetadata.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 |
UndeployIssueModelMetadata.Builder |
|
mergeEndTime(Timestamp value)
public UndeployIssueModelMetadata.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 |
UndeployIssueModelMetadata.Builder |
|
mergeFrom(UndeployIssueModelMetadata other)
public UndeployIssueModelMetadata.Builder mergeFrom(UndeployIssueModelMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
UndeployIssueModelMetadata |
| Returns | |
|---|---|
| Type | Description |
UndeployIssueModelMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UndeployIssueModelMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UndeployIssueModelMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UndeployIssueModelMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UndeployIssueModelMetadata.Builder |
|
mergeRequest(UndeployIssueModelRequest value)
public UndeployIssueModelMetadata.Builder mergeRequest(UndeployIssueModelRequest value)The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
UndeployIssueModelRequest |
| Returns | |
|---|---|
| Type | Description |
UndeployIssueModelMetadata.Builder |
|
setCreateTime(Timestamp value)
public UndeployIssueModelMetadata.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 |
UndeployIssueModelMetadata.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public UndeployIssueModelMetadata.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 |
UndeployIssueModelMetadata.Builder |
|
setEndTime(Timestamp value)
public UndeployIssueModelMetadata.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 |
UndeployIssueModelMetadata.Builder |
|
setEndTime(Timestamp.Builder builderForValue)
public UndeployIssueModelMetadata.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 |
UndeployIssueModelMetadata.Builder |
|
setRequest(UndeployIssueModelRequest value)
public UndeployIssueModelMetadata.Builder setRequest(UndeployIssueModelRequest value)The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
UndeployIssueModelRequest |
| Returns | |
|---|---|
| Type | Description |
UndeployIssueModelMetadata.Builder |
|
setRequest(UndeployIssueModelRequest.Builder builderForValue)
public UndeployIssueModelMetadata.Builder setRequest(UndeployIssueModelRequest.Builder builderForValue)The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
UndeployIssueModelRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
UndeployIssueModelMetadata.Builder |
|