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