public static final class GetZoneRequest.Builder extends GeneratedMessage.Builder<GetZoneRequest.Builder> implements GetZoneRequestOrBuilderA request message for Zones.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetZoneRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetZoneRequest.BuilderImplements
GetZoneRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetZoneRequest build()| Returns | |
|---|---|
| Type | Description |
GetZoneRequest |
|
buildPartial()
public GetZoneRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetZoneRequest |
|
clear()
public GetZoneRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetZoneRequest.Builder |
|
clearProject()
public GetZoneRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetZoneRequest.Builder |
This builder for chaining. |
clearZone()
public GetZoneRequest.Builder clearZone()Name of the zone resource to return.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetZoneRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetZoneRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetZoneRequest |
|
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. |
getZone()
public String getZone()Name of the zone resource to return.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The zone. |
getZoneBytes()
public ByteString getZoneBytes()Name of the zone resource to return.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for zone. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetZoneRequest other)
public GetZoneRequest.Builder mergeFrom(GetZoneRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetZoneRequest |
| Returns | |
|---|---|
| Type | Description |
GetZoneRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetZoneRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetZoneRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetZoneRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetZoneRequest.Builder |
|
setProject(String value)
public GetZoneRequest.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 |
GetZoneRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetZoneRequest.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 |
GetZoneRequest.Builder |
This builder for chaining. |
setZone(String value)
public GetZoneRequest.Builder setZone(String value)Name of the zone resource to return.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe zone to set. |
| Returns | |
|---|---|
| Type | Description |
GetZoneRequest.Builder |
This builder for chaining. |
setZoneBytes(ByteString value)
public GetZoneRequest.Builder setZoneBytes(ByteString value)Name of the zone resource to return.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for zone to set. |
| Returns | |
|---|---|
| Type | Description |
GetZoneRequest.Builder |
This builder for chaining. |