Class: Google::Cloud::PrivateCatalog::V1beta1::GcsSource
- Inherits:
-
Object
- Object
- Google::Cloud::PrivateCatalog::V1beta1::GcsSource
- 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
-
#gcs_path ⇒ ::String
readonly
Output only.
-
#generation ⇒ ::Integer
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#gcs_path ⇒ ::String (readonly)
Returns 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.
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.
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 |