Class Source (3.7.0)

public final class Source extends GeneratedMessageV3 implements SourceOrBuilder

Location of the source in a supported storage service.

Protobuf type google.devtools.cloudbuild.v1.Source

Implements

SourceOrBuilder

Static Fields

REPO_SOURCE_FIELD_NUMBER

public static final int REPO_SOURCE_FIELD_NUMBER
Field Value
TypeDescription
int

STORAGE_SOURCE_FIELD_NUMBER

public static final int STORAGE_SOURCE_FIELD_NUMBER
Field Value
TypeDescription
int

STORAGE_SOURCE_MANIFEST_FIELD_NUMBER

public static final int STORAGE_SOURCE_MANIFEST_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Source getDefaultInstance()
Returns
TypeDescription
Source

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Source.Builder newBuilder()
Returns
TypeDescription
Source.Builder

newBuilder(Source prototype)

public static Source.Builder newBuilder(Source prototype)
Parameter
NameDescription
prototypeSource
Returns
TypeDescription
Source.Builder

parseDelimitedFrom(InputStream input)

public static Source parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Source
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Source parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Source
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Source parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Source
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Source parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Source
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Source parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Source
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Source parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Source
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Source parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Source
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Source parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Source
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Source parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Source
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Source parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Source
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Source parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Source
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Source parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Source
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Source> parser()
Returns
TypeDescription
Parser<Source>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Source getDefaultInstanceForType()
Returns
TypeDescription
Source

getParserForType()

public Parser<Source> getParserForType()
Returns
TypeDescription
Parser<Source>
Overrides

getRepoSource()

public RepoSource getRepoSource()

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

.google.devtools.cloudbuild.v1.RepoSource repo_source = 3;

Returns
TypeDescription
RepoSource

The repoSource.

getRepoSourceOrBuilder()

public RepoSourceOrBuilder getRepoSourceOrBuilder()

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

.google.devtools.cloudbuild.v1.RepoSource repo_source = 3;

Returns
TypeDescription
RepoSourceOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSourceCase()

public Source.SourceCase getSourceCase()
Returns
TypeDescription
Source.SourceCase

getStorageSource()

public StorageSource getStorageSource()

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

.google.devtools.cloudbuild.v1.StorageSource storage_source = 2;

Returns
TypeDescription
StorageSource

The storageSource.

getStorageSourceManifest()

public StorageSourceManifest getStorageSourceManifest()

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

.google.devtools.cloudbuild.v1.StorageSourceManifest storage_source_manifest = 8;

Returns
TypeDescription
StorageSourceManifest

The storageSourceManifest.

getStorageSourceManifestOrBuilder()

public StorageSourceManifestOrBuilder getStorageSourceManifestOrBuilder()

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

.google.devtools.cloudbuild.v1.StorageSourceManifest storage_source_manifest = 8;

Returns
TypeDescription
StorageSourceManifestOrBuilder

getStorageSourceOrBuilder()

public StorageSourceOrBuilder getStorageSourceOrBuilder()

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

.google.devtools.cloudbuild.v1.StorageSource storage_source = 2;

Returns
TypeDescription
StorageSourceOrBuilder

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasRepoSource()

public boolean hasRepoSource()

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

.google.devtools.cloudbuild.v1.RepoSource repo_source = 3;

Returns
TypeDescription
boolean

Whether the repoSource field is set.

hasStorageSource()

public boolean hasStorageSource()

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

.google.devtools.cloudbuild.v1.StorageSource storage_source = 2;

Returns
TypeDescription
boolean

Whether the storageSource field is set.

hasStorageSourceManifest()

public boolean hasStorageSourceManifest()

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

.google.devtools.cloudbuild.v1.StorageSourceManifest storage_source_manifest = 8;

Returns
TypeDescription
boolean

Whether the storageSourceManifest field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Source.Builder newBuilderForType()
Returns
TypeDescription
Source.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Source.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Source.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Source.Builder toBuilder()
Returns
TypeDescription
Source.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException