Show / Hide Table of Contents

Class ContaineranalysisGoogleDevtoolsCloudbuildV1Source

Location of the source in a supported storage service.

Inheritance
object
ContaineranalysisGoogleDevtoolsCloudbuildV1Source
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1Source : IDirectResponseSchema

Properties

ConnectedRepository

Optional. If provided, get the source from this 2nd-gen Google Cloud Build repository resource.

Declaration
[JsonProperty("connectedRepository")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository ConnectedRepository { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GitSource

If provided, get the source from this Git repository.

Declaration
[JsonProperty("gitSource")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource GitSource { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource

RepoSource

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

Declaration
[JsonProperty("repoSource")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource RepoSource { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource

StorageSource

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

Declaration
[JsonProperty("storageSource")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource StorageSource { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource

StorageSourceManifest

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

Declaration
[JsonProperty("storageSourceManifest")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest StorageSourceManifest { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX