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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) 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.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Operation.Builder.clearResponse()The normal response of the operation in case of success.Operation.Builder.clearResult()Operation.Builder.clone()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 response of the operation in case of success.final Operation.BuilderOperation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Operation.BuilderOperation.newBuilder()static Operation.BuilderOperation.newBuilder(Operation prototype) Operation.newBuilderForType()protected Operation.BuilderOperation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Operation.Builder.setResponse(com.google.protobuf.Any value) The normal response of the operation in case of success.Operation.Builder.setResponse(com.google.protobuf.Any.Builder builderForValue) The normal response of the operation in case of success.final Operation.BuilderOperation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.