Skip to content

Commit 850e90b

Browse files
feat(managedidentities): update the api
#### managedidentities:v1alpha1 The following keys were added: - resources.projects.resources.locations.resources.global.resources.peerings.methods.getIamPolicy (Total Keys: 14) - resources.projects.resources.locations.resources.global.resources.peerings.methods.setIamPolicy (Total Keys: 12) - resources.projects.resources.locations.resources.global.resources.peerings.methods.testIamPermissions (Total Keys: 12) #### managedidentities:v1beta1 The following keys were added: - resources.projects.resources.locations.resources.global.resources.peerings.methods.getIamPolicy (Total Keys: 14) - resources.projects.resources.locations.resources.global.resources.peerings.methods.setIamPolicy (Total Keys: 12) - resources.projects.resources.locations.resources.global.resources.peerings.methods.testIamPermissions (Total Keys: 12)
1 parent c219735 commit 850e90b

13 files changed

+662
-34
lines changed

docs/dyn/managedidentities_v1.projects.locations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ <h3>Method Details</h3>
130130

131131
Args:
132132
name: string, The resource that owns the locations collection, if applicable. (required)
133-
filter: string, The standard list filter.
134-
pageSize: integer, The standard list page size.
135-
pageToken: string, The standard list page token.
133+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
134+
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
135+
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
136136
x__xgafv: string, V1 error format.
137137
Allowed values
138138
1 - v1 error format

docs/dyn/managedidentities_v1alpha1.projects.locations.global_.domains.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h3>Method Details</h3>
233233
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last update time. Synthetic field is populated automatically by CCFE.
234234
}
235235

236-
domainName: string, The fully qualified domain name. e.g. mydomain.myorganization.com, with the following restrictions: * Must contain only lowercase letters, numbers, periods and hyphens. * Must start with a letter. * Must contain between 2-64 characters. * Must end with a number or a letter. * Must not start with period. * Must be unique within the project. * First segement length (mydomain form example above) shouldn&#x27;t exceed 15 chars. * The last segment cannot be fully numeric.
236+
domainName: string, The fully qualified domain name. e.g. mydomain.myorganization.com, with the following restrictions: * Must contain only lowercase letters, numbers, periods and hyphens. * Must start with a letter. * Must contain between 2-64 characters. * Must end with a number or a letter. * Must not start with period. * Must be unique within the project. * First segment length (mydomain form example above) shouldn&#x27;t exceed 15 chars. * The last segment cannot be fully numeric.
237237
x__xgafv: string, V1 error format.
238238
Allowed values
239239
1 - v1 error format

docs/dyn/managedidentities_v1alpha1.projects.locations.global_.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ <h2>Instance Methods</h2>
8484
</p>
8585
<p class="firstline">Returns the operations Resource.</p>
8686

87+
<p class="toc_element">
88+
<code><a href="managedidentities_v1alpha1.projects.locations.global_.peerings.html">peerings()</a></code>
89+
</p>
90+
<p class="firstline">Returns the peerings Resource.</p>
91+
8792
<p class="toc_element">
8893
<code><a href="#close">close()</a></code></p>
8994
<p class="firstline">Close httplib2 connections.</p>

docs/dyn/managedidentities_v1alpha1.projects.locations.global_.peerings.html

Lines changed: 218 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/managedidentities_v1alpha1.projects.locations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ <h3>Method Details</h3>
130130

131131
Args:
132132
name: string, The resource that owns the locations collection, if applicable. (required)
133-
filter: string, The standard list filter.
134-
pageSize: integer, The standard list page size.
135-
pageToken: string, The standard list page token.
133+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
134+
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
135+
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
136136
x__xgafv: string, V1 error format.
137137
Allowed values
138138
1 - v1 error format

docs/dyn/managedidentities_v1beta1.projects.locations.global_.domains.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h3>Method Details</h3>
233233
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update time.
234234
}
235235

236-
domainName: string, Required. A domain name, e.g. mydomain.myorg.com, with the following restrictions: * Must contain only lowercase letters, numbers, periods and hyphens. * Must start with a letter. * Must contain between 2-64 characters. * Must end with a number or a letter. * Must not start with period. * First segement length (mydomain form example above) shouldn&#x27;t exceed 15 chars. * The last segment cannot be fully numeric. * Must be unique within the customer project.
236+
domainName: string, Required. A domain name, e.g. mydomain.myorg.com, with the following restrictions: * Must contain only lowercase letters, numbers, periods and hyphens. * Must start with a letter. * Must contain between 2-64 characters. * Must end with a number or a letter. * Must not start with period. * First segment length (mydomain form example above) shouldn&#x27;t exceed 15 chars. * The last segment cannot be fully numeric. * Must be unique within the customer project.
237237
x__xgafv: string, V1 error format.
238238
Allowed values
239239
1 - v1 error format

docs/dyn/managedidentities_v1beta1.projects.locations.global_.domains.sqlIntegrations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h3>Method Details</h3>
109109
{ # Represents the Sql instance integrated with AD.
110110
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
111111
&quot;name&quot;: &quot;A String&quot;, # The unique name of the sql integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
112-
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated sql instance Reference to: http://google3/google/cloud/sql/v1/cloud_sql_resources.proto?l=351&amp;rcl=354416019
112+
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated sql instance
113113
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the sql integration.
114114
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was updated. Synthetic field is populated automatically by CCFE.
115115
}</pre>
@@ -139,7 +139,7 @@ <h3>Method Details</h3>
139139
{ # Represents the Sql instance integrated with AD.
140140
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
141141
&quot;name&quot;: &quot;A String&quot;, # The unique name of the sql integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
142-
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated sql instance Reference to: http://google3/google/cloud/sql/v1/cloud_sql_resources.proto?l=351&amp;rcl=354416019
142+
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated sql instance
143143
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the sql integration.
144144
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was updated. Synthetic field is populated automatically by CCFE.
145145
},

docs/dyn/managedidentities_v1beta1.projects.locations.global_.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ <h2>Instance Methods</h2>
8484
</p>
8585
<p class="firstline">Returns the operations Resource.</p>
8686

87+
<p class="toc_element">
88+
<code><a href="managedidentities_v1beta1.projects.locations.global_.peerings.html">peerings()</a></code>
89+
</p>
90+
<p class="firstline">Returns the peerings Resource.</p>
91+
8792
<p class="toc_element">
8893
<code><a href="#close">close()</a></code></p>
8994
<p class="firstline">Close httplib2 connections.</p>

0 commit comments

Comments
 (0)