Uses of Class
com.google.cloud.compute.v1.GetVpnGatewayRequest
-
Packages that use GetVpnGatewayRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of GetVpnGatewayRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetVpnGatewayRequest Modifier and Type Method Description GetVpnGatewayRequest
GetVpnGatewayRequest.Builder. build()
GetVpnGatewayRequest
GetVpnGatewayRequest.Builder. buildPartial()
static GetVpnGatewayRequest
GetVpnGatewayRequest. getDefaultInstance()
GetVpnGatewayRequest
GetVpnGatewayRequest.Builder. getDefaultInstanceForType()
GetVpnGatewayRequest
GetVpnGatewayRequest. getDefaultInstanceForType()
static GetVpnGatewayRequest
GetVpnGatewayRequest. parseDelimitedFrom(InputStream input)
static GetVpnGatewayRequest
GetVpnGatewayRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVpnGatewayRequest
GetVpnGatewayRequest. parseFrom(byte[] data)
static GetVpnGatewayRequest
GetVpnGatewayRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVpnGatewayRequest
GetVpnGatewayRequest. parseFrom(com.google.protobuf.ByteString data)
static GetVpnGatewayRequest
GetVpnGatewayRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVpnGatewayRequest
GetVpnGatewayRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetVpnGatewayRequest
GetVpnGatewayRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVpnGatewayRequest
GetVpnGatewayRequest. parseFrom(InputStream input)
static GetVpnGatewayRequest
GetVpnGatewayRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVpnGatewayRequest
GetVpnGatewayRequest. parseFrom(ByteBuffer data)
static GetVpnGatewayRequest
GetVpnGatewayRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetVpnGatewayRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetVpnGatewayRequest,VpnGateway>
VpnGatewaysClient. getCallable()
Returns the specified VPN gateway.com.google.protobuf.Parser<GetVpnGatewayRequest>
GetVpnGatewayRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetVpnGatewayRequest,VpnGateway>
VpnGatewaysSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetVpnGatewayRequest,VpnGateway>
VpnGatewaysSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<GetVpnGatewayRequest>
GetVpnGatewayRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetVpnGatewayRequest Modifier and Type Method Description VpnGateway
VpnGatewaysClient. get(GetVpnGatewayRequest request)
Returns the specified VPN gateway.GetVpnGatewayRequest.Builder
GetVpnGatewayRequest.Builder. mergeFrom(GetVpnGatewayRequest other)
static GetVpnGatewayRequest.Builder
GetVpnGatewayRequest. newBuilder(GetVpnGatewayRequest prototype)
-
Uses of GetVpnGatewayRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetVpnGatewayRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetVpnGatewayRequest,VpnGateway>
HttpJsonVpnGatewaysStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetVpnGatewayRequest,VpnGateway>
VpnGatewaysStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetVpnGatewayRequest,VpnGateway>
VpnGatewaysStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetVpnGatewayRequest,VpnGateway>
VpnGatewaysStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-