GoogleApi.CloudBuild.V1.Model.Source (google_api_cloud_build v0.34.0) View Source
Location of the source in a supported storage service.
Attributes
-
repoSource
(type:GoogleApi.CloudBuild.V1.Model.RepoSource.t
, default:nil
) - If provided, get the source from this location in a Cloud Source Repository. -
storageSource
(type:GoogleApi.CloudBuild.V1.Model.StorageSource.t
, default:nil
) - If provided, get the source from this location in Google Cloud Storage. -
storageSourceManifest
(type:GoogleApi.CloudBuild.V1.Model.StorageSourceManifest.t
, default:nil
) - If provided, get the source from this manifest in Google Cloud Storage. This feature is in Preview.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudBuild.V1.Model.Source{ repoSource: GoogleApi.CloudBuild.V1.Model.RepoSource.t() | nil, storageSource: GoogleApi.CloudBuild.V1.Model.StorageSource.t() | nil, storageSourceManifest: GoogleApi.CloudBuild.V1.Model.StorageSourceManifest.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.