Class: Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

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

Defined Under Namespace

Modules: Format

Instance Attribute Summary collapse

Instance Attribute Details

#add_whitespace::Boolean



2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2365

class GcsDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # All permissible file formats.
  # See `records_per_file_count` to override the default number of records
  # per file.
  module Format
    # Unspecified format.
    FORMAT_UNSPECIFIED = 0

    # CSV format.
    # 1,000 labels are stored per CSV file by default.
    CSV = 1

    # JSON format.
    # 1 label stored per JSON file by default.
    JSON = 2
  end
end

#always_print_empty_fields::Boolean



2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2365

class GcsDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # All permissible file formats.
  # See `records_per_file_count` to override the default number of records
  # per file.
  module Format
    # Unspecified format.
    FORMAT_UNSPECIFIED = 0

    # CSV format.
    # 1,000 labels are stored per CSV file by default.
    CSV = 1

    # JSON format.
    # 1 label stored per JSON file by default.
    JSON = 2
  end
end

#format::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination::Format



2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2365

class GcsDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # All permissible file formats.
  # See `records_per_file_count` to override the default number of records
  # per file.
  module Format
    # Unspecified format.
    FORMAT_UNSPECIFIED = 0

    # CSV format.
    # 1,000 labels are stored per CSV file by default.
    CSV = 1

    # JSON format.
    # 1 label stored per JSON file by default.
    JSON = 2
  end
end

#object_uri::String



2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2365

class GcsDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # All permissible file formats.
  # See `records_per_file_count` to override the default number of records
  # per file.
  module Format
    # Unspecified format.
    FORMAT_UNSPECIFIED = 0

    # CSV format.
    # 1,000 labels are stored per CSV file by default.
    CSV = 1

    # JSON format.
    # 1 label stored per JSON file by default.
    JSON = 2
  end
end

#records_per_file_count::Integer



2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2365

class GcsDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # All permissible file formats.
  # See `records_per_file_count` to override the default number of records
  # per file.
  module Format
    # Unspecified format.
    FORMAT_UNSPECIFIED = 0

    # CSV format.
    # 1,000 labels are stored per CSV file by default.
    CSV = 1

    # JSON format.
    # 1 label stored per JSON file by default.
    JSON = 2
  end
end