Skip to content

Commit

Permalink
feat(cloudbuild): update the api
Browse files Browse the repository at this point in the history
#### cloudbuild:v1

The following keys were deleted:
- resources.projects.resources.locations.resources.bitbucketServerConfigs.methods.addBitbucketServerConnectedRepository (Total Keys: 12)
- schemas.AddBitbucketServerConnectedRepositoryRequest (Total Keys: 3)
- schemas.AddBitbucketServerConnectedRepositoryResponse (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Mar 29, 2022
1 parent b3fb53a commit ef6853d
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 138 deletions.
2 changes: 1 addition & 1 deletion docs/dyn/cloudbuild_v1.locations.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
}</pre>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/cloudbuild_v1.operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
}</pre>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the repos Resource.</p>

<p class="toc_element">
<code><a href="#addBitbucketServerConnectedRepository">addBitbucketServerConnectedRepository(config, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Add a Bitbucket Server repository to a given BitbucketServerConfig's connected repositories. This API is experimental.</p>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand All @@ -112,41 +109,6 @@ <h2>Instance Methods</h2>
<code><a href="#removeBitbucketServerConnectedRepository">removeBitbucketServerConnectedRepository(config, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Remove a Bitbucket Server repository from an given BitbucketServerConfig’s connected repositories. This API is experimental.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="addBitbucketServerConnectedRepository">addBitbucketServerConnectedRepository(config, body=None, x__xgafv=None)</code>
<pre>Add a Bitbucket Server repository to a given BitbucketServerConfig&#x27;s connected repositories. This API is experimental.

Args:
config: string, Required. The name of the `BitbucketServerConfig` to add a connected repository. Format: `projects/{project}/locations/{location}/bitbucketServerConfigs/{config}` (required)
body: object, The request body.
The object takes the form of:

{ # RPC request object accepted by the AddBitbucketServerConnectedRepository RPC method.
&quot;connectedRepository&quot;: { # BitbucketServerRepositoryId identifies a specific repository hosted on a Bitbucket Server. # The connected repository to add.
&quot;projectKey&quot;: &quot;A String&quot;, # Required. Identifier for the project storing the repository.
&quot;repoSlug&quot;: &quot;A String&quot;, # Required. Identifier for the repository.
&quot;webhookId&quot;: 42, # Output only. The ID of the webhook that was created for receiving events from this repo. We only create and manage a single webhook for each repo.
},
}

x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # RPC request object returned by the AddBitbucketServerConnectedRepository RPC method.
&quot;config&quot;: &quot;A String&quot;, # The name of the `BitbucketServerConfig` that added connected repository. Format: `projects/{project}/locations/{location}/bitbucketServerConfigs/{config}`
&quot;connectedRepository&quot;: { # BitbucketServerRepositoryId identifies a specific repository hosted on a Bitbucket Server. # The connected repository.
&quot;projectKey&quot;: &quot;A String&quot;, # Required. Identifier for the project storing the repository.
&quot;repoSlug&quot;: &quot;A String&quot;, # Required. Identifier for the repository.
&quot;webhookId&quot;: 42, # Output only. The ID of the webhook that was created for receiving events from this repo. We only create and manage a single webhook for each repo.
},
}</pre>
</div>

<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
Expand Down Expand Up @@ -433,7 +395,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
}</pre>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/cloudbuild_v1.projects.locations.operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
}</pre>
</div>

Expand Down
Loading

0 comments on commit ef6853d

Please sign in to comment.