Class GitSource.Builder (0.39.0)

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

Defines how to access a Git Source.

Protobuf type google.cloud.privatecatalog.v1beta1.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

clearBranch()

public GitSource.Builder clearBranch()

The revision branch to use.

string branch = 4;

Returns
TypeDescription
GitSource.Builder

This builder for chaining.

clearCommit()

public GitSource.Builder clearCommit()

The revision commit to use.

string commit = 3;

Returns
TypeDescription
GitSource.Builder

This builder for chaining.

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 = 2;

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

clearRef()

public GitSource.Builder clearRef()
Returns
TypeDescription
GitSource.Builder

clearRepo()

public GitSource.Builder clearRepo()

Location of the Git repo to build.

string repo = 1;

Returns
TypeDescription
GitSource.Builder

This builder for chaining.

clearTag()

public GitSource.Builder clearTag()

The revision tag to use.

string tag = 5;

Returns
TypeDescription
GitSource.Builder

This builder for chaining.

clone()

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

getBranch()

public String getBranch()

The revision branch to use.

string branch = 4;

Returns
TypeDescription
String

The branch.

getBranchBytes()

public ByteString getBranchBytes()

The revision branch to use.

string branch = 4;

Returns
TypeDescription
ByteString

The bytes for branch.

getCommit()

public String getCommit()

The revision commit to use.

string commit = 3;

Returns
TypeDescription
String

The commit.

getCommitBytes()

public ByteString getCommitBytes()

The revision commit to use.

string commit = 3;

Returns
TypeDescription
ByteString

The bytes for commit.

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 = 2;

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 = 2;

Returns
TypeDescription
ByteString

The bytes for dir.

getRefCase()

public GitSource.RefCase getRefCase()
Returns
TypeDescription
GitSource.RefCase

getRepo()

public String getRepo()

Location of the Git repo to build.

string repo = 1;

Returns
TypeDescription
String

The repo.

getRepoBytes()

public ByteString getRepoBytes()

Location of the Git repo to build.

string repo = 1;

Returns
TypeDescription
ByteString

The bytes for repo.

getTag()

public String getTag()

The revision tag to use.

string tag = 5;

Returns
TypeDescription
String

The tag.

getTagBytes()

public ByteString getTagBytes()

The revision tag to use.

string tag = 5;

Returns
TypeDescription
ByteString

The bytes for tag.

hasBranch()

public boolean hasBranch()

The revision branch to use.

string branch = 4;

Returns
TypeDescription
boolean

Whether the branch field is set.

hasCommit()

public boolean hasCommit()

The revision commit to use.

string commit = 3;

Returns
TypeDescription
boolean

Whether the commit field is set.

hasTag()

public boolean hasTag()

The revision tag to use.

string tag = 5;

Returns
TypeDescription
boolean

Whether the tag field is set.

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

setBranch(String value)

public GitSource.Builder setBranch(String value)

The revision branch to use.

string branch = 4;

Parameter
NameDescription
valueString

The branch to set.

Returns
TypeDescription
GitSource.Builder

This builder for chaining.

setBranchBytes(ByteString value)

public GitSource.Builder setBranchBytes(ByteString value)

The revision branch to use.

string branch = 4;

Parameter
NameDescription
valueByteString

The bytes for branch to set.

Returns
TypeDescription
GitSource.Builder

This builder for chaining.

setCommit(String value)

public GitSource.Builder setCommit(String value)

The revision commit to use.

string commit = 3;

Parameter
NameDescription
valueString

The commit to set.

Returns
TypeDescription
GitSource.Builder

This builder for chaining.

setCommitBytes(ByteString value)

public GitSource.Builder setCommitBytes(ByteString value)

The revision commit to use.

string commit = 3;

Parameter
NameDescription
valueByteString

The bytes for commit to set.

Returns
TypeDescription
GitSource.Builder

This builder for chaining.

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 = 2;

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 = 2;

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

setRepo(String value)

public GitSource.Builder setRepo(String value)

Location of the Git repo to build.

string repo = 1;

Parameter
NameDescription
valueString

The repo to set.

Returns
TypeDescription
GitSource.Builder

This builder for chaining.

setRepoBytes(ByteString value)

public GitSource.Builder setRepoBytes(ByteString value)

Location of the Git repo to build.

string repo = 1;

Parameter
NameDescription
valueByteString

The bytes for repo to set.

Returns
TypeDescription
GitSource.Builder

This builder for chaining.

setTag(String value)

public GitSource.Builder setTag(String value)

The revision tag to use.

string tag = 5;

Parameter
NameDescription
valueString

The tag to set.

Returns
TypeDescription
GitSource.Builder

This builder for chaining.

setTagBytes(ByteString value)

public GitSource.Builder setTagBytes(ByteString value)

The revision tag to use.

string tag = 5;

Parameter
NameDescription
valueByteString

The bytes for tag 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