Uses of Class
com.google.cloud.compute.v1.InsertVpnGatewayRequest
-
Packages that use InsertVpnGatewayRequest 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 InsertVpnGatewayRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InsertVpnGatewayRequest Modifier and Type Method Description InsertVpnGatewayRequest
InsertVpnGatewayRequest.Builder. build()
InsertVpnGatewayRequest
InsertVpnGatewayRequest.Builder. buildPartial()
static InsertVpnGatewayRequest
InsertVpnGatewayRequest. getDefaultInstance()
InsertVpnGatewayRequest
InsertVpnGatewayRequest.Builder. getDefaultInstanceForType()
InsertVpnGatewayRequest
InsertVpnGatewayRequest. getDefaultInstanceForType()
static InsertVpnGatewayRequest
InsertVpnGatewayRequest. parseDelimitedFrom(InputStream input)
static InsertVpnGatewayRequest
InsertVpnGatewayRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertVpnGatewayRequest
InsertVpnGatewayRequest. parseFrom(byte[] data)
static InsertVpnGatewayRequest
InsertVpnGatewayRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertVpnGatewayRequest
InsertVpnGatewayRequest. parseFrom(com.google.protobuf.ByteString data)
static InsertVpnGatewayRequest
InsertVpnGatewayRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertVpnGatewayRequest
InsertVpnGatewayRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static InsertVpnGatewayRequest
InsertVpnGatewayRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertVpnGatewayRequest
InsertVpnGatewayRequest. parseFrom(InputStream input)
static InsertVpnGatewayRequest
InsertVpnGatewayRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertVpnGatewayRequest
InsertVpnGatewayRequest. parseFrom(ByteBuffer data)
static InsertVpnGatewayRequest
InsertVpnGatewayRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InsertVpnGatewayRequest Modifier and Type Method Description com.google.protobuf.Parser<InsertVpnGatewayRequest>
InsertVpnGatewayRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<InsertVpnGatewayRequest,Operation>
VpnGatewaysClient. insertCallable()
Creates a VPN gateway in the specified project and region using the data included in the request.com.google.api.gax.rpc.OperationCallable<InsertVpnGatewayRequest,Operation,Operation>
VpnGatewaysClient. insertOperationCallable()
Creates a VPN gateway in the specified project and region using the data included in the request.com.google.api.gax.rpc.OperationCallSettings.Builder<InsertVpnGatewayRequest,Operation,Operation>
VpnGatewaysSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertVpnGatewayRequest,Operation,Operation>
VpnGatewaysSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertVpnGatewayRequest,Operation>
VpnGatewaysSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertVpnGatewayRequest,Operation>
VpnGatewaysSettings. insertSettings()
Returns the object with the settings used for calls to insert.static com.google.protobuf.Parser<InsertVpnGatewayRequest>
InsertVpnGatewayRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type InsertVpnGatewayRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
VpnGatewaysClient. insertAsync(InsertVpnGatewayRequest request)
Creates a VPN gateway in the specified project and region using the data included in the request.InsertVpnGatewayRequest.Builder
InsertVpnGatewayRequest.Builder. mergeFrom(InsertVpnGatewayRequest other)
static InsertVpnGatewayRequest.Builder
InsertVpnGatewayRequest. newBuilder(InsertVpnGatewayRequest prototype)
-
Uses of InsertVpnGatewayRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InsertVpnGatewayRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<InsertVpnGatewayRequest,Operation>
HttpJsonVpnGatewaysStub. insertCallable()
com.google.api.gax.rpc.UnaryCallable<InsertVpnGatewayRequest,Operation>
VpnGatewaysStub. insertCallable()
com.google.api.gax.rpc.OperationCallable<InsertVpnGatewayRequest,Operation,Operation>
HttpJsonVpnGatewaysStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallable<InsertVpnGatewayRequest,Operation,Operation>
VpnGatewaysStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<InsertVpnGatewayRequest,Operation,Operation>
VpnGatewaysStubSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertVpnGatewayRequest,Operation,Operation>
VpnGatewaysStubSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertVpnGatewayRequest,Operation>
VpnGatewaysStubSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertVpnGatewayRequest,Operation>
VpnGatewaysStubSettings. insertSettings()
Returns the object with the settings used for calls to insert.
-