Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::StorageSourceManifest.
Location of the source manifest in Google Cloud Storage. This feature is in Preview; see description here.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bucket
def bucket() -> ::String
Returns
- (::String) — Google Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).
#bucket=
def bucket=(value) -> ::String
Parameter
- value (::String) — Google Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).
Returns
- (::String) — Google Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).
#generation
def generation() -> ::Integer
Returns
- (::Integer) — Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
#generation=
def generation=(value) -> ::Integer
Parameter
- value (::Integer) — Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
Returns
- (::Integer) — Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
#object
def object() -> ::String
Returns
-
(::String) — Google Cloud Storage object containing the source manifest.
This object must be a JSON file.
#object=
def object=(value) -> ::String
Parameter
-
value (::String) — Google Cloud Storage object containing the source manifest.
This object must be a JSON file.
Returns
-
(::String) — Google Cloud Storage object containing the source manifest.
This object must be a JSON file.