Class UpdateReservationRequest.Builder (1.47.0)

public static final class UpdateReservationRequest.Builder extends GeneratedMessageV3.Builder<UpdateReservationRequest.Builder> implements UpdateReservationRequestOrBuilder

A request message for Reservations.Update. See the method description for details.

Protobuf type google.cloud.compute.v1.UpdateReservationRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpdateReservationRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UpdateReservationRequest.Builder
Overrides

build()

public UpdateReservationRequest build()
Returns
TypeDescription
UpdateReservationRequest

buildPartial()

public UpdateReservationRequest buildPartial()
Returns
TypeDescription
UpdateReservationRequest

clear()

public UpdateReservationRequest.Builder clear()
Returns
TypeDescription
UpdateReservationRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public UpdateReservationRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
UpdateReservationRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdateReservationRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
UpdateReservationRequest.Builder
Overrides

clearPaths()

public UpdateReservationRequest.Builder clearPaths()

optional string paths = 106438894;

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

clearProject()

public UpdateReservationRequest.Builder clearProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

clearRequestId()

public UpdateReservationRequest.Builder clearRequestId()

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

optional string request_id = 37109963;

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

clearReservation()

public UpdateReservationRequest.Builder clearReservation()

Name of the reservation to update.

string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

clearReservationResource()

public UpdateReservationRequest.Builder clearReservationResource()

The body resource for this request

.google.cloud.compute.v1.Reservation reservation_resource = 285030177 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UpdateReservationRequest.Builder

clearUpdateMask()

public UpdateReservationRequest.Builder clearUpdateMask()

Update_mask indicates fields to be updated as part of this request.

optional string update_mask = 500079778;

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

clearZone()

public UpdateReservationRequest.Builder clearZone()

Name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "zone"];

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

clone()

public UpdateReservationRequest.Builder clone()
Returns
TypeDescription
UpdateReservationRequest.Builder
Overrides

getDefaultInstanceForType()

public UpdateReservationRequest getDefaultInstanceForType()
Returns
TypeDescription
UpdateReservationRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPaths()

public String getPaths()

optional string paths = 106438894;

Returns
TypeDescription
String

The paths.

getPathsBytes()

public ByteString getPathsBytes()

optional string paths = 106438894;

Returns
TypeDescription
ByteString

The bytes for paths.

getProject()

public String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];

Returns
TypeDescription
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];

Returns
TypeDescription
ByteString

The bytes for project.

getRequestId()

public String getRequestId()

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

optional string request_id = 37109963;

Returns
TypeDescription
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

optional string request_id = 37109963;

Returns
TypeDescription
ByteString

The bytes for requestId.

getReservation()

public String getReservation()

Name of the reservation to update.

string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The reservation.

getReservationBytes()

public ByteString getReservationBytes()

Name of the reservation to update.

string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for reservation.

getReservationResource()

public Reservation getReservationResource()

The body resource for this request

.google.cloud.compute.v1.Reservation reservation_resource = 285030177 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Reservation

The reservationResource.

getReservationResourceBuilder()

public Reservation.Builder getReservationResourceBuilder()

The body resource for this request

.google.cloud.compute.v1.Reservation reservation_resource = 285030177 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Reservation.Builder

getReservationResourceOrBuilder()

public ReservationOrBuilder getReservationResourceOrBuilder()

The body resource for this request

.google.cloud.compute.v1.Reservation reservation_resource = 285030177 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ReservationOrBuilder

getUpdateMask()

public String getUpdateMask()

Update_mask indicates fields to be updated as part of this request.

optional string update_mask = 500079778;

Returns
TypeDescription
String

The updateMask.

getUpdateMaskBytes()

public ByteString getUpdateMaskBytes()

Update_mask indicates fields to be updated as part of this request.

optional string update_mask = 500079778;

Returns
TypeDescription
ByteString

The bytes for updateMask.

getZone()

public String getZone()

Name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "zone"];

Returns
TypeDescription
String

The zone.

getZoneBytes()

public ByteString getZoneBytes()

Name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "zone"];

Returns
TypeDescription
ByteString

The bytes for zone.

hasPaths()

public boolean hasPaths()

optional string paths = 106438894;

Returns
TypeDescription
boolean

Whether the paths field is set.

hasRequestId()

public boolean hasRequestId()

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

