Uses of Class
com.google.cloud.compute.v1.DeleteGlobalOperationResponse
-
Packages that use DeleteGlobalOperationResponse 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 DeleteGlobalOperationResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return DeleteGlobalOperationResponse Modifier and Type Method Description DeleteGlobalOperationResponse
DeleteGlobalOperationResponse.Builder. build()
DeleteGlobalOperationResponse
DeleteGlobalOperationResponse.Builder. buildPartial()
DeleteGlobalOperationResponse
GlobalOperationsClient. delete(DeleteGlobalOperationRequest request)
Deletes the specified Operations resource.DeleteGlobalOperationResponse
GlobalOperationsClient. delete(String project, String operation)
Deletes the specified Operations resource.static DeleteGlobalOperationResponse
DeleteGlobalOperationResponse. getDefaultInstance()
DeleteGlobalOperationResponse
DeleteGlobalOperationResponse.Builder. getDefaultInstanceForType()
DeleteGlobalOperationResponse
DeleteGlobalOperationResponse. getDefaultInstanceForType()
static DeleteGlobalOperationResponse
DeleteGlobalOperationResponse. parseDelimitedFrom(InputStream input)
static DeleteGlobalOperationResponse
DeleteGlobalOperationResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteGlobalOperationResponse
DeleteGlobalOperationResponse. parseFrom(byte[] data)
static DeleteGlobalOperationResponse
DeleteGlobalOperationResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteGlobalOperationResponse
DeleteGlobalOperationResponse. parseFrom(com.google.protobuf.ByteString data)
static DeleteGlobalOperationResponse
DeleteGlobalOperationResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteGlobalOperationResponse
DeleteGlobalOperationResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteGlobalOperationResponse
DeleteGlobalOperationResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteGlobalOperationResponse
DeleteGlobalOperationResponse. parseFrom(InputStream input)
static DeleteGlobalOperationResponse
DeleteGlobalOperationResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteGlobalOperationResponse
DeleteGlobalOperationResponse. parseFrom(ByteBuffer data)
static DeleteGlobalOperationResponse
DeleteGlobalOperationResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type DeleteGlobalOperationResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteGlobalOperationRequest,DeleteGlobalOperationResponse>
GlobalOperationsClient. deleteCallable()
Deletes the specified Operations resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteGlobalOperationRequest,DeleteGlobalOperationResponse>
GlobalOperationsSettings.Builder. deleteSettings()
Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings<DeleteGlobalOperationRequest,DeleteGlobalOperationResponse>
GlobalOperationsSettings. deleteSettings()
Returns the object with the settings used for calls to delete.com.google.protobuf.Parser<DeleteGlobalOperationResponse>
DeleteGlobalOperationResponse. getParserForType()
static com.google.protobuf.Parser<DeleteGlobalOperationResponse>
DeleteGlobalOperationResponse. parser()
Methods in com.google.cloud.compute.v1 with parameters of type DeleteGlobalOperationResponse Modifier and Type Method Description DeleteGlobalOperationResponse.Builder
DeleteGlobalOperationResponse.Builder. mergeFrom(DeleteGlobalOperationResponse other)
static DeleteGlobalOperationResponse.Builder
DeleteGlobalOperationResponse. newBuilder(DeleteGlobalOperationResponse prototype)
-
Uses of DeleteGlobalOperationResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type DeleteGlobalOperationResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteGlobalOperationRequest,DeleteGlobalOperationResponse>
GlobalOperationsStub. deleteCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteGlobalOperationRequest,DeleteGlobalOperationResponse>
HttpJsonGlobalOperationsStub. deleteCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteGlobalOperationRequest,DeleteGlobalOperationResponse>
GlobalOperationsStubSettings.Builder. deleteSettings()
Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings<DeleteGlobalOperationRequest,DeleteGlobalOperationResponse>
GlobalOperationsStubSettings. deleteSettings()
Returns the object with the settings used for calls to delete.
-