Class: Google::Cloud::ContactCenterInsights::V1::ExportIssueModelRequest::GcsDestination
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ExportIssueModelRequest::GcsDestination
- 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 save the issue model to.
Instance Attribute Summary collapse
-
#object_uri ⇒ ::String
Required.
Instance Attribute Details
#object_uri ⇒ ::String
Returns Required. Format: gs://<bucket-name>/<object-name>
.
910 911 912 913 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 910 class GcsDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |