Send feedback
Class BulkAnalyzeConversationsMetadata (2.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.12.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
public static final int CREATE_TIME_FIELD_NUMBER
Field Value
public static final int END_TIME_FIELD_NUMBER
Field Value
public static final int FAILED_ANALYSES_COUNT_FIELD_NUMBER
Field Value
public static final int REQUEST_FIELD_NUMBER
Field Value
public static final int TOTAL_REQUESTED_ANALYSES_COUNT_FIELD_NUMBER
Field Value
Static Methods
public static BulkAnalyzeConversationsMetadata getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static BulkAnalyzeConversationsMetadata . Builder newBuilder ()
Returns
public static BulkAnalyzeConversationsMetadata . Builder newBuilder ( BulkAnalyzeConversationsMetadata prototype )
Parameter
Returns
public static BulkAnalyzeConversationsMetadata parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static BulkAnalyzeConversationsMetadata parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static BulkAnalyzeConversationsMetadata parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
public static BulkAnalyzeConversationsMetadata parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static BulkAnalyzeConversationsMetadata parseFrom ( ByteString data )
Parameter
Returns
Exceptions
public static BulkAnalyzeConversationsMetadata parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static BulkAnalyzeConversationsMetadata parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static BulkAnalyzeConversationsMetadata parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static BulkAnalyzeConversationsMetadata parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static BulkAnalyzeConversationsMetadata parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static BulkAnalyzeConversationsMetadata parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
public static BulkAnalyzeConversationsMetadata parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Parser<BulkAnalyzeConversationsMetadata> parser ()
Returns
Methods
public boolean equals ( Object obj )
Parameter
Returns
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
public TimestampOrBuilder getCreateTimeOrBuilder ()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
Returns
public BulkAnalyzeConversationsMetadata getDefaultInstanceForType ()
Returns
public Timestamp getEndTime ()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
Returns
public TimestampOrBuilder getEndTimeOrBuilder ()
The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
Returns
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 ()
Returns
Overrides
public BulkAnalyzeConversationsRequest getRequest ()
The original request for bulk analyze.
.google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsRequest request = 3;
Returns
public BulkAnalyzeConversationsRequestOrBuilder getRequestOrBuilder ()
The original request for bulk analyze.
.google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsRequest request = 3;
Returns
public int getSerializedSize ()
Returns
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 ()
Returns
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
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public BulkAnalyzeConversationsMetadata . Builder newBuilderForType ()
Returns
protected BulkAnalyzeConversationsMetadata . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public BulkAnalyzeConversationsMetadata . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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."],[],[]]