Class: Google::Cloud::Datastream::V1alpha1::GcsProfile

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

Instance Attribute Details

#bucket_name::String

Returns Required. The full project and resource path for Cloud Storage bucket including the name.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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