Skip to content

Commit

Permalink
docs: [rapidmigrationassessment] update comments (#4673)
Browse files Browse the repository at this point in the history
* docs: update comments

PiperOrigin-RevId: 566408362

Source-Link: googleapis/googleapis@ba75aae

Source-Link: googleapis/googleapis-gen@b6cbff8
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXJhcGlkbWlncmF0aW9uYXNzZXNzbWVudC8uT3dsQm90LnlhbWwiLCJoIjoiYjZjYmZmODM0MmI2NDM4NDNkYzgyNTY4YzgwN2U5NjkwOGQyNGNjNSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Sep 19, 2023
1 parent 998711e commit 9744652
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ option java_package = "com.google.cloud.rapidmigrationassessment.v1";
option php_namespace = "Google\\Cloud\\RapidMigrationAssessment\\V1";
option ruby_package = "Google::Cloud::RapidMigrationAssessment::V1";

// Rapid Migration Assessment service
// Service describing handlers for resources.
service RapidMigrationAssessment {
option (google.api.default_host) = "rapidmigrationassessment.googleapis.com";
option (google.api.oauth_scopes) =
Expand Down Expand Up @@ -63,7 +63,7 @@ service RapidMigrationAssessment {
};
option (google.api.method_signature) = "parent,annotation";
option (google.longrunning.operation_info) = {
response_type: "google.cloud.rapidmigrationassessment.v1.Annotation"
response_type: "Annotation"
metadata_type: "OperationMetadata"
};
}
Expand Down Expand Up @@ -107,6 +107,7 @@ service RapidMigrationAssessment {
}

// Deletes a single Collector - changes state of collector to "Deleting".
// Background jobs does final deletion thorugh producer api.
rpc DeleteCollector(DeleteCollectorRequest)
returns (google.longrunning.Operation) {
option (google.api.http) = {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
"regionTag": "rapidmigrationassessment_v1_generated_RapidMigrationAssessment_DeleteCollector_async",
"title": "RapidMigrationAssessment deleteCollector Sample",
"origin": "API_DEFINITION",
"description": " Deletes a single Collector - changes state of collector to \"Deleting\".",
"description": " Deletes a single Collector - changes state of collector to \"Deleting\". Background jobs does final deletion thorugh producer api.",
"canonical": true,
"file": "rapid_migration_assessment.delete_collector.js",
"language": "JAVASCRIPT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import * as gapicConfig from './rapid_migration_assessment_client_config.json';
const version = require('../../../package.json').version;

/**
* Rapid Migration Assessment service
* Service describing handlers for resources.
* @class
* @memberof v1
*/
Expand Down Expand Up @@ -1113,6 +1113,7 @@ export class RapidMigrationAssessmentClient {
}
/**
* Deletes a single Collector - changes state of collector to "Deleting".
* Background jobs does final deletion thorugh producer api.
*
* @param {Object} request
* The request object that will be sent.
Expand Down

0 comments on commit 9744652

Please sign in to comment.