Class BulkDownloadFeedbackLabelsMetadata (2.54.0)

public final class BulkDownloadFeedbackLabelsMetadata extends GeneratedMessageV3 implements BulkDownloadFeedbackLabelsMetadataOrBuilder

Metadata for the BulkDownloadFeedbackLabel endpoint.

Protobuf type google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsMetadata

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BulkDownloadFeedbackLabelsMetadata

Static Fields

CREATE_TIME_FIELD_NUMBER

public static final int CREATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

DOWNLOAD_STATS_FIELD_NUMBER

public static final int DOWNLOAD_STATS_FIELD_NUMBER
Field Value
Type Description
int

END_TIME_FIELD_NUMBER

public static final int END_TIME_FIELD_NUMBER
Field Value
Type Description
int

PARTIAL_ERRORS_FIELD_NUMBER

public static final int PARTIAL_ERRORS_FIELD_NUMBER
Field Value
Type Description
int

REQUEST_FIELD_NUMBER

public static final int REQUEST_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BulkDownloadFeedbackLabelsMetadata getDefaultInstance()
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BulkDownloadFeedbackLabelsMetadata.Builder newBuilder()
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata.Builder

newBuilder(BulkDownloadFeedbackLabelsMetadata prototype)

public static BulkDownloadFeedbackLabelsMetadata.Builder newBuilder(BulkDownloadFeedbackLabelsMetadata prototype)
Parameter
Name Description
prototype BulkDownloadFeedbackLabelsMetadata
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata.Builder

parseDelimitedFrom(InputStream input)

public static BulkDownloadFeedbackLabelsMetadata parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BulkDownloadFeedbackLabelsMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BulkDownloadFeedbackLabelsMetadata parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BulkDownloadFeedbackLabelsMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BulkDownloadFeedbackLabelsMetadata parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BulkDownloadFeedbackLabelsMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BulkDownloadFeedbackLabelsMetadata parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BulkDownloadFeedbackLabelsMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BulkDownloadFeedbackLabelsMetadata parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BulkDownloadFeedbackLabelsMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BulkDownloadFeedbackLabelsMetadata parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BulkDownloadFeedbackLabelsMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BulkDownloadFeedbackLabelsMetadata> parser()
Returns
Type Description
Parser<BulkDownloadFeedbackLabelsMetadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCreateTime()

public Timestamp getCreateTime()

Output only. The time the operation was created.

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

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time the operation was created.

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

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public BulkDownloadFeedbackLabelsMetadata getDefaultInstanceForType()
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata

getDownloadStats()

public BulkDownloadFeedbackLabelsMetadata.DownloadStats getDownloadStats()

Output only. Statistics for BulkDownloadFeedbackLabels operation.

.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsMetadata.DownloadStats download_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
BulkDownloadFeedbackLabelsMetadata.DownloadStats

The downloadStats.

getDownloadStatsOrBuilder()

public BulkDownloadFeedbackLabelsMetadata.DownloadStatsOrBuilder getDownloadStatsOrBuilder()

Output only. Statistics for BulkDownloadFeedbackLabels operation.

.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsMetadata.DownloadStats download_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
BulkDownloadFeedbackLabelsMetadata.DownloadStatsOrBuilder

getEndTime()

public Timestamp getEndTime()

Output only. The time the operation finished running.

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

Returns
Type Description
Timestamp

The endTime.

getEndTimeOrBuilder()

public TimestampOrBuilder getEndTimeOrBuilder()

Output only. The time the operation finished running.

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

Returns
Type Description
TimestampOrBuilder

getParserForType()

public Parser<BulkDownloadFeedbackLabelsMetadata> getParserForType()
Returns
Type Description
Parser<BulkDownloadFeedbackLabelsMetadata>
Overrides

getPartialErrors(int index)

public Status getPartialErrors(int index)

Partial errors during ingest operation that might cause the operation output to be incomplete.

repeated .google.rpc.Status partial_errors = 4;

Parameter
Name Description
index int
Returns
Type Description
com.google.rpc.Status

getPartialErrorsCount()

public int getPartialErrorsCount()

Partial errors during ingest operation that might cause the operation output to be incomplete.

repeated .google.rpc.Status partial_errors = 4;

Returns
Type Description
int

getPartialErrorsList()

public List<Status> getPartialErrorsList()

Partial errors during ingest operation that might cause the operation output to be incomplete.

repeated .google.rpc.Status partial_errors = 4;

Returns
Type Description
List<com.google.rpc.Status>

getPartialErrorsOrBuilder(int index)

public StatusOrBuilder getPartialErrorsOrBuilder(int index)

Partial errors during ingest operation that might cause the operation output to be incomplete.

repeated .google.rpc.Status partial_errors = 4;

Parameter
Name Description
index int
Returns
Type Description
com.google.rpc.StatusOrBuilder

getPartialErrorsOrBuilderList()

public List<? extends StatusOrBuilder> getPartialErrorsOrBuilderList()

Partial errors during ingest operation that might cause the operation output to be incomplete.

repeated .google.rpc.Status partial_errors = 4;

Returns
Type Description
List<? extends com.google.rpc.StatusOrBuilder>

getRequest()

public BulkDownloadFeedbackLabelsRequest getRequest()

Output only. The original request for download.

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

Returns
Type Description
BulkDownloadFeedbackLabelsRequest

The request.

getRequestOrBuilder()

public BulkDownloadFeedbackLabelsRequestOrBuilder getRequestOrBuilder()

Output only. The original request for download.

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

Returns
Type Description
BulkDownloadFeedbackLabelsRequestOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasCreateTime()

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.

hasDownloadStats()

public boolean hasDownloadStats()

Output only. Statistics for BulkDownloadFeedbackLabels operation.

.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsMetadata.DownloadStats download_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the downloadStats field is set.

hasEndTime()

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.

hasRequest()

public boolean hasRequest()

Output only. The original request for download.

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

Returns
Type Description
boolean

Whether the request field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BulkDownloadFeedbackLabelsMetadata.Builder newBuilderForType()
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BulkDownloadFeedbackLabelsMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public BulkDownloadFeedbackLabelsMetadata.Builder toBuilder()
Returns
Type Description
BulkDownloadFeedbackLabelsMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException