public static final class UndeployIssueModelMetadata.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder> implements UndeployIssueModelMetadataOrBuilder
Metadata for undeploying an issue model.Protobuf type
google.cloud.contactcenterinsights.v1.UndeployIssueModelMetadata| Modifier and Type | Method and 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(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UndeployIssueModelMetadata.Builder |
mergeFrom(com.google.protobuf.Message other) |
UndeployIssueModelMetadata.Builder |
mergeFrom(UndeployIssueModelMetadata 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.Builder builderForValue)
Output only.
|
UndeployIssueModelMetadata.Builder |
setCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
UndeployIssueModelMetadata.Builder |
setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
UndeployIssueModelMetadata.Builder |
setEndTime(com.google.protobuf.Timestamp value)
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.Builder builderForValue)
The original request for undeployment.
|
UndeployIssueModelMetadata.Builder |
setRequest(UndeployIssueModelRequest value)
The original request for undeployment.
|
UndeployIssueModelMetadata.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>public UndeployIssueModelMetadata.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>public UndeployIssueModelMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic UndeployIssueModelMetadata build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic UndeployIssueModelMetadata buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic UndeployIssueModelMetadata.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>public UndeployIssueModelMetadata.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>public UndeployIssueModelMetadata.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>public UndeployIssueModelMetadata.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>public UndeployIssueModelMetadata.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>public UndeployIssueModelMetadata.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>public UndeployIssueModelMetadata.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UndeployIssueModelMetadata.Builder>public UndeployIssueModelMetadata.Builder mergeFrom(UndeployIssueModelMetadata other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>public UndeployIssueModelMetadata.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UndeployIssueModelMetadata.Builder>IOExceptionpublic boolean hasCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface UndeployIssueModelMetadataOrBuilderpublic 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];
getCreateTime in interface UndeployIssueModelMetadataOrBuilderpublic 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];
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];
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];
public UndeployIssueModelMetadata.Builder clearCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
getCreateTimeOrBuilder in interface UndeployIssueModelMetadataOrBuilderpublic boolean hasEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasEndTime in interface UndeployIssueModelMetadataOrBuilderpublic 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];
getEndTime in interface UndeployIssueModelMetadataOrBuilderpublic 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];
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];
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];
public UndeployIssueModelMetadata.Builder clearEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
getEndTimeOrBuilder in interface UndeployIssueModelMetadataOrBuilderpublic boolean hasRequest()
The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;hasRequest in interface UndeployIssueModelMetadataOrBuilderpublic UndeployIssueModelRequest getRequest()
The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;getRequest in interface UndeployIssueModelMetadataOrBuilderpublic UndeployIssueModelMetadata.Builder setRequest(UndeployIssueModelRequest value)
The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;public UndeployIssueModelMetadata.Builder setRequest(UndeployIssueModelRequest.Builder builderForValue)
The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;public UndeployIssueModelMetadata.Builder mergeRequest(UndeployIssueModelRequest value)
The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;public UndeployIssueModelMetadata.Builder clearRequest()
The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;public UndeployIssueModelRequest.Builder getRequestBuilder()
The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;public UndeployIssueModelRequestOrBuilder getRequestOrBuilder()
The original request for undeployment.
.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest request = 3;getRequestOrBuilder in interface UndeployIssueModelMetadataOrBuilderpublic final UndeployIssueModelMetadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>public final UndeployIssueModelMetadata.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UndeployIssueModelMetadata.Builder>Copyright © 2023 Google LLC. All rights reserved.