public static final class ImportIssueModelMetadata.Builder extends GeneratedMessageV3.Builder<ImportIssueModelMetadata.Builder> implements ImportIssueModelMetadataOrBuilder
Metadata used for import issue model.
Protobuf type google.cloud.contactcenterinsights.v1.ImportIssueModelMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ImportIssueModelMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ImportIssueModelMetadata build()
public ImportIssueModelMetadata buildPartial()
public ImportIssueModelMetadata.Builder clear()
Overrides
public ImportIssueModelMetadata.Builder clearCreateTime()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
public ImportIssueModelMetadata.Builder clearEndTime()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
public ImportIssueModelMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ImportIssueModelMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ImportIssueModelMetadata.Builder clearRequest()
The original import request.
.google.cloud.contactcenterinsights.v1.ImportIssueModelRequest request = 3;
public ImportIssueModelMetadata.Builder clone()
Overrides
public Timestamp getCreateTime()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
Returns |
Type |
Description |
Timestamp |
The createTime.
|
public Timestamp.Builder getCreateTimeBuilder()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
public TimestampOrBuilder getCreateTimeOrBuilder()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
public ImportIssueModelMetadata getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public Timestamp getEndTime()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
Returns |
Type |
Description |
Timestamp |
The endTime.
|
public Timestamp.Builder getEndTimeBuilder()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
public TimestampOrBuilder getEndTimeOrBuilder()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
public ImportIssueModelRequest getRequest()
The original import request.
.google.cloud.contactcenterinsights.v1.ImportIssueModelRequest request = 3;
public ImportIssueModelRequest.Builder getRequestBuilder()
The original import request.
.google.cloud.contactcenterinsights.v1.ImportIssueModelRequest request = 3;
public ImportIssueModelRequestOrBuilder getRequestOrBuilder()
The original import request.
.google.cloud.contactcenterinsights.v1.ImportIssueModelRequest request = 3;
public boolean hasCreateTime()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
Returns |
Type |
Description |
boolean |
Whether the createTime field is set.
|
public boolean hasEndTime()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
Returns |
Type |
Description |
boolean |
Whether the endTime field is set.
|
public boolean hasRequest()
The original import request.
.google.cloud.contactcenterinsights.v1.ImportIssueModelRequest request = 3;
Returns |
Type |
Description |
boolean |
Whether the request field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ImportIssueModelMetadata.Builder mergeCreateTime(Timestamp value)
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
public ImportIssueModelMetadata.Builder mergeEndTime(Timestamp value)
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
public ImportIssueModelMetadata.Builder mergeFrom(ImportIssueModelMetadata other)
public ImportIssueModelMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ImportIssueModelMetadata.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public ImportIssueModelMetadata.Builder mergeRequest(ImportIssueModelRequest value)
The original import request.
.google.cloud.contactcenterinsights.v1.ImportIssueModelRequest request = 3;
public final ImportIssueModelMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ImportIssueModelMetadata.Builder setCreateTime(Timestamp value)
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
public ImportIssueModelMetadata.Builder setCreateTime(Timestamp.Builder builderForValue)
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
Parameter |
Name |
Description |
builderForValue |
Builder
|
public ImportIssueModelMetadata.Builder setEndTime(Timestamp value)
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
public ImportIssueModelMetadata.Builder setEndTime(Timestamp.Builder builderForValue)
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
Parameter |
Name |
Description |
builderForValue |
Builder
|
public ImportIssueModelMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ImportIssueModelMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public ImportIssueModelMetadata.Builder setRequest(ImportIssueModelRequest value)
The original import request.
.google.cloud.contactcenterinsights.v1.ImportIssueModelRequest request = 3;
public ImportIssueModelMetadata.Builder setRequest(ImportIssueModelRequest.Builder builderForValue)
The original import request.
.google.cloud.contactcenterinsights.v1.ImportIssueModelRequest request = 3;
public final ImportIssueModelMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides