Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class RefType.
Type of refs.
Protobuf type google.cloud.developerconnect.v1.FetchGitRefsRequest.RefType
Namespace
Google \ Cloud \ DeveloperConnect \ V1 \ FetchGitRefsRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REF_TYPE_UNSPECIFIED
Value: 0No type specified.
Generated from protobuf enum REF_TYPE_UNSPECIFIED = 0;
TAG
Value: 1To fetch tags.
Generated from protobuf enum TAG = 1;
BRANCH
Value: 2To fetch branches.
Generated from protobuf enum BRANCH = 2;