- 3.80.0 (latest)
 - 3.78.0
 - 3.77.0
 - 3.76.0
 - 3.75.0
 - 3.74.0
 - 3.72.0
 - 3.70.0
 - 3.69.0
 - 3.66.0
 - 3.65.0
 - 3.64.0
 - 3.62.0
 - 3.61.0
 - 3.60.0
 - 3.59.0
 - 3.58.0
 - 3.57.0
 - 3.56.0
 - 3.55.0
 - 3.54.0
 - 3.53.0
 - 3.51.0
 - 3.50.0
 - 3.49.0
 - 3.48.0
 - 3.47.0
 - 3.46.0
 - 3.45.0
 - 3.44.0
 - 3.43.0
 - 3.42.0
 - 3.41.0
 - 3.39.0
 - 3.38.0
 - 3.37.0
 - 3.36.0
 - 3.35.0
 - 3.34.0
 - 3.33.0
 - 3.32.0
 - 3.31.0
 - 3.30.0
 - 3.29.0
 - 3.26.0
 - 3.25.0
 - 3.24.0
 - 3.23.0
 - 3.22.0
 - 3.21.0
 - 3.20.0
 - 3.19.0
 - 3.18.0
 - 3.17.0
 - 3.16.0
 - 3.15.0
 - 3.14.0
 - 3.13.0
 - 3.12.0
 - 3.11.0
 - 3.10.0
 - 3.9.0
 - 3.8.0
 - 3.7.0
 - 3.6.0
 - 3.5.6
 - 3.4.1
 - 3.3.12
 
public static final class GetBuildRequest.Builder extends GeneratedMessageV3.Builder<GetBuildRequest.Builder> implements GetBuildRequestOrBuilderRequest to get a build.
 Protobuf type google.devtools.cloudbuild.v1.GetBuildRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetBuildRequest.BuilderImplements
GetBuildRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
Descriptor | 
        
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetBuildRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Type | Description | 
GetBuildRequest.Builder | 
        
build()
public GetBuildRequest build()| Type | Description | 
GetBuildRequest | 
        
buildPartial()
public GetBuildRequest buildPartial()| Type | Description | 
GetBuildRequest | 
        
clear()
public GetBuildRequest.Builder clear()| Type | Description | 
GetBuildRequest.Builder | 
        
clearField(Descriptors.FieldDescriptor field)
public GetBuildRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
field | 
        FieldDescriptor | 
      
| Type | Description | 
GetBuildRequest.Builder | 
        
clearId()
public GetBuildRequest.Builder clearId()Required. ID of the build.
 string id = 2 [(.google.api.field_behavior) = REQUIRED];
| 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) = { ... }
| Type | Description | 
GetBuildRequest.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public GetBuildRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Type | Description | 
GetBuildRequest.Builder | 
        
clearProjectId()
public GetBuildRequest.Builder clearProjectId()Required. ID of the project.
 string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
GetBuildRequest.Builder | 
        This builder for chaining.  | 
      
clone()
public GetBuildRequest.Builder clone()| Type | Description | 
GetBuildRequest.Builder | 
        
getDefaultInstanceForType()
public GetBuildRequest getDefaultInstanceForType()| Type | Description | 
GetBuildRequest | 
        
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
Descriptor | 
        
getId()
public String getId()Required. ID of the build.
 string id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
String | 
        The id.  | 
      
getIdBytes()
public ByteString getIdBytes()Required. ID of the build.
 string id = 2 [(.google.api.field_behavior) = REQUIRED];
| 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) = { ... }
| 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) = { ... }
| 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];
| Type | Description | 
String | 
        The projectId.  | 
      
getProjectIdBytes()
public ByteString getProjectIdBytes()Required. ID of the project.
 string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
ByteString | 
        The bytes for projectId.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
FieldAccessorTable | 
        
isInitialized()
public final boolean isInitialized()| Type | Description | 
boolean | 
        
mergeFrom(GetBuildRequest other)
public GetBuildRequest.Builder mergeFrom(GetBuildRequest other)| Name | Description | 
other | 
        GetBuildRequest | 
      
| Type | Description | 
GetBuildRequest.Builder | 
        
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetBuildRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Type | Description | 
GetBuildRequest.Builder | 
        
| Type | Description | 
IOException | 
        
mergeFrom(Message other)
public GetBuildRequest.Builder mergeFrom(Message other)| Name | Description | 
other | 
        Message | 
      
| Type | Description | 
GetBuildRequest.Builder | 
        
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetBuildRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Type | Description | 
GetBuildRequest.Builder | 
        
setField(Descriptors.FieldDescriptor field, Object value)
public GetBuildRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| 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];
| Name | Description | 
value | 
        StringThe id to set.  | 
      
| 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];
| Name | Description | 
value | 
        ByteStringThe bytes for id to set.  | 
      
| 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) = { ... }
| Name | Description | 
value | 
        StringThe name to set.  | 
      
| 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) = { ... }
| Name | Description | 
value | 
        ByteStringThe bytes for name to set.  | 
      
| 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];
| Name | Description | 
value | 
        StringThe projectId to set.  | 
      
| 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];
| Name | Description | 
value | 
        ByteStringThe bytes for projectId to set.  | 
      
| Type | Description | 
GetBuildRequest.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetBuildRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Type | Description | 
GetBuildRequest.Builder | 
        
setUnknownFields(UnknownFieldSet unknownFields)
public final GetBuildRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Type | Description | 
GetBuildRequest.Builder |