Enum FetchGitRefsRequest.RefType (3.39.0)

public enum FetchGitRefsRequest.RefType extends Enum<FetchGitRefsRequest.RefType> implements ProtocolMessageEnum

Type of refs

Protobuf enum google.devtools.cloudbuild.v2.FetchGitRefsRequest.RefType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BRANCH

To fetch branches.

BRANCH = 2;

BRANCH_VALUE

To fetch branches.

BRANCH = 2;

REF_TYPE_UNSPECIFIED

No type specified.

REF_TYPE_UNSPECIFIED = 0;

REF_TYPE_UNSPECIFIED_VALUE

No type specified.

REF_TYPE_UNSPECIFIED = 0;

TAG

To fetch tags.

TAG = 1;

TAG_VALUE

To fetch tags.

TAG = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()