Class: Google::Cloud::Build::V1::Source
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::Source
- 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
-
#git_source ⇒ ::Google::Cloud::Build::V1::GitSource
If provided, get the source from this Git repository.
-
#repo_source ⇒ ::Google::Cloud::Build::V1::RepoSource
If provided, get the source from this location in a Cloud Source Repository.
-
#storage_source ⇒ ::Google::Cloud::Build::V1::StorageSource
If provided, get the source from this location in Cloud Storage.
-
#storage_source_manifest ⇒ ::Google::Cloud::Build::V1::StorageSourceManifest
If provided, get the source from this manifest in Cloud Storage.
Instance Attribute Details
#git_source ⇒ ::Google::Cloud::Build::V1::GitSource
Returns If provided, get the source from this Git repository.
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.
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.
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.
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 |