Class: Google::Cloud::ContactCenterInsights::V1::ImportIssueModelRequest::GcsSource
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ImportIssueModelRequest::GcsSource
- 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 URI to get the issue model file from.
Instance Attribute Summary collapse
-
#object_uri ⇒ ::String
Required.
Instance Attribute Details
#object_uri ⇒ ::String
Returns Required. Format: gs://<bucket-name>/<object-name>
.
957 958 959 960 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 957 class GcsSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |