public final class BulkAnalyzeConversationsMetadata extends GeneratedMessageV3 implements BulkAnalyzeConversationsMetadataOrBuilder
The metadata for a bulk analyze conversations operation.
Protobuf type google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int COMPLETED_ANALYSES_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int CREATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int END_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int FAILED_ANALYSES_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int PARTIAL_ERRORS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int REQUEST_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int TOTAL_REQUESTED_ANALYSES_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static BulkAnalyzeConversationsMetadata getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static BulkAnalyzeConversationsMetadata.Builder newBuilder()
public static BulkAnalyzeConversationsMetadata.Builder newBuilder(BulkAnalyzeConversationsMetadata prototype)
public static BulkAnalyzeConversationsMetadata parseDelimitedFrom(InputStream input)
public static BulkAnalyzeConversationsMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BulkAnalyzeConversationsMetadata parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static BulkAnalyzeConversationsMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BulkAnalyzeConversationsMetadata parseFrom(ByteString data)
public static BulkAnalyzeConversationsMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BulkAnalyzeConversationsMetadata parseFrom(CodedInputStream input)
public static BulkAnalyzeConversationsMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BulkAnalyzeConversationsMetadata parseFrom(InputStream input)
public static BulkAnalyzeConversationsMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BulkAnalyzeConversationsMetadata parseFrom(ByteBuffer data)
public static BulkAnalyzeConversationsMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<BulkAnalyzeConversationsMetadata> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public int getCompletedAnalysesCount()
The number of requested analyses that have completed successfully so far.
int32 completed_analyses_count = 4;
Returns |
Type |
Description |
int |
The completedAnalysesCount.
|
public Timestamp getCreateTime()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
Returns |
Type |
Description |
Timestamp |
The createTime.
|
public TimestampOrBuilder getCreateTimeOrBuilder()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
public BulkAnalyzeConversationsMetadata getDefaultInstanceForType()
public Timestamp getEndTime()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
Returns |
Type |
Description |
Timestamp |
The endTime.
|
public TimestampOrBuilder getEndTimeOrBuilder()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
public int getFailedAnalysesCount()
The number of requested analyses that have failed so far.
int32 failed_analyses_count = 5;
Returns |
Type |
Description |
int |
The failedAnalysesCount.
|
public Parser<BulkAnalyzeConversationsMetadata> getParserForType()
Overrides
public Status getPartialErrors(int index)
Output only. Partial errors during bulk analyze operation that might cause
the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
com.google.rpc.Status |
|
public int getPartialErrorsCount()
Output only. Partial errors during bulk analyze operation that might cause
the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
|
public List<Status> getPartialErrorsList()
Output only. Partial errors during bulk analyze operation that might cause
the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<com.google.rpc.Status> |
|
public StatusOrBuilder getPartialErrorsOrBuilder(int index)
Output only. Partial errors during bulk analyze operation that might cause
the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
com.google.rpc.StatusOrBuilder |
|
public List<? extends StatusOrBuilder> getPartialErrorsOrBuilderList()
Output only. Partial errors during bulk analyze operation that might cause
the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<? extends com.google.rpc.StatusOrBuilder> |
|
public BulkAnalyzeConversationsRequest getRequest()
The original request for bulk analyze.
.google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsRequest request = 3;
public BulkAnalyzeConversationsRequestOrBuilder getRequestOrBuilder()
The original request for bulk analyze.
.google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsRequest request = 3;
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
public int getTotalRequestedAnalysesCount()
Total number of analyses requested. Computed by the number of conversations
returned by filter
multiplied by analysis_percentage
in the request.
int32 total_requested_analyses_count = 6;
Returns |
Type |
Description |
int |
The totalRequestedAnalysesCount.
|
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 request for bulk analyze.
.google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsRequest request = 3;
Returns |
Type |
Description |
boolean |
Whether the request field is set.
|
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public BulkAnalyzeConversationsMetadata.Builder newBuilderForType()
protected BulkAnalyzeConversationsMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public BulkAnalyzeConversationsMetadata.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides