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 WaitGlobalOperationRequest
WaitGlobalOperationRequest.Builder. build()
WaitGlobalOperationRequest
WaitGlobalOperationRequest.Builder. buildPartial()
static WaitGlobalOperationRequest
WaitGlobalOperationRequest. getDefaultInstance()
WaitGlobalOperationRequest
WaitGlobalOperationRequest.Builder. getDefaultInstanceForType()
WaitGlobalOperationRequest
WaitGlobalOperationRequest. getDefaultInstanceForType()
static WaitGlobalOperationRequest
WaitGlobalOperationRequest. parseDelimitedFrom(InputStream input)
static WaitGlobalOperationRequest
WaitGlobalOperationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WaitGlobalOperationRequest
WaitGlobalOperationRequest. parseFrom(byte[] data)
static WaitGlobalOperationRequest
WaitGlobalOperationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WaitGlobalOperationRequest
WaitGlobalOperationRequest. parseFrom(com.google.protobuf.ByteString data)
static WaitGlobalOperationRequest
WaitGlobalOperationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WaitGlobalOperationRequest
WaitGlobalOperationRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static WaitGlobalOperationRequest
WaitGlobalOperationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WaitGlobalOperationRequest
WaitGlobalOperationRequest. parseFrom(InputStream input)
static WaitGlobalOperationRequest
WaitGlobalOperationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WaitGlobalOperationRequest
WaitGlobalOperationRequest. parseFrom(ByteBuffer data)
static WaitGlobalOperationRequest
WaitGlobalOperationRequest. 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.Builder
WaitGlobalOperationRequest.Builder. mergeFrom(WaitGlobalOperationRequest other)
static WaitGlobalOperationRequest.Builder
WaitGlobalOperationRequest. newBuilder(WaitGlobalOperationRequest prototype)
Operation
GlobalOperationsClient. 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.
-