Interface IngestConversationsMetadataOrBuilder (2.41.0)

public interface IngestConversationsMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The time the operation was created.

.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time the operation was created.

.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getEndTime()

public abstract Timestamp getEndTime()

Output only. The time the operation finished running.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

Output only. The time the operation finished running.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getIngestConversationsStats()

public abstract IngestConversationsMetadata.IngestConversationsStats getIngestConversationsStats()

Output only. Statistics for IngestConversations operation.

.google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats ingest_conversations_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
IngestConversationsMetadata.IngestConversationsStats

The ingestConversationsStats.

getIngestConversationsStatsOrBuilder()

public abstract IngestConversationsMetadata.IngestConversationsStatsOrBuilder getIngestConversationsStatsOrBuilder()

Output only. Statistics for IngestConversations operation.

.google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats ingest_conversations_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
IngestConversationsMetadata.IngestConversationsStatsOrBuilder

getPartialErrors(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
com.google.rpc.Status

getPartialErrorsCount()

public abstract 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
TypeDescription
int

getPartialErrorsList()

public abstract 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
TypeDescription
List<com.google.rpc.Status>

getPartialErrorsOrBuilder(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getPartialErrorsOrBuilderList()

public abstract 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
TypeDescription
List<? extends com.google.rpc.StatusOrBuilder>

getRequest()

public abstract IngestConversationsRequest getRequest()

Output only. The original request for ingest.

.google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
IngestConversationsRequest

The request.

getRequestOrBuilder()

public abstract IngestConversationsRequestOrBuilder getRequestOrBuilder()

Output only. The original request for ingest.

.google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
IngestConversationsRequestOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The time the operation was created.

.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasEndTime()

public abstract boolean hasEndTime()

Output only. The time the operation finished running.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the endTime field is set.

hasIngestConversationsStats()

public abstract boolean hasIngestConversationsStats()

Output only. Statistics for IngestConversations operation.

.google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats ingest_conversations_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the ingestConversationsStats field is set.

hasRequest()

public abstract boolean hasRequest()

Output only. The original request for ingest.

.google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the request field is set.