Class: Google::Cloud::Datastream::V1::GcsProfile
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::GcsProfile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Cloud Storage bucket profile.
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Required.
-
#root_path ⇒ ::String
The root path inside the Cloud Storage bucket.
Instance Attribute Details
#bucket ⇒ ::String
Returns Required. The Cloud Storage bucket name.
106 107 108 109 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 106 class GcsProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#root_path ⇒ ::String
Returns The root path inside the Cloud Storage bucket.
106 107 108 109 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 106 class GcsProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |