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