public static final class RetryBuildRequest.Builder extends GeneratedMessage.Builder<RetryBuildRequest.Builder> implements RetryBuildRequestOrBuilderSpecifies a build to retry.
Protobuf type google.devtools.cloudbuild.v1.RetryBuildRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RetryBuildRequest.BuilderImplements
RetryBuildRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public RetryBuildRequest build()| Returns | |
|---|---|
| Type | Description |
RetryBuildRequest |
|
buildPartial()
public RetryBuildRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
RetryBuildRequest |
|
clear()
public RetryBuildRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
RetryBuildRequest.Builder |
|
clearId()
public RetryBuildRequest.Builder clearId()Required. Build ID of the original build.
string id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RetryBuildRequest.Builder |
This builder for chaining. |
clearName()
public RetryBuildRequest.Builder clearName() The name of the Build to retry.
Format: projects/{project}/locations/{location}/builds/{build}
string name = 3 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
RetryBuildRequest.Builder |
This builder for chaining. |
clearProjectId()
public RetryBuildRequest.Builder clearProjectId()Required. ID of the project.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RetryBuildRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public RetryBuildRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RetryBuildRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getId()
public String getId()Required. Build ID of the original build.
string id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public ByteString getIdBytes()Required. Build ID of the original build.
string id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getName()
public String getName() The name of the Build to retry.
Format: projects/{project}/locations/{location}/builds/{build}
string name = 3 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() The name of the Build to retry.
Format: projects/{project}/locations/{location}/builds/{build}
string name = 3 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getProjectId()
public String getProjectId()Required. ID of the project.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public ByteString getProjectIdBytes()Required. ID of the project.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(RetryBuildRequest other)
public RetryBuildRequest.Builder mergeFrom(RetryBuildRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RetryBuildRequest |
| Returns | |
|---|---|
| Type | Description |
RetryBuildRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RetryBuildRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RetryBuildRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RetryBuildRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RetryBuildRequest.Builder |
|
setId(String value)
public RetryBuildRequest.Builder setId(String value)Required. Build ID of the original build.
string id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe id to set. |
| Returns | |
|---|---|
| Type | Description |
RetryBuildRequest.Builder |
This builder for chaining. |
setIdBytes(ByteString value)
public RetryBuildRequest.Builder setIdBytes(ByteString value)Required. Build ID of the original build.
string id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for id to set. |
| Returns | |
|---|---|
| Type | Description |
RetryBuildRequest.Builder |
This builder for chaining. |
setName(String value)
public RetryBuildRequest.Builder setName(String value) The name of the Build to retry.
Format: projects/{project}/locations/{location}/builds/{build}
string name = 3 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
RetryBuildRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public RetryBuildRequest.Builder setNameBytes(ByteString value) The name of the Build to retry.
Format: projects/{project}/locations/{location}/builds/{build}
string name = 3 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
RetryBuildRequest.Builder |
This builder for chaining. |
setProjectId(String value)
public RetryBuildRequest.Builder setProjectId(String value)Required. ID of the project.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe projectId to set. |
| Returns | |
|---|---|
| Type | Description |
RetryBuildRequest.Builder |
This builder for chaining. |
setProjectIdBytes(ByteString value)
public RetryBuildRequest.Builder setProjectIdBytes(ByteString value)Required. ID of the project.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for projectId to set. |
| Returns | |
|---|---|
| Type | Description |
RetryBuildRequest.Builder |
This builder for chaining. |