Class: Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest::GcsSource
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest::GcsSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Configuration for Cloud Storage bucket sources.
Defined Under Namespace
Modules: BucketObjectType
Instance Attribute Summary collapse
-
#bucket_object_type ⇒ ::Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest::GcsSource::BucketObjectType
Optional.
-
#bucket_uri ⇒ ::String
Required.
Instance Attribute Details
#bucket_object_type ⇒ ::Google::Cloud::ContactCenterInsights::V1::IngestConversationsRequest::GcsSource::BucketObjectType
Returns Optional. Specifies the type of the objects in bucket_uri
.
338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 338 class GcsSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module BucketObjectType # The object type is unspecified and will default to TRANSCRIPT. BUCKET_OBJECT_TYPE_UNSPECIFIED = 0 # The object is a transcript. TRANSCRIPT = 1 # The object is an audio file. AUDIO = 2 end end |
#bucket_uri ⇒ ::String
Returns Required. The Cloud Storage bucket containing source objects.
338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 338 class GcsSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module BucketObjectType # The object type is unspecified and will default to TRANSCRIPT. BUCKET_OBJECT_TYPE_UNSPECIFIED = 0 # The object is a transcript. TRANSCRIPT = 1 # The object is an audio file. AUDIO = 2 end end |