Send feedback
Class BulkAnalyzeConversationsMetadata (2.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.13.0 keyboard_arrow_down
public final class BulkAnalyzeConversationsMetadata extends GeneratedMessageV3 implements BulkAnalyzeConversationsMetadataOrBuilder
The metadata for a bulk analyze conversations operation.
Protobuf type google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsMetadata
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 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;
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 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 final UnknownFieldSet getUnknownFields ()
Overrides
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 )
Overrides
public BulkAnalyzeConversationsMetadata . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]