public static final class IngestConversationsMetadata.Builder extends GeneratedMessageV3.Builder<IngestConversationsMetadata.Builder> implements IngestConversationsMetadataOrBuilder
The metadata for an IngestConversations operation.
Protobuf type google.cloud.contactcenterinsights.v1.IngestConversationsMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
Returns
Methods
public IngestConversationsMetadata.Builder addAllPartialErrors(Iterable<? extends Status> values)
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name | Description |
values | Iterable<? extends com.google.rpc.Status>
|
Returns
public IngestConversationsMetadata.Builder addPartialErrors(Status value)
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name | Description |
value | com.google.rpc.Status
|
Returns
public IngestConversationsMetadata.Builder addPartialErrors(Status.Builder builderForValue)
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name | Description |
builderForValue | com.google.rpc.Status.Builder
|
Returns
public IngestConversationsMetadata.Builder addPartialErrors(int index, Status value)
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameters
Name | Description |
index | int
|
value | com.google.rpc.Status
|
Returns
public IngestConversationsMetadata.Builder addPartialErrors(int index, Status.Builder builderForValue)
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameters
Name | Description |
index | int
|
builderForValue | com.google.rpc.Status.Builder
|
Returns
public Status.Builder addPartialErrorsBuilder()
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
com.google.rpc.Status.Builder | |
public Status.Builder addPartialErrorsBuilder(int index)
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
Type | Description |
com.google.rpc.Status.Builder | |
public IngestConversationsMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public IngestConversationsMetadata build()
Returns
public IngestConversationsMetadata buildPartial()
Returns
public IngestConversationsMetadata.Builder clear()
Returns
Overrides
public IngestConversationsMetadata.Builder clearCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public IngestConversationsMetadata.Builder clearEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public IngestConversationsMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public IngestConversationsMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public IngestConversationsMetadata.Builder clearPartialErrors()
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public IngestConversationsMetadata.Builder clearRequest()
Output only. The original request for ingest.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public IngestConversationsMetadata.Builder clone()
Returns
Overrides
public Timestamp getCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
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
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public IngestConversationsMetadata getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public Timestamp getEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
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
public TimestampOrBuilder getEndTimeOrBuilder()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public Status getPartialErrors(int index)
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
Type | Description |
com.google.rpc.Status | |
public Status.Builder getPartialErrorsBuilder(int index)
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
Type | Description |
com.google.rpc.Status.Builder | |
public List<Status.Builder> getPartialErrorsBuilderList()
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
List<com.google.rpc.Status.Builder> | |
public int getPartialErrorsCount()
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public List<Status> getPartialErrorsList()
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
List<com.google.rpc.Status> | |
public StatusOrBuilder getPartialErrorsOrBuilder(int index)
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
Type | Description |
com.google.rpc.StatusOrBuilder | |
public List<? extends StatusOrBuilder> getPartialErrorsOrBuilderList()
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
List<? extends com.google.rpc.StatusOrBuilder> | |
public IngestConversationsRequest getRequest()
Output only. The original request for ingest.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public IngestConversationsRequest.Builder getRequestBuilder()
Output only. The original request for ingest.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public IngestConversationsRequestOrBuilder getRequestOrBuilder()
Output only. The original request for ingest.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
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.
|
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.
|
public boolean hasRequest()
Output only. The original request for ingest.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
boolean | Whether the request field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public IngestConversationsMetadata.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
Returns
public IngestConversationsMetadata.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
Returns
public IngestConversationsMetadata.Builder mergeFrom(IngestConversationsMetadata other)
Parameter
Returns
public IngestConversationsMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public IngestConversationsMetadata.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public IngestConversationsMetadata.Builder mergeRequest(IngestConversationsRequest value)
Output only. The original request for ingest.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
public final IngestConversationsMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public IngestConversationsMetadata.Builder removePartialErrors(int index)
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
public IngestConversationsMetadata.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
Returns
public IngestConversationsMetadata.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
public IngestConversationsMetadata.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
Returns
public IngestConversationsMetadata.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
public IngestConversationsMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public IngestConversationsMetadata.Builder setPartialErrors(int index, Status value)
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameters
Name | Description |
index | int
|
value | com.google.rpc.Status
|
Returns
public IngestConversationsMetadata.Builder setPartialErrors(int index, Status.Builder builderForValue)
Output only. Partial errors during ingest operation that might cause the operation
output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameters
Name | Description |
index | int
|
builderForValue | com.google.rpc.Status.Builder
|
Returns
public IngestConversationsMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public IngestConversationsMetadata.Builder setRequest(IngestConversationsRequest value)
Output only. The original request for ingest.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
public IngestConversationsMetadata.Builder setRequest(IngestConversationsRequest.Builder builderForValue)
Output only. The original request for ingest.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
public final IngestConversationsMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides