public static final class BulkDownloadFeedbackLabelsRequest.GcsDestination extends GeneratedMessage implements BulkDownloadFeedbackLabelsRequest.GcsDestinationOrBuilder
Google Cloud Storage Object details to write the feedback labels to.
Protobuf type
google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int ADD_WHITESPACE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int ALWAYS_PRINT_EMPTY_FIELDS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int FORMAT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int OBJECT_URI_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int RECORDS_PER_FILE_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static BulkDownloadFeedbackLabelsRequest.GcsDestination getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static BulkDownloadFeedbackLabelsRequest.GcsDestination.Builder newBuilder()
public static BulkDownloadFeedbackLabelsRequest.GcsDestination.Builder newBuilder(BulkDownloadFeedbackLabelsRequest.GcsDestination prototype)
public static BulkDownloadFeedbackLabelsRequest.GcsDestination parseDelimitedFrom(InputStream input)
public static BulkDownloadFeedbackLabelsRequest.GcsDestination parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BulkDownloadFeedbackLabelsRequest.GcsDestination parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static BulkDownloadFeedbackLabelsRequest.GcsDestination parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BulkDownloadFeedbackLabelsRequest.GcsDestination parseFrom(ByteString data)
public static BulkDownloadFeedbackLabelsRequest.GcsDestination parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BulkDownloadFeedbackLabelsRequest.GcsDestination parseFrom(CodedInputStream input)
public static BulkDownloadFeedbackLabelsRequest.GcsDestination parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BulkDownloadFeedbackLabelsRequest.GcsDestination parseFrom(InputStream input)
public static BulkDownloadFeedbackLabelsRequest.GcsDestination parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BulkDownloadFeedbackLabelsRequest.GcsDestination parseFrom(ByteBuffer data)
public static BulkDownloadFeedbackLabelsRequest.GcsDestination parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<BulkDownloadFeedbackLabelsRequest.GcsDestination> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public boolean getAddWhitespace()
Optional. Add whitespace to the JSON file. Makes easier to read, but
increases file size. Only applicable for JSON format.
bool add_whitespace = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
The addWhitespace.
|
public boolean getAlwaysPrintEmptyFields()
Optional. Always print fields with no presence.
This is useful for printing fields that are not set, like implicit 0
value or empty lists/maps. Only applicable for JSON format.
bool always_print_empty_fields = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
The alwaysPrintEmptyFields.
|
public BulkDownloadFeedbackLabelsRequest.GcsDestination getDefaultInstanceForType()
public BulkDownloadFeedbackLabelsRequest.GcsDestination.Format getFormat()
Required. File format in which the labels will be exported.
.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination.Format format = 1 [(.google.api.field_behavior) = REQUIRED];
public int getFormatValue()
Required. File format in which the labels will be exported.
.google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination.Format format = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for format.
|
public String getObjectUri()
Required. The Google Cloud Storage URI to write the feedback labels to.
The file name will be used as a prefix for the files written to the
bucket if the output needs to be split across multiple files, otherwise
it will be used as is. The file extension will be appended to the file
name based on the format selected.
E.g. gs://bucket_name/object_uri_prefix
string object_uri = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The objectUri.
|
public ByteString getObjectUriBytes()
Required. The Google Cloud Storage URI to write the feedback labels to.
The file name will be used as a prefix for the files written to the
bucket if the output needs to be split across multiple files, otherwise
it will be used as is. The file extension will be appended to the file
name based on the format selected.
E.g. gs://bucket_name/object_uri_prefix
string object_uri = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
ByteString |
The bytes for objectUri.
|
public Parser<BulkDownloadFeedbackLabelsRequest.GcsDestination> getParserForType()
Overrides
public long getRecordsPerFileCount()
Optional. The number of records per file. Applicable for either format.
int64 records_per_file_count = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
long |
The recordsPerFileCount.
|
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public BulkDownloadFeedbackLabelsRequest.GcsDestination.Builder newBuilderForType()
protected BulkDownloadFeedbackLabelsRequest.GcsDestination.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public BulkDownloadFeedbackLabelsRequest.GcsDestination.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides