Class UndeployIssueModelMetadata.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>
-
- com.google.cloud.contactcenterinsights.v1.UndeployIssueModelMetadata.Builder
-
- All Implemented Interfaces:
UndeployIssueModelMetadataOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- UndeployIssueModelMetadata
public static final class UndeployIssueModelMetadata.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder> implements UndeployIssueModelMetadataOrBuilder
Metadata for undeploying an issue model.
Protobuf typegoogle.cloud.contactcenterinsights.v1.UndeployIssueModelMetadata
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UndeployIssueModelMetadata.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
UndeployIssueModelMetadata
build()
UndeployIssueModelMetadata
buildPartial()
UndeployIssueModelMetadata.Builder
clear()
UndeployIssueModelMetadata.Builder
clearCreateTime()
Output only.UndeployIssueModelMetadata.Builder
clearEndTime()
Output only.UndeployIssueModelMetadata.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
UndeployIssueModelMetadata.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
UndeployIssueModelMetadata.Builder
clearRequest()
The original request for undeployment.UndeployIssueModelMetadata.Builder
clone()
com.google.protobuf.Timestamp
getCreateTime()
Output only.com.google.protobuf.Timestamp.Builder
getCreateTimeBuilder()
Output only.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
Output only.UndeployIssueModelMetadata
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
com.google.protobuf.Timestamp
getEndTime()
Output only.com.google.protobuf.Timestamp.Builder
getEndTimeBuilder()
Output only.com.google.protobuf.TimestampOrBuilder
getEndTimeOrBuilder()
Output only.UndeployIssueModelRequest
getRequest()
The original request for undeployment.UndeployIssueModelRequest.Builder
getRequestBuilder()
The original request for undeployment.UndeployIssueModelRequestOrBuilder
getRequestOrBuilder()
The original request for undeployment.boolean
hasCreateTime()
Output only.boolean
hasEndTime()
Output only.boolean
hasRequest()
The original request for undeployment.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
UndeployIssueModelMetadata.Builder
mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.UndeployIssueModelMetadata.Builder
mergeEndTime(com.google.protobuf.Timestamp value)
Output only.UndeployIssueModelMetadata.Builder
mergeFrom(UndeployIssueModelMetadata other)
UndeployIssueModelMetadata.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
UndeployIssueModelMetadata.Builder
mergeFrom(com.google.protobuf.Message other)
UndeployIssueModelMetadata.Builder
mergeRequest(UndeployIssueModelRequest value)
The original request for undeployment.UndeployIssueModelMetadata.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
UndeployIssueModelMetadata.Builder
setCreateTime(com.google.protobuf.Timestamp value)
Output only.UndeployIssueModelMetadata.Builder
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.UndeployIssueModelMetadata.Builder
setEndTime(com.google.protobuf.Timestamp value)
Output only.UndeployIssueModelMetadata.Builder
setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.UndeployIssueModelMetadata.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
UndeployIssueModelMetadata.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
UndeployIssueModelMetadata.Builder
setRequest(UndeployIssueModelRequest value)
The original request for undeployment.UndeployIssueModelMetadata.Builder
setRequest(UndeployIssueModelRequest.Builder builderForValue)
The original request for undeployment.UndeployIssueModelMetadata.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>
-
clear
public UndeployIssueModelMetadata.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>
-
getDefaultInstanceForType
public UndeployIssueModelMetadata getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public UndeployIssueModelMetadata build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public UndeployIssueModelMetadata buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public UndeployIssueModelMetadata.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>
-
setField
public UndeployIssueModelMetadata.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>
-
clearField
public UndeployIssueModelMetadata.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>
-
clearOneof
public UndeployIssueModelMetadata.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>
-
setRepeatedField
public UndeployIssueModelMetadata.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>
-
addRepeatedField
public UndeployIssueModelMetadata.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>
-
mergeFrom
public UndeployIssueModelMetadata.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<UndeployIssueModelMetadata.Builder>
-
mergeFrom
public UndeployIssueModelMetadata.Builder mergeFrom(UndeployIssueModelMetadata other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>
-
mergeFrom
public UndeployIssueModelMetadata.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<UndeployIssueModelMetadata.Builder>
- Throws:
IOException
-
hasCreateTime
public boolean hasCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasCreateTime
in interfaceUndeployIssueModelMetadataOrBuilder
- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getCreateTime
in interfaceUndeployIssueModelMetadataOrBuilder
- Returns:
- The createTime.
-
setCreateTime
public UndeployIssueModelMetadata.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setCreateTime
public UndeployIssueModelMetadata.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeCreateTime
public UndeployIssueModelMetadata.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
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];
-
getCreateTimeBuilder
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getCreateTimeOrBuilder
in interfaceUndeployIssueModelMetadataOrBuilder
-
hasEndTime
public boolean hasEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasEndTime
in interfaceUndeployIssueModelMetadataOrBuilder
- Returns:
- Whether the endTime field is set.
-
getEndTime
public com.google.protobuf.Timestamp getEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getEndTime
in interfaceUndeployIssueModelMetadataOrBuilder
- Returns:
- The endTime.
-
setEndTime
public UndeployIssueModelMetadata.Builder setEndTime(com.google.protobuf.Timestamp value)
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setEndTime
public UndeployIssueModelMetadata.Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeEndTime
public UndeployIssueModelMetadata.Builder mergeEndTime(com.google.protobuf.Timestamp value)
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
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];
-
getEndTimeBuilder
public com.google.protobuf.Timestamp.Builder getEndTimeBuilder()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getEndTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getEndTimeOrBuilder
in interfaceUndeployIssueModelMetadataOrBuilder
-
hasRequest
public boolean hasRequest()
The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;
- Specified by:
hasRequest
in interfaceUndeployIssueModelMetadataOrBuilder
- Returns:
- Whether the request field is set.
-
getRequest
public UndeployIssueModelRequest getRequest()
The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;
- Specified by:
getRequest
in interfaceUndeployIssueModelMetadataOrBuilder
- Returns:
- The request.
-
setRequest
public UndeployIssueModelMetadata.Builder setRequest(UndeployIssueModelRequest value)
The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;
-
setRequest
public UndeployIssueModelMetadata.Builder setRequest(UndeployIssueModelRequest.Builder builderForValue)
The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;
-
mergeRequest
public UndeployIssueModelMetadata.Builder mergeRequest(UndeployIssueModelRequest value)
The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;
-
clearRequest
public UndeployIssueModelMetadata.Builder clearRequest()
The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;
-
getRequestBuilder
public UndeployIssueModelRequest.Builder getRequestBuilder()
The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;
-
getRequestOrBuilder
public UndeployIssueModelRequestOrBuilder getRequestOrBuilder()
The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;
- Specified by:
getRequestOrBuilder
in interfaceUndeployIssueModelMetadataOrBuilder
-
setUnknownFields
public final UndeployIssueModelMetadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>
-
mergeUnknownFields
public final UndeployIssueModelMetadata.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>
-
-