Uses of Class
com.google.cloud.compute.v1.WaitGlobalOperationRequest
-
Packages that use WaitGlobalOperationRequest 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 WaitGlobalOperationRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return WaitGlobalOperationRequest Modifier and Type Method Description WaitGlobalOperationRequestWaitGlobalOperationRequest.Builder. build()WaitGlobalOperationRequestWaitGlobalOperationRequest.Builder. buildPartial()static WaitGlobalOperationRequestWaitGlobalOperationRequest. getDefaultInstance()WaitGlobalOperationRequestWaitGlobalOperationRequest.Builder. getDefaultInstanceForType()WaitGlobalOperationRequestWaitGlobalOperationRequest. getDefaultInstanceForType()static WaitGlobalOperationRequestWaitGlobalOperationRequest. parseDelimitedFrom(InputStream input)static WaitGlobalOperationRequestWaitGlobalOperationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WaitGlobalOperationRequestWaitGlobalOperationRequest. parseFrom(byte[] data)static WaitGlobalOperationRequestWaitGlobalOperationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WaitGlobalOperationRequestWaitGlobalOperationRequest. parseFrom(com.google.protobuf.ByteString data)static WaitGlobalOperationRequestWaitGlobalOperationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WaitGlobalOperationRequestWaitGlobalOperationRequest. parseFrom(com.google.protobuf.CodedInputStream input)static WaitGlobalOperationRequestWaitGlobalOperationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WaitGlobalOperationRequestWaitGlobalOperationRequest. parseFrom(InputStream input)static WaitGlobalOperationRequestWaitGlobalOperationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WaitGlobalOperationRequestWaitGlobalOperationRequest. parseFrom(ByteBuffer data)static WaitGlobalOperationRequestWaitGlobalOperationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type WaitGlobalOperationRequest Modifier and Type Method Description com.google.protobuf.Parser<WaitGlobalOperationRequest>WaitGlobalOperationRequest. getParserForType()static com.google.protobuf.Parser<WaitGlobalOperationRequest>WaitGlobalOperationRequest. parser()com.google.api.gax.rpc.UnaryCallable<WaitGlobalOperationRequest,Operation>GlobalOperationsClient. waitCallable()Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<WaitGlobalOperationRequest,Operation>GlobalOperationsSettings.Builder. waitSettings()Returns the builder for the settings used for calls to wait.com.google.api.gax.rpc.UnaryCallSettings<WaitGlobalOperationRequest,Operation>GlobalOperationsSettings. waitSettings()Returns the object with the settings used for calls to wait.Methods in com.google.cloud.compute.v1 with parameters of type WaitGlobalOperationRequest Modifier and Type Method Description WaitGlobalOperationRequest.BuilderWaitGlobalOperationRequest.Builder. mergeFrom(WaitGlobalOperationRequest other)static WaitGlobalOperationRequest.BuilderWaitGlobalOperationRequest. newBuilder(WaitGlobalOperationRequest prototype)OperationGlobalOperationsClient. wait(WaitGlobalOperationRequest request)Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. -
Uses of WaitGlobalOperationRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type WaitGlobalOperationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<WaitGlobalOperationRequest,Operation>GlobalOperationsStub. waitCallable()com.google.api.gax.rpc.UnaryCallable<WaitGlobalOperationRequest,Operation>HttpJsonGlobalOperationsStub. waitCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<WaitGlobalOperationRequest,Operation>GlobalOperationsStubSettings.Builder. waitSettings()Returns the builder for the settings used for calls to wait.com.google.api.gax.rpc.UnaryCallSettings<WaitGlobalOperationRequest,Operation>GlobalOperationsStubSettings. waitSettings()Returns the object with the settings used for calls to wait.
-