Uses of Class
com.google.longrunning.Operation.Builder
Packages that use Operation.Builder
-
Uses of Operation.Builder in com.google.longrunning
Methods in com.google.longrunning that return Operation.BuilderModifier and TypeMethodDescriptionListOperationsResponse.Builder.addOperationsBuilder()A list of operations that matches the specified filter in the request.ListOperationsResponse.Builder.addOperationsBuilder(int index) A list of operations that matches the specified filter in the request.Operation.Builder.clear()Operation.Builder.clearDone()If the value is `false`, it means the operation is still in progress.Operation.Builder.clearError()The error result of the operation in case of failure or cancellation.Operation.Builder.clearMetadata()Service-specific metadata associated with the operation.Operation.Builder.clearName()The server-assigned name, which is only unique within the same service that originally returns it.Operation.Builder.clearResponse()The normal, successful response of the operation.Operation.Builder.clearResult()ListOperationsResponse.Builder.getOperationsBuilder(int index) A list of operations that matches the specified filter in the request.Operation.Builder.mergeError(Status value) The error result of the operation in case of failure or cancellation.Operation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Operation.Builder.mergeFrom(com.google.protobuf.Message other) Operation.Builder.mergeMetadata(com.google.protobuf.Any value) Service-specific metadata associated with the operation.Operation.Builder.mergeResponse(com.google.protobuf.Any value) The normal, successful response of the operation.static Operation.BuilderOperation.newBuilder()static Operation.BuilderOperation.newBuilder(Operation prototype) Operation.newBuilderForType()protected Operation.BuilderOperation.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Operation.Builder.setDone(boolean value) If the value is `false`, it means the operation is still in progress.The error result of the operation in case of failure or cancellation.Operation.Builder.setError(Status.Builder builderForValue) The error result of the operation in case of failure or cancellation.Operation.Builder.setMetadata(com.google.protobuf.Any value) Service-specific metadata associated with the operation.Operation.Builder.setMetadata(com.google.protobuf.Any.Builder builderForValue) Service-specific metadata associated with the operation.The server-assigned name, which is only unique within the same service that originally returns it.Operation.Builder.setNameBytes(com.google.protobuf.ByteString value) The server-assigned name, which is only unique within the same service that originally returns it.Operation.Builder.setResponse(com.google.protobuf.Any value) The normal, successful response of the operation.Operation.Builder.setResponse(com.google.protobuf.Any.Builder builderForValue) The normal, successful response of the operation.Operation.toBuilder()Methods in com.google.longrunning that return types with arguments of type Operation.BuilderModifier and TypeMethodDescriptionListOperationsResponse.Builder.getOperationsBuilderList()A list of operations that matches the specified filter in the request.Methods in com.google.longrunning with parameters of type Operation.BuilderModifier and TypeMethodDescriptionListOperationsResponse.Builder.addOperations(int index, Operation.Builder builderForValue) A list of operations that matches the specified filter in the request.ListOperationsResponse.Builder.addOperations(Operation.Builder builderForValue) A list of operations that matches the specified filter in the request.ListOperationsResponse.Builder.setOperations(int index, Operation.Builder builderForValue) A list of operations that matches the specified filter in the request.