Class RepoSource (2.62.0)

publicfinalclassRepoSourceextendsGeneratedMessageV3implementsRepoSourceOrBuilder

Location of the source in a Google Cloud Source Repository.

Protobuf type google.cloud.functions.v2.RepoSource

Static Fields

BRANCH_NAME_FIELD_NUMBER

publicstaticfinalintBRANCH_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

COMMIT_SHA_FIELD_NUMBER

publicstaticfinalintCOMMIT_SHA_FIELD_NUMBER
Field Value
TypeDescription
int

DIR_FIELD_NUMBER

publicstaticfinalintDIR_FIELD_NUMBER
Field Value
TypeDescription
int

INVERT_REGEX_FIELD_NUMBER

publicstaticfinalintINVERT_REGEX_FIELD_NUMBER
Field Value
TypeDescription
int

PROJECT_ID_FIELD_NUMBER

publicstaticfinalintPROJECT_ID_FIELD_NUMBER
Field Value
TypeDescription
int

REPO_NAME_FIELD_NUMBER

publicstaticfinalintREPO_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

TAG_NAME_FIELD_NUMBER

publicstaticfinalintTAG_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

publicstaticRepoSourcegetDefaultInstance()
Returns
TypeDescription
RepoSource

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

publicstaticRepoSource.BuildernewBuilder()
Returns
TypeDescription
RepoSource.Builder

newBuilder(RepoSource prototype)

publicstaticRepoSource.BuildernewBuilder(RepoSourceprototype)
Parameter
NameDescription
prototypeRepoSource
Returns
TypeDescription
RepoSource.Builder

parseDelimitedFrom(InputStream input)

publicstaticRepoSourceparseDelimitedFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RepoSource
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticRepoSourceparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RepoSource
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

publicstaticRepoSourceparseFrom(byte[]data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
RepoSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticRepoSourceparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RepoSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticRepoSourceparseFrom(ByteStringdata)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
RepoSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticRepoSourceparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RepoSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticRepoSourceparseFrom(CodedInputStreaminput)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
RepoSource
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticRepoSourceparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RepoSource
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

publicstaticRepoSourceparseFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RepoSource
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticRepoSourceparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RepoSource
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

publicstaticRepoSourceparseFrom(ByteBufferdata)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
RepoSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticRepoSourceparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RepoSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

publicstaticParser<RepoSource>parser()
Returns
TypeDescription
Parser<RepoSource>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getBranchName()

publicStringgetBranchName()

Regex matching branches to build.

The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

string branch_name = 3;

Returns
TypeDescription
String

The branchName.

getBranchNameBytes()

publicByteStringgetBranchNameBytes()

Regex matching branches to build.

The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

string branch_name = 3;

Returns
TypeDescription
ByteString

The bytes for branchName.

getCommitSha()

publicStringgetCommitSha()

Explicit commit SHA to build.

string commit_sha = 5;

Returns
TypeDescription
String

The commitSha.

getCommitShaBytes()

publicByteStringgetCommitShaBytes()

Explicit commit SHA to build.

string commit_sha = 5;

Returns
TypeDescription
ByteString

The bytes for commitSha.

getDefaultInstanceForType()

publicRepoSourcegetDefaultInstanceForType()
Returns
TypeDescription
RepoSource

getDir()

publicStringgetDir()

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. eg. helloworld (no leading slash allowed)

string dir = 6;

Returns
TypeDescription
String

The dir.

getDirBytes()

publicByteStringgetDirBytes()

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. eg. helloworld (no leading slash allowed)

string dir = 6;

Returns
TypeDescription
ByteString

The bytes for dir.

getInvertRegex()

publicbooleangetInvertRegex()

Only trigger a build if the revision regex does NOT match the revision regex.

bool invert_regex = 7;

Returns
TypeDescription
boolean

The invertRegex.

getParserForType()

publicParser<RepoSource>getParserForType()
Returns
TypeDescription
Parser<RepoSource>
Overrides

getProjectId()

publicStringgetProjectId()

ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.

string project_id = 1;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

publicByteStringgetProjectIdBytes()

ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.

string project_id = 1;

Returns
TypeDescription
ByteString

The bytes for projectId.

getRepoName()

publicStringgetRepoName()

Name of the Cloud Source Repository.

string repo_name = 2;

Returns
TypeDescription
String

The repoName.

getRepoNameBytes()

publicByteStringgetRepoNameBytes()

Name of the Cloud Source Repository.

string repo_name = 2;

Returns
TypeDescription
ByteString

The bytes for repoName.

getRevisionCase()

publicRepoSource.RevisionCasegetRevisionCase()
Returns
TypeDescription
RepoSource.RevisionCase

getSerializedSize()

publicintgetSerializedSize()
Returns
TypeDescription
int
Overrides

getTagName()

publicStringgetTagName()

Regex matching tags to build.

The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

string tag_name = 4;

Returns
TypeDescription
String

The tagName.

getTagNameBytes()

publicByteStringgetTagNameBytes()

Regex matching tags to build.

The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

string tag_name = 4;

Returns
TypeDescription
ByteString

The bytes for tagName.

hasBranchName()

publicbooleanhasBranchName()

Regex matching branches to build.

The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

string branch_name = 3;

Returns
TypeDescription
boolean

Whether the branchName field is set.

hasCommitSha()

publicbooleanhasCommitSha()

Explicit commit SHA to build.

string commit_sha = 5;

Returns
TypeDescription
boolean

Whether the commitSha field is set.

hasTagName()

publicbooleanhasTagName()

Regex matching tags to build.

The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

string tag_name = 4;

Returns
TypeDescription
boolean

Whether the tagName field is set.

hashCode()

publicinthashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

publicRepoSource.BuildernewBuilderForType()
Returns
TypeDescription
RepoSource.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedRepoSource.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
RepoSource.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

publicRepoSource.BuildertoBuilder()
Returns
TypeDescription
RepoSource.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException