public static final class FetchGitRefsRequest.Builder extends GeneratedMessage.Builder<FetchGitRefsRequest.Builder> implements FetchGitRefsRequestOrBuilderRequest for fetching git refs
Protobuf type google.devtools.cloudbuild.v2.FetchGitRefsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FetchGitRefsRequest.BuilderImplements
FetchGitRefsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FetchGitRefsRequest build()| Returns | |
|---|---|
| Type | Description |
FetchGitRefsRequest |
|
buildPartial()
public FetchGitRefsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
FetchGitRefsRequest |
|
clear()
public FetchGitRefsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
FetchGitRefsRequest.Builder |
|
clearRefType()
public FetchGitRefsRequest.Builder clearRefType()Type of refs to fetch
.google.devtools.cloudbuild.v2.FetchGitRefsRequest.RefType ref_type = 2;
| Returns | |
|---|---|
| Type | Description |
FetchGitRefsRequest.Builder |
This builder for chaining. |
clearRepository()
public FetchGitRefsRequest.Builder clearRepository() Required. The resource name of the repository in the format
projects/*/locations/*/connections/*/repositories/*.
string repository = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
FetchGitRefsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public FetchGitRefsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FetchGitRefsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getRefType()
public FetchGitRefsRequest.RefType getRefType()Type of refs to fetch
.google.devtools.cloudbuild.v2.FetchGitRefsRequest.RefType ref_type = 2;
| Returns | |
|---|---|
| Type | Description |
FetchGitRefsRequest.RefType |
The refType. |
getRefTypeValue()
public int getRefTypeValue()Type of refs to fetch
.google.devtools.cloudbuild.v2.FetchGitRefsRequest.RefType ref_type = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for refType. |
getRepository()
public String getRepository() Required. The resource name of the repository in the format
projects/*/locations/*/connections/*/repositories/*.
string repository = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The repository. |
getRepositoryBytes()
public ByteString getRepositoryBytes() Required. The resource name of the repository in the format
projects/*/locations/*/connections/*/repositories/*.
string repository = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for repository. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(FetchGitRefsRequest other)
public FetchGitRefsRequest.Builder mergeFrom(FetchGitRefsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
FetchGitRefsRequest |
| Returns | |
|---|---|
| Type | Description |
FetchGitRefsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FetchGitRefsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchGitRefsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FetchGitRefsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FetchGitRefsRequest.Builder |
|
setRefType(FetchGitRefsRequest.RefType value)
public FetchGitRefsRequest.Builder setRefType(FetchGitRefsRequest.RefType value)Type of refs to fetch
.google.devtools.cloudbuild.v2.FetchGitRefsRequest.RefType ref_type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
FetchGitRefsRequest.RefTypeThe refType to set. |
| Returns | |
|---|---|
| Type | Description |
FetchGitRefsRequest.Builder |
This builder for chaining. |
setRefTypeValue(int value)
public FetchGitRefsRequest.Builder setRefTypeValue(int value)Type of refs to fetch
.google.devtools.cloudbuild.v2.FetchGitRefsRequest.RefType ref_type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for refType to set. |
| Returns | |
|---|---|
| Type | Description |
FetchGitRefsRequest.Builder |
This builder for chaining. |
setRepository(String value)
public FetchGitRefsRequest.Builder setRepository(String value) Required. The resource name of the repository in the format
projects/*/locations/*/connections/*/repositories/*.
string repository = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe repository to set. |
| Returns | |
|---|---|
| Type | Description |
FetchGitRefsRequest.Builder |
This builder for chaining. |
setRepositoryBytes(ByteString value)
public FetchGitRefsRequest.Builder setRepositoryBytes(ByteString value) Required. The resource name of the repository in the format
projects/*/locations/*/connections/*/repositories/*.
string repository = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for repository to set. |
| Returns | |
|---|---|
| Type | Description |
FetchGitRefsRequest.Builder |
This builder for chaining. |