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