@@ -35,10 +35,10 @@ export interface OperationsClient extends grpc.Client {
35
35
* an [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
36
36
* corresponding to `Code.CANCELLED`.
37
37
*/
38
- CancelOperation ( argument : _google_longrunning_CancelOperationRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_protobuf_Empty__Output ) => void ) : grpc . ClientUnaryCall ;
39
- CancelOperation ( argument : _google_longrunning_CancelOperationRequest , metadata : grpc . Metadata , callback : ( error ?: grpc . ServiceError , result ?: _google_protobuf_Empty__Output ) => void ) : grpc . ClientUnaryCall ;
40
- CancelOperation ( argument : _google_longrunning_CancelOperationRequest , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_protobuf_Empty__Output ) => void ) : grpc . ClientUnaryCall ;
41
- CancelOperation ( argument : _google_longrunning_CancelOperationRequest , callback : ( error ?: grpc . ServiceError , result ?: _google_protobuf_Empty__Output ) => void ) : grpc . ClientUnaryCall ;
38
+ CancelOperation ( argument : _google_longrunning_CancelOperationRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : grpc . requestCallback < _google_protobuf_Empty__Output > ) : grpc . ClientUnaryCall ;
39
+ CancelOperation ( argument : _google_longrunning_CancelOperationRequest , metadata : grpc . Metadata , callback : grpc . requestCallback < _google_protobuf_Empty__Output > ) : grpc . ClientUnaryCall ;
40
+ CancelOperation ( argument : _google_longrunning_CancelOperationRequest , options : grpc . CallOptions , callback : grpc . requestCallback < _google_protobuf_Empty__Output > ) : grpc . ClientUnaryCall ;
41
+ CancelOperation ( argument : _google_longrunning_CancelOperationRequest , callback : grpc . requestCallback < _google_protobuf_Empty__Output > ) : grpc . ClientUnaryCall ;
42
42
/**
43
43
* Starts asynchronous cancellation on a long-running operation. The server
44
44
* makes a best effort to cancel the operation, but success is not
@@ -51,50 +51,50 @@ export interface OperationsClient extends grpc.Client {
51
51
* an [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
52
52
* corresponding to `Code.CANCELLED`.
53
53
*/
54
- cancelOperation ( argument : _google_longrunning_CancelOperationRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_protobuf_Empty__Output ) => void ) : grpc . ClientUnaryCall ;
55
- cancelOperation ( argument : _google_longrunning_CancelOperationRequest , metadata : grpc . Metadata , callback : ( error ?: grpc . ServiceError , result ?: _google_protobuf_Empty__Output ) => void ) : grpc . ClientUnaryCall ;
56
- cancelOperation ( argument : _google_longrunning_CancelOperationRequest , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_protobuf_Empty__Output ) => void ) : grpc . ClientUnaryCall ;
57
- cancelOperation ( argument : _google_longrunning_CancelOperationRequest , callback : ( error ?: grpc . ServiceError , result ?: _google_protobuf_Empty__Output ) => void ) : grpc . ClientUnaryCall ;
54
+ cancelOperation ( argument : _google_longrunning_CancelOperationRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : grpc . requestCallback < _google_protobuf_Empty__Output > ) : grpc . ClientUnaryCall ;
55
+ cancelOperation ( argument : _google_longrunning_CancelOperationRequest , metadata : grpc . Metadata , callback : grpc . requestCallback < _google_protobuf_Empty__Output > ) : grpc . ClientUnaryCall ;
56
+ cancelOperation ( argument : _google_longrunning_CancelOperationRequest , options : grpc . CallOptions , callback : grpc . requestCallback < _google_protobuf_Empty__Output > ) : grpc . ClientUnaryCall ;
57
+ cancelOperation ( argument : _google_longrunning_CancelOperationRequest , callback : grpc . requestCallback < _google_protobuf_Empty__Output > ) : grpc . ClientUnaryCall ;
58
58
59
59
/**
60
60
* Deletes a long-running operation. This method indicates that the client is
61
61
* no longer interested in the operation result. It does not cancel the
62
62
* operation. If the server doesn't support this method, it returns
63
63
* `google.rpc.Code.UNIMPLEMENTED`.
64
64
*/
65
- DeleteOperation ( argument : _google_longrunning_DeleteOperationRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_protobuf_Empty__Output ) => void ) : grpc . ClientUnaryCall ;
66
- DeleteOperation ( argument : _google_longrunning_DeleteOperationRequest , metadata : grpc . Metadata , callback : ( error ?: grpc . ServiceError , result ?: _google_protobuf_Empty__Output ) => void ) : grpc . ClientUnaryCall ;
67
- DeleteOperation ( argument : _google_longrunning_DeleteOperationRequest , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_protobuf_Empty__Output ) => void ) : grpc . ClientUnaryCall ;
68
- DeleteOperation ( argument : _google_longrunning_DeleteOperationRequest , callback : ( error ?: grpc . ServiceError , result ?: _google_protobuf_Empty__Output ) => void ) : grpc . ClientUnaryCall ;
65
+ DeleteOperation ( argument : _google_longrunning_DeleteOperationRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : grpc . requestCallback < _google_protobuf_Empty__Output > ) : grpc . ClientUnaryCall ;
66
+ DeleteOperation ( argument : _google_longrunning_DeleteOperationRequest , metadata : grpc . Metadata , callback : grpc . requestCallback < _google_protobuf_Empty__Output > ) : grpc . ClientUnaryCall ;
67
+ DeleteOperation ( argument : _google_longrunning_DeleteOperationRequest , options : grpc . CallOptions , callback : grpc . requestCallback < _google_protobuf_Empty__Output > ) : grpc . ClientUnaryCall ;
68
+ DeleteOperation ( argument : _google_longrunning_DeleteOperationRequest , callback : grpc . requestCallback < _google_protobuf_Empty__Output > ) : grpc . ClientUnaryCall ;
69
69
/**
70
70
* Deletes a long-running operation. This method indicates that the client is
71
71
* no longer interested in the operation result. It does not cancel the
72
72
* operation. If the server doesn't support this method, it returns
73
73
* `google.rpc.Code.UNIMPLEMENTED`.
74
74
*/
75
- deleteOperation ( argument : _google_longrunning_DeleteOperationRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_protobuf_Empty__Output ) => void ) : grpc . ClientUnaryCall ;
76
- deleteOperation ( argument : _google_longrunning_DeleteOperationRequest , metadata : grpc . Metadata , callback : ( error ?: grpc . ServiceError , result ?: _google_protobuf_Empty__Output ) => void ) : grpc . ClientUnaryCall ;
77
- deleteOperation ( argument : _google_longrunning_DeleteOperationRequest , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_protobuf_Empty__Output ) => void ) : grpc . ClientUnaryCall ;
78
- deleteOperation ( argument : _google_longrunning_DeleteOperationRequest , callback : ( error ?: grpc . ServiceError , result ?: _google_protobuf_Empty__Output ) => void ) : grpc . ClientUnaryCall ;
75
+ deleteOperation ( argument : _google_longrunning_DeleteOperationRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : grpc . requestCallback < _google_protobuf_Empty__Output > ) : grpc . ClientUnaryCall ;
76
+ deleteOperation ( argument : _google_longrunning_DeleteOperationRequest , metadata : grpc . Metadata , callback : grpc . requestCallback < _google_protobuf_Empty__Output > ) : grpc . ClientUnaryCall ;
77
+ deleteOperation ( argument : _google_longrunning_DeleteOperationRequest , options : grpc . CallOptions , callback : grpc . requestCallback < _google_protobuf_Empty__Output > ) : grpc . ClientUnaryCall ;
78
+ deleteOperation ( argument : _google_longrunning_DeleteOperationRequest , callback : grpc . requestCallback < _google_protobuf_Empty__Output > ) : grpc . ClientUnaryCall ;
79
79
80
80
/**
81
81
* Gets the latest state of a long-running operation. Clients can use this
82
82
* method to poll the operation result at intervals as recommended by the API
83
83
* service.
84
84
*/
85
- GetOperation ( argument : _google_longrunning_GetOperationRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_Operation__Output ) => void ) : grpc . ClientUnaryCall ;
86
- GetOperation ( argument : _google_longrunning_GetOperationRequest , metadata : grpc . Metadata , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_Operation__Output ) => void ) : grpc . ClientUnaryCall ;
87
- GetOperation ( argument : _google_longrunning_GetOperationRequest , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_Operation__Output ) => void ) : grpc . ClientUnaryCall ;
88
- GetOperation ( argument : _google_longrunning_GetOperationRequest , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_Operation__Output ) => void ) : grpc . ClientUnaryCall ;
85
+ GetOperation ( argument : _google_longrunning_GetOperationRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : grpc . requestCallback < _google_longrunning_Operation__Output > ) : grpc . ClientUnaryCall ;
86
+ GetOperation ( argument : _google_longrunning_GetOperationRequest , metadata : grpc . Metadata , callback : grpc . requestCallback < _google_longrunning_Operation__Output > ) : grpc . ClientUnaryCall ;
87
+ GetOperation ( argument : _google_longrunning_GetOperationRequest , options : grpc . CallOptions , callback : grpc . requestCallback < _google_longrunning_Operation__Output > ) : grpc . ClientUnaryCall ;
88
+ GetOperation ( argument : _google_longrunning_GetOperationRequest , callback : grpc . requestCallback < _google_longrunning_Operation__Output > ) : grpc . ClientUnaryCall ;
89
89
/**
90
90
* Gets the latest state of a long-running operation. Clients can use this
91
91
* method to poll the operation result at intervals as recommended by the API
92
92
* service.
93
93
*/
94
- getOperation ( argument : _google_longrunning_GetOperationRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_Operation__Output ) => void ) : grpc . ClientUnaryCall ;
95
- getOperation ( argument : _google_longrunning_GetOperationRequest , metadata : grpc . Metadata , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_Operation__Output ) => void ) : grpc . ClientUnaryCall ;
96
- getOperation ( argument : _google_longrunning_GetOperationRequest , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_Operation__Output ) => void ) : grpc . ClientUnaryCall ;
97
- getOperation ( argument : _google_longrunning_GetOperationRequest , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_Operation__Output ) => void ) : grpc . ClientUnaryCall ;
94
+ getOperation ( argument : _google_longrunning_GetOperationRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : grpc . requestCallback < _google_longrunning_Operation__Output > ) : grpc . ClientUnaryCall ;
95
+ getOperation ( argument : _google_longrunning_GetOperationRequest , metadata : grpc . Metadata , callback : grpc . requestCallback < _google_longrunning_Operation__Output > ) : grpc . ClientUnaryCall ;
96
+ getOperation ( argument : _google_longrunning_GetOperationRequest , options : grpc . CallOptions , callback : grpc . requestCallback < _google_longrunning_Operation__Output > ) : grpc . ClientUnaryCall ;
97
+ getOperation ( argument : _google_longrunning_GetOperationRequest , callback : grpc . requestCallback < _google_longrunning_Operation__Output > ) : grpc . ClientUnaryCall ;
98
98
99
99
/**
100
100
* Lists operations that match the specified filter in the request. If the
@@ -108,10 +108,10 @@ export interface OperationsClient extends grpc.Client {
108
108
* collection id, however overriding users must ensure the name binding
109
109
* is the parent resource, without the operations collection id.
110
110
*/
111
- ListOperations ( argument : _google_longrunning_ListOperationsRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_ListOperationsResponse__Output ) => void ) : grpc . ClientUnaryCall ;
112
- ListOperations ( argument : _google_longrunning_ListOperationsRequest , metadata : grpc . Metadata , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_ListOperationsResponse__Output ) => void ) : grpc . ClientUnaryCall ;
113
- ListOperations ( argument : _google_longrunning_ListOperationsRequest , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_ListOperationsResponse__Output ) => void ) : grpc . ClientUnaryCall ;
114
- ListOperations ( argument : _google_longrunning_ListOperationsRequest , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_ListOperationsResponse__Output ) => void ) : grpc . ClientUnaryCall ;
111
+ ListOperations ( argument : _google_longrunning_ListOperationsRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : grpc . requestCallback < _google_longrunning_ListOperationsResponse__Output > ) : grpc . ClientUnaryCall ;
112
+ ListOperations ( argument : _google_longrunning_ListOperationsRequest , metadata : grpc . Metadata , callback : grpc . requestCallback < _google_longrunning_ListOperationsResponse__Output > ) : grpc . ClientUnaryCall ;
113
+ ListOperations ( argument : _google_longrunning_ListOperationsRequest , options : grpc . CallOptions , callback : grpc . requestCallback < _google_longrunning_ListOperationsResponse__Output > ) : grpc . ClientUnaryCall ;
114
+ ListOperations ( argument : _google_longrunning_ListOperationsRequest , callback : grpc . requestCallback < _google_longrunning_ListOperationsResponse__Output > ) : grpc . ClientUnaryCall ;
115
115
/**
116
116
* Lists operations that match the specified filter in the request. If the
117
117
* server doesn't support this method, it returns `UNIMPLEMENTED`.
@@ -124,10 +124,10 @@ export interface OperationsClient extends grpc.Client {
124
124
* collection id, however overriding users must ensure the name binding
125
125
* is the parent resource, without the operations collection id.
126
126
*/
127
- listOperations ( argument : _google_longrunning_ListOperationsRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_ListOperationsResponse__Output ) => void ) : grpc . ClientUnaryCall ;
128
- listOperations ( argument : _google_longrunning_ListOperationsRequest , metadata : grpc . Metadata , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_ListOperationsResponse__Output ) => void ) : grpc . ClientUnaryCall ;
129
- listOperations ( argument : _google_longrunning_ListOperationsRequest , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_ListOperationsResponse__Output ) => void ) : grpc . ClientUnaryCall ;
130
- listOperations ( argument : _google_longrunning_ListOperationsRequest , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_ListOperationsResponse__Output ) => void ) : grpc . ClientUnaryCall ;
127
+ listOperations ( argument : _google_longrunning_ListOperationsRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : grpc . requestCallback < _google_longrunning_ListOperationsResponse__Output > ) : grpc . ClientUnaryCall ;
128
+ listOperations ( argument : _google_longrunning_ListOperationsRequest , metadata : grpc . Metadata , callback : grpc . requestCallback < _google_longrunning_ListOperationsResponse__Output > ) : grpc . ClientUnaryCall ;
129
+ listOperations ( argument : _google_longrunning_ListOperationsRequest , options : grpc . CallOptions , callback : grpc . requestCallback < _google_longrunning_ListOperationsResponse__Output > ) : grpc . ClientUnaryCall ;
130
+ listOperations ( argument : _google_longrunning_ListOperationsRequest , callback : grpc . requestCallback < _google_longrunning_ListOperationsResponse__Output > ) : grpc . ClientUnaryCall ;
131
131
132
132
/**
133
133
* Waits for the specified long-running operation until it is done or reaches
@@ -140,10 +140,10 @@ export interface OperationsClient extends grpc.Client {
140
140
* state before the specified timeout (including immediately), meaning even an
141
141
* immediate response is no guarantee that the operation is done.
142
142
*/
143
- WaitOperation ( argument : _google_longrunning_WaitOperationRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_Operation__Output ) => void ) : grpc . ClientUnaryCall ;
144
- WaitOperation ( argument : _google_longrunning_WaitOperationRequest , metadata : grpc . Metadata , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_Operation__Output ) => void ) : grpc . ClientUnaryCall ;
145
- WaitOperation ( argument : _google_longrunning_WaitOperationRequest , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_Operation__Output ) => void ) : grpc . ClientUnaryCall ;
146
- WaitOperation ( argument : _google_longrunning_WaitOperationRequest , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_Operation__Output ) => void ) : grpc . ClientUnaryCall ;
143
+ WaitOperation ( argument : _google_longrunning_WaitOperationRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : grpc . requestCallback < _google_longrunning_Operation__Output > ) : grpc . ClientUnaryCall ;
144
+ WaitOperation ( argument : _google_longrunning_WaitOperationRequest , metadata : grpc . Metadata , callback : grpc . requestCallback < _google_longrunning_Operation__Output > ) : grpc . ClientUnaryCall ;
145
+ WaitOperation ( argument : _google_longrunning_WaitOperationRequest , options : grpc . CallOptions , callback : grpc . requestCallback < _google_longrunning_Operation__Output > ) : grpc . ClientUnaryCall ;
146
+ WaitOperation ( argument : _google_longrunning_WaitOperationRequest , callback : grpc . requestCallback < _google_longrunning_Operation__Output > ) : grpc . ClientUnaryCall ;
147
147
/**
148
148
* Waits for the specified long-running operation until it is done or reaches
149
149
* at most a specified timeout, returning the latest state. If the operation
@@ -155,10 +155,10 @@ export interface OperationsClient extends grpc.Client {
155
155
* state before the specified timeout (including immediately), meaning even an
156
156
* immediate response is no guarantee that the operation is done.
157
157
*/
158
- waitOperation ( argument : _google_longrunning_WaitOperationRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_Operation__Output ) => void ) : grpc . ClientUnaryCall ;
159
- waitOperation ( argument : _google_longrunning_WaitOperationRequest , metadata : grpc . Metadata , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_Operation__Output ) => void ) : grpc . ClientUnaryCall ;
160
- waitOperation ( argument : _google_longrunning_WaitOperationRequest , options : grpc . CallOptions , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_Operation__Output ) => void ) : grpc . ClientUnaryCall ;
161
- waitOperation ( argument : _google_longrunning_WaitOperationRequest , callback : ( error ?: grpc . ServiceError , result ?: _google_longrunning_Operation__Output ) => void ) : grpc . ClientUnaryCall ;
158
+ waitOperation ( argument : _google_longrunning_WaitOperationRequest , metadata : grpc . Metadata , options : grpc . CallOptions , callback : grpc . requestCallback < _google_longrunning_Operation__Output > ) : grpc . ClientUnaryCall ;
159
+ waitOperation ( argument : _google_longrunning_WaitOperationRequest , metadata : grpc . Metadata , callback : grpc . requestCallback < _google_longrunning_Operation__Output > ) : grpc . ClientUnaryCall ;
160
+ waitOperation ( argument : _google_longrunning_WaitOperationRequest , options : grpc . CallOptions , callback : grpc . requestCallback < _google_longrunning_Operation__Output > ) : grpc . ClientUnaryCall ;
161
+ waitOperation ( argument : _google_longrunning_WaitOperationRequest , callback : grpc . requestCallback < _google_longrunning_Operation__Output > ) : grpc . ClientUnaryCall ;
162
162
163
163
}
164
164
0 commit comments