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