Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource.



4993
4994
4995
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4993

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bucket_uriString

Required. The Cloud Storage bucket containing source objects. Corresponds to the JSON property bucketUri

Returns:

  • (String)


4991
4992
4993
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4991

def bucket_uri
  @bucket_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4998
4999
5000
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4998

def update!(**args)
  @bucket_uri = args[:bucket_uri] if args.key?(:bucket_uri)
end