package longrunning
import "google.golang.org/genproto/googleapis/longrunning"
Package longrunning aliases all exported identifiers in package "cloud.google.com/go/longrunning/autogen/longrunningpb".
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Variables
- func RegisterOperationsServer(s *grpc.Server, srv OperationsServer)
- type CancelOperationRequest
- type DeleteOperationRequest
- type GetOperationRequest
- type ListOperationsRequest
- type ListOperationsResponse
- type Operation
- type OperationInfo
- type Operation_Error
- type Operation_Response
- type OperationsClient
- type OperationsServer
- type UnimplementedOperationsServer
- type WaitOperationRequest
Variables ¶
var ( E_OperationInfo = src.E_OperationInfo File_google_longrunning_operations_proto = src.File_google_longrunning_operations_proto )
Deprecated: Please use vars in: cloud.google.com/go/longrunning/autogen/longrunningpb
Functions ¶
func RegisterOperationsServer ¶
func RegisterOperationsServer(s *grpc.Server, srv OperationsServer)
Deprecated: Please use funcs in: cloud.google.com/go/longrunning/autogen/longrunningpb
Types ¶
type CancelOperationRequest ¶
type CancelOperationRequest = src.CancelOperationRequest
The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type DeleteOperationRequest ¶
type DeleteOperationRequest = src.DeleteOperationRequest
The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type GetOperationRequest ¶
type GetOperationRequest = src.GetOperationRequest
The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type ListOperationsRequest ¶
type ListOperationsRequest = src.ListOperationsRequest
The request message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type ListOperationsResponse ¶
type ListOperationsResponse = src.ListOperationsResponse
The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type Operation ¶
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 OperationInfo ¶
type OperationInfo = src.OperationInfo
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 Operation_Error ¶
type Operation_Error = src.Operation_Error
type Operation_Response ¶
type Operation_Response = src.Operation_Response
type OperationsClient ¶
type OperationsClient = src.OperationsClient
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
func NewOperationsClient ¶
func NewOperationsClient(cc grpc.ClientConnInterface) OperationsClient
Deprecated: Please use funcs in: cloud.google.com/go/longrunning/autogen/longrunningpb
type OperationsServer ¶
type OperationsServer = src.OperationsServer
OperationsServer is the server API for Operations service.
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type UnimplementedOperationsServer ¶
type UnimplementedOperationsServer = src.UnimplementedOperationsServer
UnimplementedOperationsServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
type WaitOperationRequest ¶
type WaitOperationRequest = src.WaitOperationRequest
The request message for [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].
Deprecated: Please use types in: cloud.google.com/go/longrunning/autogen/longrunningpb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.