optional string request_id = 37109963;

Returns
TypeDescription
boolean

Whether the requestId field is set.

hasReservationResource()

public boolean hasReservationResource()

The body resource for this request

.google.cloud.compute.v1.Reservation reservation_resource = 285030177 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the reservationResource field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Update_mask indicates fields to be updated as part of this request.

optional string update_mask = 500079778;

Returns
TypeDescription
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(UpdateReservationRequest other)

public UpdateReservationRequest.Builder mergeFrom(UpdateReservationRequest other)
Parameter
NameDescription
otherUpdateReservationRequest
Returns
TypeDescription
UpdateReservationRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateReservationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateReservationRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public UpdateReservationRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
UpdateReservationRequest.Builder
Overrides

mergeReservationResource(Reservation value)

public UpdateReservationRequest.Builder mergeReservationResource(Reservation value)

The body resource for this request

.google.cloud.compute.v1.Reservation reservation_resource = 285030177 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueReservation
Returns
TypeDescription
UpdateReservationRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdateReservationRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UpdateReservationRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public UpdateReservationRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UpdateReservationRequest.Builder
Overrides

setPaths(String value)

public UpdateReservationRequest.Builder setPaths(String value)

optional string paths = 106438894;

Parameter
NameDescription
valueString

The paths to set.

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

setPathsBytes(ByteString value)

public UpdateReservationRequest.Builder setPathsBytes(ByteString value)

optional string paths = 106438894;

Parameter
NameDescription
valueByteString

The bytes for paths to set.

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

setProject(String value)

public UpdateReservationRequest.Builder setProject(String value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];

Parameter
NameDescription
valueString

The project to set.

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public UpdateReservationRequest.Builder setProjectBytes(ByteString value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];

Parameter
NameDescription
valueByteString

The bytes for project to set.

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UpdateReservationRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
UpdateReservationRequest.Builder
Overrides

setRequestId(String value)

public UpdateReservationRequest.Builder setRequestId(String value)

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

optional string request_id = 37109963;

Parameter
NameDescription
valueString

The requestId to set.

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public UpdateReservationRequest.Builder setRequestIdBytes(ByteString value)

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

optional string request_id = 37109963;

Parameter
NameDescription
valueByteString

The bytes for requestId to set.

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

setReservation(String value)

public UpdateReservationRequest.Builder setReservation(String value)

Name of the reservation to update.

string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The reservation to set.

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

setReservationBytes(ByteString value)

public UpdateReservationRequest.Builder setReservationBytes(ByteString value)

Name of the reservation to update.

string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for reservation to set.

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

setReservationResource(Reservation value)

public UpdateReservationRequest.Builder setReservationResource(Reservation value)

The body resource for this request

.google.cloud.compute.v1.Reservation reservation_resource = 285030177 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueReservation
Returns
TypeDescription
UpdateReservationRequest.Builder

setReservationResource(Reservation.Builder builderForValue)

public UpdateReservationRequest.Builder setReservationResource(Reservation.Builder builderForValue)

The body resource for this request

.google.cloud.compute.v1.Reservation reservation_resource = 285030177 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueReservation.Builder
Returns
TypeDescription
UpdateReservationRequest.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdateReservationRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UpdateReservationRequest.Builder
Overrides

setUpdateMask(String value)

public UpdateReservationRequest.Builder setUpdateMask(String value)

Update_mask indicates fields to be updated as part of this request.

optional string update_mask = 500079778;

Parameter
NameDescription
valueString

The updateMask to set.

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

setUpdateMaskBytes(ByteString value)

public UpdateReservationRequest.Builder setUpdateMaskBytes(ByteString value)

Update_mask indicates fields to be updated as part of this request.

optional string update_mask = 500079778;

Parameter
NameDescription
valueByteString

The bytes for updateMask to set.

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

setZone(String value)

public UpdateReservationRequest.Builder setZone(String value)

Name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "zone"];

Parameter
NameDescription
valueString

The zone to set.

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.

setZoneBytes(ByteString value)

public UpdateReservationRequest.Builder setZoneBytes(ByteString value)

Name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "zone"];

Parameter
NameDescription
valueByteString

The bytes for zone to set.

Returns
TypeDescription
UpdateReservationRequest.Builder

This builder for chaining.