Class: Google::Cloud::Datastream::V1::GcsProfile

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#bucket::String

Returns Required. The Cloud Storage bucket name.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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