public static final class GetReservationBlockRequest.Builder extends GeneratedMessage.Builder<GetReservationBlockRequest.Builder> implements GetReservationBlockRequestOrBuilderA request message for ReservationBlocks.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetReservationBlockRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetReservationBlockRequest.BuilderImplements
GetReservationBlockRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetReservationBlockRequest build()| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest |
|
buildPartial()
public GetReservationBlockRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest |
|
clear()
public GetReservationBlockRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
|
clearProject()
public GetReservationBlockRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
This builder for chaining. |
clearReservation()
public GetReservationBlockRequest.Builder clearReservation()The name of the reservation. Name should conform to RFC1035 or be a resource ID.
string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
This builder for chaining. |
clearReservationBlock()
public GetReservationBlockRequest.Builder clearReservationBlock()The name of the reservation block. Name should conform to RFC1035 or be a resource ID.
string reservation_block = 532832858 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
This builder for chaining. |
clearView()
public GetReservationBlockRequest.Builder clearView()View of the Block. Check the View enum for the list of possible values.
optional string view = 3619493;
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
This builder for chaining. |
clearZone()
public GetReservationBlockRequest.Builder clearZone()Name of the zone for this request. Zone name should conform to RFC1035.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetReservationBlockRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getProject()
public String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
getReservation()
public String getReservation()The name of the reservation. Name should conform to RFC1035 or be a resource ID.
string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The reservation. |
getReservationBlock()
public String getReservationBlock()The name of the reservation block. Name should conform to RFC1035 or be a resource ID.
string reservation_block = 532832858 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The reservationBlock. |
getReservationBlockBytes()
public ByteString getReservationBlockBytes()The name of the reservation block. Name should conform to RFC1035 or be a resource ID.
string reservation_block = 532832858 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for reservationBlock. |
getReservationBytes()
public ByteString getReservationBytes()The name of the reservation. Name should conform to RFC1035 or be a resource ID.
string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for reservation. |
getView()
public String getView()View of the Block. Check the View enum for the list of possible values.
optional string view = 3619493;
| Returns | |
|---|---|
| Type | Description |
String |
The view. |
getViewBytes()
public ByteString getViewBytes()View of the Block. Check the View enum for the list of possible values.
optional string view = 3619493;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for view. |
getZone()
public String getZone()Name of the zone for this request. Zone name should conform to RFC1035.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The zone. |
getZoneBytes()
public ByteString getZoneBytes()Name of the zone for this request. Zone name should conform to RFC1035.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for zone. |
hasView()
public boolean hasView()View of the Block. Check the View enum for the list of possible values.
optional string view = 3619493;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the view field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetReservationBlockRequest other)
public GetReservationBlockRequest.Builder mergeFrom(GetReservationBlockRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetReservationBlockRequest |
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetReservationBlockRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetReservationBlockRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
|
setProject(String value)
public GetReservationBlockRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe project to set. |
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetReservationBlockRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
This builder for chaining. |
setReservation(String value)
public GetReservationBlockRequest.Builder setReservation(String value)The name of the reservation. Name should conform to RFC1035 or be a resource ID.
string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe reservation to set. |
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
This builder for chaining. |
setReservationBlock(String value)
public GetReservationBlockRequest.Builder setReservationBlock(String value)The name of the reservation block. Name should conform to RFC1035 or be a resource ID.
string reservation_block = 532832858 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe reservationBlock to set. |
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
This builder for chaining. |
setReservationBlockBytes(ByteString value)
public GetReservationBlockRequest.Builder setReservationBlockBytes(ByteString value)The name of the reservation block. Name should conform to RFC1035 or be a resource ID.
string reservation_block = 532832858 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for reservationBlock to set. |
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
This builder for chaining. |
setReservationBytes(ByteString value)
public GetReservationBlockRequest.Builder setReservationBytes(ByteString value)The name of the reservation. Name should conform to RFC1035 or be a resource ID.
string reservation = 47530956 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for reservation to set. |
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
This builder for chaining. |
setView(String value)
public GetReservationBlockRequest.Builder setView(String value)View of the Block. Check the View enum for the list of possible values.
optional string view = 3619493;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe view to set. |
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
This builder for chaining. |
setViewBytes(ByteString value)
public GetReservationBlockRequest.Builder setViewBytes(ByteString value)View of the Block. Check the View enum for the list of possible values.
optional string view = 3619493;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for view to set. |
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
This builder for chaining. |
setZone(String value)
public GetReservationBlockRequest.Builder setZone(String value)Name of the zone for this request. Zone name should conform to RFC1035.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe zone to set. |
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
This builder for chaining. |
setZoneBytes(ByteString value)
public GetReservationBlockRequest.Builder setZoneBytes(ByteString value)Name of the zone for this request. Zone name should conform to RFC1035.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for zone to set. |
| Returns | |
|---|---|
| Type | Description |
GetReservationBlockRequest.Builder |
This builder for chaining. |