Class GitSource.Builder (3.18.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GitSource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GitSource.Builder
Overrides

build()

public GitSource build()
Returns
TypeDescription
GitSource

buildPartial()

public GitSource buildPartial()
Returns
TypeDescription
GitSource

clear()

public GitSource.Builder clear()
Returns
TypeDescription
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
TypeDescription
GitSource.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public GitSource.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
GitSource.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public GitSource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
GitSource.Builder

This builder for chaining.

clone()

public GitSource.Builder clone()
Returns
TypeDescription
GitSource.Builder
Overrides

getDefaultInstanceForType()

public GitSource getDefaultInstanceForType()
Returns
TypeDescription
GitSource

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for url.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GitSource other)

public GitSource.Builder mergeFrom(GitSource other)
Parameter
NameDescription
otherGitSource
Returns
TypeDescription
GitSource.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GitSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GitSource.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GitSource.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GitSource.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GitSource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The dir to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for dir to set.

Returns
TypeDescription
GitSource.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public GitSource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GitSource.Builder
Overrides

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

public GitSource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The revision to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for revision to set.

Returns
TypeDescription
GitSource.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final GitSource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The url to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for url to set.

Returns
TypeDescription
GitSource.Builder

This builder for chaining.