-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
common: create grpc operation object #1525
common: create grpc operation object #1525
Conversation
@@ -17,7 +17,7 @@ | |||
"requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties", | |||
"maximumLineLength": { | |||
"value": 80, | |||
"allowUrlComments": true | |||
"allowComments": true |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@stephenplusplus I think this should be good to go - PTAL! |
/** | ||
* Cancel the operation. | ||
* | ||
* @param {function=} callback - The callback function. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Moving the
GrpcOperation
section of the Bigtable PR to it's own PR.