public static final class GetVpnGatewayRequest.Builder extends GeneratedMessage.Builder<GetVpnGatewayRequest.Builder> implements GetVpnGatewayRequestOrBuilderA request message for VpnGateways.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetVpnGatewayRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetVpnGatewayRequest.BuilderImplements
GetVpnGatewayRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetVpnGatewayRequest build()| Returns | |
|---|---|
| Type | Description |
GetVpnGatewayRequest |
|
buildPartial()
public GetVpnGatewayRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetVpnGatewayRequest |
|
clear()
public GetVpnGatewayRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetVpnGatewayRequest.Builder |
|
clearProject()
public GetVpnGatewayRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetVpnGatewayRequest.Builder |
This builder for chaining. |
clearRegion()
public GetVpnGatewayRequest.Builder clearRegion()Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetVpnGatewayRequest.Builder |
This builder for chaining. |
clearVpnGateway()
public GetVpnGatewayRequest.Builder clearVpnGateway()Name of the VPN gateway to return.
string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetVpnGatewayRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetVpnGatewayRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetVpnGatewayRequest |
|
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. |
getRegion()
public String getRegion()Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public ByteString getRegionBytes()Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
getVpnGateway()
public String getVpnGateway()Name of the VPN gateway to return.
string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The vpnGateway. |
getVpnGatewayBytes()
public ByteString getVpnGatewayBytes()Name of the VPN gateway to return.
string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for vpnGateway. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetVpnGatewayRequest other)
public GetVpnGatewayRequest.Builder mergeFrom(GetVpnGatewayRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetVpnGatewayRequest |
| Returns | |
|---|---|
| Type | Description |
GetVpnGatewayRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetVpnGatewayRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetVpnGatewayRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetVpnGatewayRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetVpnGatewayRequest.Builder |
|
setProject(String value)
public GetVpnGatewayRequest.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 |
GetVpnGatewayRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetVpnGatewayRequest.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 |
GetVpnGatewayRequest.Builder |
This builder for chaining. |
setRegion(String value)
public GetVpnGatewayRequest.Builder setRegion(String value)Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe region to set. |
| Returns | |
|---|---|
| Type | Description |
GetVpnGatewayRequest.Builder |
This builder for chaining. |
setRegionBytes(ByteString value)
public GetVpnGatewayRequest.Builder setRegionBytes(ByteString value)Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for region to set. |
| Returns | |
|---|---|
| Type | Description |
GetVpnGatewayRequest.Builder |
This builder for chaining. |
setVpnGateway(String value)
public GetVpnGatewayRequest.Builder setVpnGateway(String value)Name of the VPN gateway to return.
string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe vpnGateway to set. |
| Returns | |
|---|---|
| Type | Description |
GetVpnGatewayRequest.Builder |
This builder for chaining. |
setVpnGatewayBytes(ByteString value)
public GetVpnGatewayRequest.Builder setVpnGatewayBytes(ByteString value)Name of the VPN gateway to return.
string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for vpnGateway to set. |
| Returns | |
|---|---|
| Type | Description |
GetVpnGatewayRequest.Builder |
This builder for chaining. |