Class: Google::Cloud::Run::V2::SourceCode::CloudStorageSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/run/v2/k8s.min.rb

Overview

Cloud Storage source.

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns Required. The Cloud Storage bucket name.

Returns:

  • (::String)

    Required. The Cloud Storage bucket name.



539
540
541
542
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 539

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

#generation::Integer

Returns Optional. The Cloud Storage object generation.

Returns:

  • (::Integer)

    Optional. The Cloud Storage object generation.



539
540
541
542
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 539

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

#object::String

Returns Required. The Cloud Storage object name.

Returns:

  • (::String)

    Required. The Cloud Storage object name.



539
540
541
542
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 539

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