Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination (v1.3.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination.

Google Cloud Storage Object details to write the feedback labels to.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#add_whitespace

def add_whitespace() -> ::Boolean
Returns
  • (::Boolean) — Optional. Add whitespace to the JSON file. Makes easier to read, but increases file size. Only applicable for JSON format.

#add_whitespace=

def add_whitespace=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Add whitespace to the JSON file. Makes easier to read, but increases file size. Only applicable for JSON format.
Returns
  • (::Boolean) — Optional. Add whitespace to the JSON file. Makes easier to read, but increases file size. Only applicable for JSON format.

#always_print_empty_fields

def always_print_empty_fields() -> ::Boolean
Returns
  • (::Boolean) — 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.

#always_print_empty_fields=

def always_print_empty_fields=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.
Returns
  • (::Boolean) — 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.

#format

def format() -> ::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination::Format
Returns

#format=

def format=(value) -> ::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination::Format
Parameter
Returns

#object_uri

def object_uri() -> ::String
Returns
  • (::String) — 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

#object_uri=

def object_uri=(value) -> ::String
Parameter
  • value (::String) — 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
Returns
  • (::String) — 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

#records_per_file_count

def records_per_file_count() -> ::Integer
Returns
  • (::Integer) — Optional. The number of records per file. Applicable for either format.

#records_per_file_count=

def records_per_file_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The number of records per file. Applicable for either format.
Returns
  • (::Integer) — Optional. The number of records per file. Applicable for either format.