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