Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::SourceCode::CloudStorageSource.
Cloud Storage source.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bucket
def bucket() -> ::String
Returns
- (::String) — Required. The Cloud Storage bucket name.
#bucket=
def bucket=(value) -> ::String
Parameter
- value (::String) — Required. The Cloud Storage bucket name.
Returns
- (::String) — Required. The Cloud Storage bucket name.
#generation
def generation() -> ::Integer
Returns
- (::Integer) — Optional. The Cloud Storage object generation.
#generation=
def generation=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The Cloud Storage object generation.
Returns
- (::Integer) — Optional. The Cloud Storage object generation.
#object
def object() -> ::String
Returns
- (::String) — Required. The Cloud Storage object name.
#object=
def object=(value) -> ::String
Parameter
- value (::String) — Required. The Cloud Storage object name.
Returns
- (::String) — Required. The Cloud Storage object name.