Cloud Build V1 API - Class Google::Cloud::Build::V1::StorageSourceManifest (v0.14.0)

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

#bucket=

def bucket=(value) -> ::String
Parameter
Returns

#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.