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