Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb
Overview
Configuration for Cloud Storage bucket sources.
Instance Attribute Summary collapse
-
#bucket_uri ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource
constructor
A new instance of GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource
Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource.
3645 3646 3647 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3645 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bucket_uri ⇒ String
Required. The Cloud Storage bucket containing source objects.
Corresponds to the JSON property bucketUri
3643 3644 3645 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3643 def bucket_uri @bucket_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3650 3651 3652 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3650 def update!(**args) @bucket_uri = args[:bucket_uri] if args.key?(:bucket_uri) end |