Class: Google::Cloud::Build::V1::Source

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 in a supported storage service.

Instance Attribute Summary collapse

Instance Attribute Details

#git_source::Google::Cloud::Build::V1::GitSource

Returns If provided, get the source from this Git repository.

Returns:



214
215
216
217
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 214

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

#repo_source::Google::Cloud::Build::V1::RepoSource

Returns If provided, get the source from this location in a Cloud Source Repository.

Returns:



214
215
216
217
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 214

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

#storage_source::Google::Cloud::Build::V1::StorageSource

Returns If provided, get the source from this location in Cloud Storage.

Returns:



214
215
216
217
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 214

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

#storage_source_manifest::Google::Cloud::Build::V1::StorageSourceManifest

Returns If provided, get the source from this manifest in Cloud Storage. This feature is in Preview; see description here.

Returns:



214
215
216
217
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 214

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