Deprecated: Please use vars in: cloud.google.com/go/longrunning/autogen/longrunningpb
var ( E_OperationInfo = src.E_OperationInfo File_google_longrunning_operations_proto = src.File_google_longrunning_operations_proto )
func RegisterOperationsServer(s *grpc.Server, srv OperationsServer)
Deprecated: Please use funcs in: cloud.google.com/go/longrunning/autogen/longrunningpb
The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type CancelOperationRequest = src.CancelOperationRequest
The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type DeleteOperationRequest = src.DeleteOperationRequest
The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type GetOperationRequest = src.GetOperationRequest
The request message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type ListOperationsRequest = src.ListOperationsRequest
The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type ListOperationsResponse = src.ListOperationsResponse
This resource represents a long-running operation that is the result of a network API call.
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type Operation = src.Operation
A message representing the message types used by a long-running operation. Example: rpc LongRunningRecognize(LongRunningRecognizeRequest) returns (google.longrunning.Operation) { option (google.longrunning.operation_info) = { response_type: "LongRunningRecognizeResponse" metadata_type: "LongRunningRecognizeMetadata" }; }
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type OperationInfo = src.OperationInfo
type Operation_Error = src.Operation_Error
type Operation_Response = src.Operation_Response
OperationsClient is the client API for Operations service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type OperationsClient = src.OperationsClient
func NewOperationsClient(cc grpc.ClientConnInterface) OperationsClient
Deprecated: Please use funcs in: cloud.google.com/go/longrunning/autogen/longrunningpb
OperationsServer is the server API for Operations service.
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type OperationsServer = src.OperationsServer
UnimplementedOperationsServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type UnimplementedOperationsServer = src.UnimplementedOperationsServer
The request message for [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type WaitOperationRequest = src.WaitOperationRequest