Class GetVpnGatewayRequest (1.47.0)

public final class GetVpnGatewayRequest extends GeneratedMessageV3 implements GetVpnGatewayRequestOrBuilder

A request message for VpnGateways.Get. See the method description for details.

Protobuf type google.cloud.compute.v1.GetVpnGatewayRequest

Static Fields

PROJECT_FIELD_NUMBER

public static final int PROJECT_FIELD_NUMBER
Field Value
TypeDescription
int

REGION_FIELD_NUMBER

public static final int REGION_FIELD_NUMBER
Field Value
TypeDescription
int

VPN_GATEWAY_FIELD_NUMBER

public static final int VPN_GATEWAY_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GetVpnGatewayRequest getDefaultInstance()
Returns
TypeDescription
GetVpnGatewayRequest

getDescriptor()

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

newBuilder()

public static GetVpnGatewayRequest.Builder newBuilder()
Returns
TypeDescription
GetVpnGatewayRequest.Builder

newBuilder(GetVpnGatewayRequest prototype)

public static GetVpnGatewayRequest.Builder newBuilder(GetVpnGatewayRequest prototype)
Parameter
NameDescription
prototypeGetVpnGatewayRequest
Returns
TypeDescription
GetVpnGatewayRequest.Builder

parseDelimitedFrom(InputStream input)

public static GetVpnGatewayRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GetVpnGatewayRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GetVpnGatewayRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetVpnGatewayRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static GetVpnGatewayRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
GetVpnGatewayRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GetVpnGatewayRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetVpnGatewayRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GetVpnGatewayRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
GetVpnGatewayRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GetVpnGatewayRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetVpnGatewayRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GetVpnGatewayRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
GetVpnGatewayRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GetVpnGatewayRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetVpnGatewayRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static GetVpnGatewayRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GetVpnGatewayRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GetVpnGatewayRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetVpnGatewayRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static GetVpnGatewayRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
GetVpnGatewayRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GetVpnGatewayRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetVpnGatewayRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<GetVpnGatewayRequest> parser()
Returns
TypeDescription
Parser<GetVpnGatewayRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public GetVpnGatewayRequest getDefaultInstanceForType()
Returns
TypeDescription
GetVpnGatewayRequest

getParserForType()

public Parser<GetVpnGatewayRequest> getParserForType()
Returns
TypeDescription
Parser<GetVpnGatewayRequest>
Overrides

getProject()

public String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
String

The region.

getRegionBytes()

public ByteString getRegionBytes()

Name of the region for this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for region.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getVpnGateway()

public String getVpnGateway()

Name of the VPN gateway to return.

string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The vpnGateway.

getVpnGatewayBytes()

public ByteString getVpnGatewayBytes()

Name of the VPN gateway to return.

string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for vpnGateway.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public GetVpnGatewayRequest.Builder newBuilderForType()
Returns
TypeDescription
GetVpnGatewayRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GetVpnGatewayRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
GetVpnGatewayRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public GetVpnGatewayRequest.Builder toBuilder()
Returns
TypeDescription
GetVpnGatewayRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException