Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource

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) ⇒ GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource

Returns a new instance of GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource.



2073
2074
2075
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2073

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

Instance Attribute Details

#bucket_object_typeString

Optional. Specifies the type of the objects in bucket_uri. Corresponds to the JSON property bucketObjectType

Returns:

  • (String)


2066
2067
2068
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2066

def bucket_object_type
  @bucket_object_type
end

#bucket_uriString

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

Returns:

  • (String)


2071
2072
2073
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2071

def bucket_uri
  @bucket_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2078
2079
2080
2081
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2078

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