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.

Note: The following fields are mutually exclusive: git_source, storage_source, repo_source, storage_source_manifest. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Build::V1::GitSource)

    If provided, get the source from this Git repository.

    Note: The following fields are mutually exclusive: git_source, storage_source, repo_source, storage_source_manifest. If a field in that set is populated, all other fields in the set will automatically be cleared.



228
229
230
231
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 228

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.

Note: The following fields are mutually exclusive: repo_source, storage_source, git_source, storage_source_manifest. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Build::V1::RepoSource)

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

    Note: The following fields are mutually exclusive: repo_source, storage_source, git_source, storage_source_manifest. If a field in that set is populated, all other fields in the set will automatically be cleared.



228
229
230
231
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 228

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.

Note: The following fields are mutually exclusive: storage_source, repo_source, git_source, storage_source_manifest. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Build::V1::StorageSource)

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

    Note: The following fields are mutually exclusive: storage_source, repo_source, git_source, storage_source_manifest. If a field in that set is populated, all other fields in the set will automatically be cleared.



228
229
230
231
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 228

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.

Note: The following fields are mutually exclusive: storage_source_manifest, storage_source, repo_source, git_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Build::V1::StorageSourceManifest)

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

    Note: The following fields are mutually exclusive: storage_source_manifest, storage_source, repo_source, git_source. If a field in that set is populated, all other fields in the set will automatically be cleared.



228
229
230
231
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 228

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