Skip to content

Commit

Permalink
chore: Remove titles in docstring. (#19)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 362943541

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Mar 15 08:17:12 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: cb631dd3ffe0d6f77f7b01c5168e357771c74b51
Source-Link: googleapis/googleapis@cb631dd
  • Loading branch information
yoshi-automation authored Mar 16, 2021
1 parent e9850b6 commit f78286f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ option objc_class_prefix = "GCMI";
option php_namespace = "Google\\Cloud\\ManagedIdentities\\V1";
option ruby_package = "Google::Cloud::ManagedIdentities::V1";

// ## API Overview
// API Overview
//
// The `managedidentites.googleapis.com` service implements the Google Cloud
// Managed Identites API for identity services
Expand All @@ -45,7 +45,7 @@ option ruby_package = "Google::Cloud::ManagedIdentities::V1";
// (create/read/update/delete) domains, reset managed identities admin password,
// add/remove domain controllers in GCP regions and add/remove VPC peering.
//
// ## Data Model
// Data Model
//
// The Managed Identities service exposes the following resources:
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import {operationsProtos} from 'google-gax';
const version = require('../../../package.json').version;

/**
* ## API Overview
* API Overview
*
* The `managedidentites.googleapis.com` service implements the Google Cloud
* Managed Identites API for identity services
Expand All @@ -52,7 +52,7 @@ const version = require('../../../package.json').version;
* (create/read/update/delete) domains, reset managed identities admin password,
* add/remove domain controllers in GCP regions and add/remove VPC peering.
*
* ## Data Model
* Data Model
*
* The Managed Identities service exposes the following resources:
*
Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-managedidentities/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-managed-identities.git",
"sha": "9e81bd9f8047cf2a1bebcf98970f3743f2bdbf5f"
"sha": "09c595567df471daa0c226f90951289d8de11b41"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "5477122b3e8037a1dc5bc920536158edbd151dc4",
"internalRef": "361273630"
"sha": "cb631dd3ffe0d6f77f7b01c5168e357771c74b51",
"internalRef": "362943541"
}
},
{
Expand Down

0 comments on commit f78286f

Please sign in to comment.