Class UndeployIssueModelMetadata.Builder (2.2.7)

public static final class UndeployIssueModelMetadata.Builder extends GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder> implements UndeployIssueModelMetadataOrBuilder

Metadata for undeploying an issue model.

Protobuf type google.cloud.contactcenterinsights.v1.UndeployIssueModelMetadata

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UndeployIssueModelMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UndeployIssueModelMetadata.Builder
Overrides

build()

public UndeployIssueModelMetadata build()
Returns
TypeDescription
UndeployIssueModelMetadata

buildPartial()

public UndeployIssueModelMetadata buildPartial()
Returns
TypeDescription
UndeployIssueModelMetadata

clear()

public UndeployIssueModelMetadata.Builder clear()
Returns
TypeDescription
UndeployIssueModelMetadata.Builder
Overrides

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
TypeDescription
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
TypeDescription
UndeployIssueModelMetadata.Builder

clearField(Descriptors.FieldDescriptor field)

public UndeployIssueModelMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
UndeployIssueModelMetadata.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UndeployIssueModelMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
UndeployIssueModelMetadata.Builder
Overrides

clearRequest()

public UndeployIssueModelMetadata.Builder clearRequest()

The original request for undeployment.

.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;

Returns
TypeDescription
UndeployIssueModelMetadata.Builder

clone()

public UndeployIssueModelMetadata.Builder clone()
Returns
TypeDescription
UndeployIssueModelMetadata.Builder
Overrides

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
TypeDescription
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
TypeDescription
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
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public UndeployIssueModelMetadata getDefaultInstanceForType()
Returns
TypeDescription
UndeployIssueModelMetadata

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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
TypeDescription
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
TypeDescription
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
TypeDescription
TimestampOrBuilder

getRequest()

public UndeployIssueModelRequest getRequest()

The original request for undeployment.

.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;

Returns
TypeDescription
UndeployIssueModelRequest

The request.

getRequestBuilder()

public UndeployIssueModelRequest.Builder getRequestBuilder()

The original request for undeployment.

.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;

Returns
TypeDescription
UndeployIssueModelRequest.Builder

getRequestOrBuilder()

public UndeployIssueModelRequestOrBuilder getRequestOrBuilder()

The original request for undeployment.

.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the endTime field is set.

hasRequest()

public boolean hasRequest()

The original request for undeployment.

.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;

Returns
TypeDescription
boolean

Whether the request field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
UndeployIssueModelMetadata.Builder

mergeFrom(UndeployIssueModelMetadata other)

public UndeployIssueModelMetadata.Builder mergeFrom(UndeployIssueModelMetadata other)
Parameter
NameDescription
otherUndeployIssueModelMetadata
Returns
TypeDescription
UndeployIssueModelMetadata.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UndeployIssueModelMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UndeployIssueModelMetadata.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public UndeployIssueModelMetadata.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
UndeployIssueModelMetadata.Builder
Overrides

mergeRequest(UndeployIssueModelRequest value)

public UndeployIssueModelMetadata.Builder mergeRequest(UndeployIssueModelRequest value)

The original request for undeployment.

.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;

Parameter
NameDescription
valueUndeployIssueModelRequest
Returns
TypeDescription
UndeployIssueModelMetadata.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UndeployIssueModelMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UndeployIssueModelMetadata.Builder
Overrides

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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
UndeployIssueModelMetadata.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public UndeployIssueModelMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UndeployIssueModelMetadata.Builder
Overrides

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

public UndeployIssueModelMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
UndeployIssueModelMetadata.Builder
Overrides

setRequest(UndeployIssueModelRequest value)

public UndeployIssueModelMetadata.Builder setRequest(UndeployIssueModelRequest value)

The original request for undeployment.

.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;

Parameter
NameDescription
valueUndeployIssueModelRequest
Returns
TypeDescription
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
NameDescription
builderForValueUndeployIssueModelRequest.Builder
Returns
TypeDescription
UndeployIssueModelMetadata.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final UndeployIssueModelMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UndeployIssueModelMetadata.Builder
Overrides