Package com.google.cloud.compute.v1
Class UpdateReservationRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<UpdateReservationRequest.Builder>
-
- com.google.cloud.compute.v1.UpdateReservationRequest.Builder
-
- All Implemented Interfaces:
UpdateReservationRequestOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- UpdateReservationRequest
public static final class UpdateReservationRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UpdateReservationRequest.Builder> implements UpdateReservationRequestOrBuilder
A request message for Reservations.Update. See the method description for details.
Protobuf typegoogle.cloud.compute.v1.UpdateReservationRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateReservationRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)UpdateReservationRequestbuild()UpdateReservationRequestbuildPartial()UpdateReservationRequest.Builderclear()UpdateReservationRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)UpdateReservationRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)UpdateReservationRequest.BuilderclearPaths()optional string paths = 106438894;UpdateReservationRequest.BuilderclearProject()Project ID for this request.UpdateReservationRequest.BuilderclearRequestId()An optional request ID to identify requests.UpdateReservationRequest.BuilderclearReservation()Name of the reservation to update.UpdateReservationRequest.BuilderclearReservationResource()The body resource for this requestUpdateReservationRequest.BuilderclearUpdateMask()Update_mask indicates fields to be updated as part of this request.UpdateReservationRequest.BuilderclearZone()Name of the zone for this request.UpdateReservationRequest.Builderclone()UpdateReservationRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetPaths()optional string paths = 106438894;com.google.protobuf.ByteStringgetPathsBytes()optional string paths = 106438894;StringgetProject()Project ID for this request.com.google.protobuf.ByteStringgetProjectBytes()Project ID for this request.StringgetRequestId()An optional request ID to identify requests.com.google.protobuf.ByteStringgetRequestIdBytes()An optional request ID to identify requests.StringgetReservation()Name of the reservation to update.com.google.protobuf.ByteStringgetReservationBytes()Name of the reservation to update.ReservationgetReservationResource()The body resource for this requestReservation.BuildergetReservationResourceBuilder()The body resource for this requestReservationOrBuildergetReservationResourceOrBuilder()The body resource for this requestStringgetUpdateMask()Update_mask indicates fields to be updated as part of this request.com.google.protobuf.ByteStringgetUpdateMaskBytes()Update_mask indicates fields to be updated as part of this request.StringgetZone()Name of the zone for this request.com.google.protobuf.ByteStringgetZoneBytes()Name of the zone for this request.booleanhasPaths()optional string paths = 106438894;booleanhasRequestId()An optional request ID to identify requests.booleanhasReservationResource()The body resource for this requestbooleanhasUpdateMask()Update_mask indicates fields to be updated as part of this request.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()UpdateReservationRequest.BuildermergeFrom(UpdateReservationRequest other)UpdateReservationRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)UpdateReservationRequest.BuildermergeFrom(com.google.protobuf.Message other)UpdateReservationRequest.BuildermergeReservationResource(Reservation value)The body resource for this requestUpdateReservationRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)UpdateReservationRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)UpdateReservationRequest.BuildersetPaths(String value)optional string paths = 106438894;UpdateReservationRequest.BuildersetPathsBytes(com.google.protobuf.ByteString value)optional string paths = 106438894;UpdateReservationRequest.BuildersetProject(String value)Project ID for this request.UpdateReservationRequest.BuildersetProjectBytes(com.google.protobuf.ByteString value)Project ID for this request.UpdateReservationRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)UpdateReservationRequest.BuildersetRequestId(String value)An optional request ID to identify requests.UpdateReservationRequest.BuildersetRequestIdBytes(com.google.protobuf.ByteString value)An optional request ID to identify requests.UpdateReservationRequest.BuildersetReservation(String value)Name of the reservation to update.UpdateReservationRequest.BuildersetReservationBytes(com.google.protobuf.ByteString value)Name of the reservation to update.UpdateReservationRequest.BuildersetReservationResource(Reservation value)The body resource for this requestUpdateReservationRequest.BuildersetReservationResource(Reservation.Builder builderForValue)The body resource for this requestUpdateReservationRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)UpdateReservationRequest.BuildersetUpdateMask(String value)Update_mask indicates fields to be updated as part of this request.UpdateReservationRequest.BuildersetUpdateMaskBytes(com.google.protobuf.ByteString value)Update_mask indicates fields to be updated as part of this request.UpdateReservationRequest.BuildersetZone(String value)Name of the zone for this request.UpdateReservationRequest.BuildersetZoneBytes(com.google.protobuf.ByteString value)Name of the zone for this request.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateReservationRequest.Builder>
-
clear
public UpdateReservationRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateReservationRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateReservationRequest.Builder>
-
getDefaultInstanceForType
public UpdateReservationRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public UpdateReservationRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public UpdateReservationRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public UpdateReservationRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateReservationRequest.Builder>
-
setField
public UpdateReservationRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateReservationRequest.Builder>
-
clearField
public UpdateReservationRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateReservationRequest.Builder>
-
clearOneof
public UpdateReservationRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateReservationRequest.Builder>
-
setRepeatedField
public UpdateReservationRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateReservationRequest.Builder>
-
addRepeatedField
public UpdateReservationRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateReservationRequest.Builder>
-
mergeFrom
public UpdateReservationRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<UpdateReservationRequest.Builder>
-
mergeFrom
public UpdateReservationRequest.Builder mergeFrom(UpdateReservationRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateReservationRequest.Builder>
-
mergeFrom
public UpdateReservationRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<UpdateReservationRequest.Builder>- Throws:
IOException
-
hasPaths
public boolean hasPaths()
optional string paths = 106438894;- Specified by:
hasPathsin interfaceUpdateReservationRequestOrBuilder- Returns:
- Whether the paths field is set.
-
getPaths
public String getPaths()
optional string paths = 106438894;- Specified by:
getPathsin interfaceUpdateReservationRequestOrBuilder- Returns:
- The paths.
-
getPathsBytes
public com.google.protobuf.ByteString getPathsBytes()
optional string paths = 106438894;- Specified by:
getPathsBytesin interfaceUpdateReservationRequestOrBuilder- Returns:
- The bytes for paths.
-
setPaths
public UpdateReservationRequest.Builder setPaths(String value)
optional string paths = 106438894;- Parameters:
value- The paths to set.- Returns:
- This builder for chaining.
-
clearPaths
public UpdateReservationRequest.Builder clearPaths()
optional string paths = 106438894;- Returns:
- This builder for chaining.
-
setPathsBytes
public UpdateReservationRequest.Builder setPathsBytes(com.google.protobuf.ByteString value)
optional string paths = 106438894;- Parameters:
value- The bytes for paths to set.- Returns:
- This builder for chaining.
-
getProject
public String getProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];- Specified by:
getProjectin interfaceUpdateReservationRequestOrBuilder- Returns:
- The project.
-
getProjectBytes
public com.google.protobuf.ByteString getProjectBytes()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];- Specified by:
getProjectBytesin interfaceUpdateReservationRequestOrBuilder- Returns:
- The bytes for project.
-
setProject
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"];- Parameters:
value- The project to set.- Returns:
- 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:
- This builder for chaining.
-
setProjectBytes
public UpdateReservationRequest.Builder setProjectBytes(com.google.protobuf.ByteString value)
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];- Parameters:
value- The bytes for project to set.- Returns:
- This builder for chaining.
-
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;- Specified by:
hasRequestIdin interfaceUpdateReservationRequestOrBuilder- Returns:
- Whether the requestId field is set.
-
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;- Specified by:
getRequestIdin interfaceUpdateReservationRequestOrBuilder- Returns:
- The requestId.
-
getRequestIdBytes
public com.google.protobuf.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;- Specified by:
getRequestIdBytesin interfaceUpdateReservationRequestOrBuilder- Returns:
- The bytes for requestId.
-
setRequestId
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;- Parameters:
value- The requestId to set.- Returns:
- 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:
- This builder for chaining.
-
setRequestIdBytes
public UpdateReservationRequest.Builder setRequestIdBytes(com.google.protobuf.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;- Parameters:
value- The bytes for requestId to set.- Returns:
- This builder for chaining.
-
getReservation
public String getReservation()
Name of the reservation to update.
string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getReservationin interfaceUpdateReservationRequestOrBuilder- Returns:
- The reservation.
-
getReservationBytes
public com.google.protobuf.ByteString getReservationBytes()
Name of the reservation to update.
string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getReservationBytesin interfaceUpdateReservationRequestOrBuilder- Returns:
- The bytes for reservation.
-
setReservation
public UpdateReservationRequest.Builder setReservation(String value)
Name of the reservation to update.
string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];- Parameters:
value- The reservation to set.- Returns:
- This builder for chaining.
-
clearReservation
public UpdateReservationRequest.Builder clearReservation()
Name of the reservation to update.
string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];- Returns:
- This builder for chaining.
-
setReservationBytes
public UpdateReservationRequest.Builder setReservationBytes(com.google.protobuf.ByteString value)
Name of the reservation to update.
string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];- Parameters:
value- The bytes for reservation to set.- Returns:
- This builder for chaining.
-
hasReservationResource
public boolean hasReservationResource()
The body resource for this request
.google.cloud.compute.v1.Reservation reservation_resource = 285030177 [(.google.api.field_behavior) = REQUIRED];- Specified by:
hasReservationResourcein interfaceUpdateReservationRequestOrBuilder- Returns:
- Whether the reservationResource field is set.
-
getReservationResource
public Reservation getReservationResource()
The body resource for this request
.google.cloud.compute.v1.Reservation reservation_resource = 285030177 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getReservationResourcein interfaceUpdateReservationRequestOrBuilder- Returns:
- The reservationResource.
-
setReservationResource
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];
-
setReservationResource
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];
-
mergeReservationResource
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];
-
clearReservationResource
public UpdateReservationRequest.Builder clearReservationResource()
The body resource for this request
.google.cloud.compute.v1.Reservation reservation_resource = 285030177 [(.google.api.field_behavior) = REQUIRED];
-
getReservationResourceBuilder
public Reservation.Builder getReservationResourceBuilder()
The body resource for this request
.google.cloud.compute.v1.Reservation reservation_resource = 285030177 [(.google.api.field_behavior) = REQUIRED];
-
getReservationResourceOrBuilder
public ReservationOrBuilder getReservationResourceOrBuilder()
The body resource for this request
.google.cloud.compute.v1.Reservation reservation_resource = 285030177 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getReservationResourceOrBuilderin interfaceUpdateReservationRequestOrBuilder
-
hasUpdateMask
public boolean hasUpdateMask()
Update_mask indicates fields to be updated as part of this request.
optional string update_mask = 500079778;- Specified by:
hasUpdateMaskin interfaceUpdateReservationRequestOrBuilder- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
public String getUpdateMask()
Update_mask indicates fields to be updated as part of this request.
optional string update_mask = 500079778;- Specified by:
getUpdateMaskin interfaceUpdateReservationRequestOrBuilder- Returns:
- The updateMask.
-
getUpdateMaskBytes
public com.google.protobuf.ByteString getUpdateMaskBytes()
Update_mask indicates fields to be updated as part of this request.
optional string update_mask = 500079778;- Specified by:
getUpdateMaskBytesin interfaceUpdateReservationRequestOrBuilder- Returns:
- The bytes for updateMask.
-
setUpdateMask
public UpdateReservationRequest.Builder setUpdateMask(String value)
Update_mask indicates fields to be updated as part of this request.
optional string update_mask = 500079778;- Parameters:
value- The updateMask to set.- Returns:
- This builder for chaining.
-
clearUpdateMask
public UpdateReservationRequest.Builder clearUpdateMask()
Update_mask indicates fields to be updated as part of this request.
optional string update_mask = 500079778;- Returns:
- This builder for chaining.
-
setUpdateMaskBytes
public UpdateReservationRequest.Builder setUpdateMaskBytes(com.google.protobuf.ByteString value)
Update_mask indicates fields to be updated as part of this request.
optional string update_mask = 500079778;- Parameters:
value- The bytes for updateMask to set.- Returns:
- This builder for chaining.
-
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"];- Specified by:
getZonein interfaceUpdateReservationRequestOrBuilder- Returns:
- The zone.
-
getZoneBytes
public com.google.protobuf.ByteString getZoneBytes()
Name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "zone"];- Specified by:
getZoneBytesin interfaceUpdateReservationRequestOrBuilder- Returns:
- The bytes for zone.
-
setZone
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"];- Parameters:
value- The zone to set.- Returns:
- 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:
- This builder for chaining.
-
setZoneBytes
public UpdateReservationRequest.Builder setZoneBytes(com.google.protobuf.ByteString value)
Name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "zone"];- Parameters:
value- The bytes for zone to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final UpdateReservationRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateReservationRequest.Builder>
-
mergeUnknownFields
public final UpdateReservationRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateReservationRequest.Builder>
-
-