Class GitSource.Builder (3.45.0)

public static final class GitSource.Builder extends GeneratedMessageV3.Builder<GitSource.Builder> implements GitSourceOrBuilder

Location of the source in any accessible Git repository.

Protobuf type google.devtools.cloudbuild.v1.GitSource

Implements

GitSourceOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GitSource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GitSource.Builder
Overrides

build()

public GitSource build()
Returns
Type Description
GitSource

buildPartial()

public GitSource buildPartial()
Returns
Type Description
GitSource

clear()

public GitSource.Builder clear()
Returns
Type Description
GitSource.Builder
Overrides

clearDir()

public GitSource.Builder clearDir()

Directory, relative to the source root, in which to run the build.

This must be a relative path. If a step's dir is specified and is an absolute path, this value is ignored for that step's execution.

string dir = 5;

Returns
Type Description
GitSource.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public GitSource.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
GitSource.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public GitSource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GitSource.Builder
Overrides

clearRevision()

public GitSource.Builder clearRevision()

The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.

Cloud Build uses git fetch to fetch the revision from the Git repository; therefore make sure that the string you provide for revision is parsable by the command. For information on string values accepted by git fetch, see https://git-scm.com/docs/gitrevisions#_specifying_revisions. For information on git fetch, see https://git-scm.com/docs/git-fetch.

string revision = 6;

Returns
Type Description
GitSource.Builder

This builder for chaining.

clearUrl()

public GitSource.Builder clearUrl()

Location of the Git repo to build.

This will be used as a git remote, see https://git-scm.com/docs/git-remote.

string url = 1;

Returns
Type Description
GitSource.Builder

This builder for chaining.

clone()

public GitSource.Builder clone()
Returns
Type Description
GitSource.Builder
Overrides

getDefaultInstanceForType()

public GitSource getDefaultInstanceForType()
Returns
Type Description
GitSource

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDir()

public String getDir()

Directory, relative to the source root, in which to run the build.

This must be a relative path. If a step's dir is specified and is an absolute path, this value is ignored for that step's execution.

string dir = 5;

Returns
Type Description
String

The dir.

getDirBytes()

public ByteString getDirBytes()

Directory, relative to the source root, in which to run the build.

This must be a relative path. If a step's dir is specified and is an absolute path, this value is ignored for that step's execution.

string dir = 5;

Returns
Type Description
ByteString

The bytes for dir.

getRevision()

public String getRevision()

The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.

Cloud Build uses git fetch to fetch the revision from the Git repository; therefore make sure that the string you provide for revision is parsable by the command. For information on string values accepted by git fetch, see https://git-scm.com/docs/gitrevisions#_specifying_revisions. For information on git fetch, see https://git-scm.com/docs/git-fetch.

string revision = 6;

Returns
Type Description
String

The revision.

getRevisionBytes()

public ByteString getRevisionBytes()

The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.

Cloud Build uses git fetch to fetch the revision from the Git repository; therefore make sure that the string you provide for revision is parsable by the command. For information on string values accepted by git fetch, see https://git-scm.com/docs/gitrevisions#_specifying_revisions. For information on git fetch, see https://git-scm.com/docs/git-fetch.

string revision = 6;

Returns
Type Description
ByteString

The bytes for revision.

getUrl()

public String getUrl()

Location of the Git repo to build.

This will be used as a git remote, see https://git-scm.com/docs/git-remote.

string url = 1;

Returns
Type Description
String

The url.

getUrlBytes()

public ByteString getUrlBytes()

Location of the Git repo to build.

This will be used as a git remote, see https://git-scm.com/docs/git-remote.

string url = 1;

Returns
Type Description
ByteString

The bytes for url.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GitSource other)

public GitSource.Builder mergeFrom(GitSource other)
Parameter
Name Description
other GitSource
Returns
Type Description
GitSource.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GitSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GitSource.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GitSource.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GitSource.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GitSource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GitSource.Builder
Overrides

setDir(String value)

public GitSource.Builder setDir(String value)

Directory, relative to the source root, in which to run the build.

This must be a relative path. If a step's dir is specified and is an absolute path, this value is ignored for that step's execution.

string dir = 5;

Parameter
Name Description
value String

The dir to set.

Returns
Type Description
GitSource.Builder

This builder for chaining.

setDirBytes(ByteString value)

public GitSource.Builder setDirBytes(ByteString value)

Directory, relative to the source root, in which to run the build.

This must be a relative path. If a step's dir is specified and is an absolute path, this value is ignored for that step's execution.

string dir = 5;

Parameter
Name Description
value ByteString

The bytes for dir to set.

Returns
Type Description
GitSource.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public GitSource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GitSource.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GitSource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GitSource.Builder
Overrides

setRevision(String value)

public GitSource.Builder setRevision(String value)

The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.

Cloud Build uses git fetch to fetch the revision from the Git repository; therefore make sure that the string you provide for revision is parsable by the command. For information on string values accepted by git fetch, see https://git-scm.com/docs/gitrevisions#_specifying_revisions. For information on git fetch, see https://git-scm.com/docs/git-fetch.

string revision = 6;

Parameter
Name Description
value String

The revision to set.

Returns
Type Description
GitSource.Builder

This builder for chaining.

setRevisionBytes(ByteString value)

public GitSource.Builder setRevisionBytes(ByteString value)

The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.

Cloud Build uses git fetch to fetch the revision from the Git repository; therefore make sure that the string you provide for revision is parsable by the command. For information on string values accepted by git fetch, see https://git-scm.com/docs/gitrevisions#_specifying_revisions. For information on git fetch, see https://git-scm.com/docs/git-fetch.

string revision = 6;

Parameter
Name Description
value ByteString

The bytes for revision to set.

Returns
Type Description
GitSource.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final GitSource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GitSource.Builder
Overrides

setUrl(String value)

public GitSource.Builder setUrl(String value)

Location of the Git repo to build.

This will be used as a git remote, see https://git-scm.com/docs/git-remote.

string url = 1;

Parameter
Name Description
value String

The url to set.

Returns
Type Description
GitSource.Builder

This builder for chaining.

setUrlBytes(ByteString value)

public GitSource.Builder setUrlBytes(ByteString value)

Location of the Git repo to build.

This will be used as a git remote, see https://git-scm.com/docs/git-remote.

string url = 1;

Parameter
Name Description
value ByteString

The bytes for url to set.

Returns
Type Description
GitSource.Builder

This builder for chaining.