Class: Google::Cloud::Build::V1::StorageSourceManifest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

Location of the source manifest in Cloud Storage. This feature is in Preview; see description here.

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).

Returns:



193
194
195
196
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 193

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

#generation::Integer

Returns Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.

Returns:

  • (::Integer)

    Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.



193
194
195
196
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 193

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

#object::String

Returns Cloud Storage object containing the source manifest.

This object must be a JSON file.

Returns:

  • (::String)

    Cloud Storage object containing the source manifest.

    This object must be a JSON file.



193
194
195
196
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 193

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