Class: Google::Cloud::PrivateCatalog::V1beta1::GcsSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb

Overview

Defines how to access Cloud Storage source.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_path::String (readonly)

Returns Output only. the cloud storage object path.

Returns:

  • (::String)

    Output only. the cloud storage object path.



435
436
437
438
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 435

class GcsSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#generation::Integer (readonly)

Returns Output only. Generation of the object, which is set when the content of an object starts being written.

Returns:

  • (::Integer)

    Output only. Generation of the object, which is set when the content of an object starts being written.



435
436
437
438
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 435

class GcsSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time when the object metadata was last changed.

Returns:



435
436
437
438
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 435

class GcsSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end