Class: Google::Cloud::Datastream::V1alpha1::GcsProfile
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::GcsProfile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb
Overview
Cloud Storage bucket profile.
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Required.
-
#root_path ⇒ ::String
The root path inside the Cloud Storage bucket.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns Required. The full project and resource path for Cloud Storage bucket including the name.
86 87 88 89 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 86 class GcsProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#root_path ⇒ ::String
Returns The root path inside the Cloud Storage bucket.
86 87 88 89 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 86 class GcsProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |