Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
e1e05ba
chore: update docs/dyn/index.md
yoshi-automation Sep 8, 2026
c05bd83
feat(accesscontextmanager): update the api
yoshi-automation Sep 8, 2026
277ad48
feat(admin): update the api
yoshi-automation Sep 8, 2026
603d8da
feat(alloydb): update the api
yoshi-automation Sep 8, 2026
5720855
feat(androidpublisher): update the api
yoshi-automation Sep 8, 2026
a1e7153
feat(apigateway): update the api
yoshi-automation Sep 8, 2026
3e3c182
feat(apigee): update the api
yoshi-automation Sep 8, 2026
280d1c9
feat(apihub): update the api
yoshi-automation Sep 8, 2026
622a2c5
feat(bigquerydatatransfer): update the api
yoshi-automation Sep 8, 2026
7978f61
feat(ces): update the api
yoshi-automation Sep 8, 2026
41decd6
feat(cloudbilling): update the api
yoshi-automation Sep 8, 2026
9888508
feat(cloudnumberregistry): update the api
yoshi-automation Sep 8, 2026
bf54db2
feat(cloudresourcemanager): update the api
yoshi-automation Sep 8, 2026
0b2bb99
feat(cloudtasks): update the api
yoshi-automation Sep 8, 2026
2903bc3
feat(compute): update the api
yoshi-automation Sep 8, 2026
c70e042
feat(contactcenterinsights): update the api
yoshi-automation Sep 8, 2026
5b904fc
feat(containeranalysis): update the api
yoshi-automation Sep 8, 2026
312b6cb
feat(dataflow): update the api
yoshi-automation Sep 8, 2026
7b88584
feat(dataproc): update the api
yoshi-automation Sep 8, 2026
778de5a
feat(discoveryengine): update the api
yoshi-automation Sep 8, 2026
c3f3b25
feat(dlp): update the api
yoshi-automation Sep 8, 2026
98be5be
feat(drive): update the api
yoshi-automation Sep 8, 2026
7ca02b6
feat(file): update the api
yoshi-automation Sep 8, 2026
2c4b4ad
feat(firebaseml): update the api
yoshi-automation Sep 8, 2026
e21c356
feat(gkebackup): update the api
yoshi-automation Sep 8, 2026
337dc90
fix(health): update the api
yoshi-automation Sep 8, 2026
8bb38b7
feat(iam): update the api
yoshi-automation Sep 8, 2026
a568730
feat(looker): update the api
yoshi-automation Sep 8, 2026
1a77609
feat(merchantapi): update the api
yoshi-automation Sep 8, 2026
31d315b
feat(ondemandscanning): update the api
yoshi-automation Sep 8, 2026
7bd9f48
feat(parametermanager): update the api
yoshi-automation Sep 8, 2026
362e106
feat(pubsub): update the api
yoshi-automation Sep 8, 2026
9841b5f
feat(run): update the api
yoshi-automation Sep 8, 2026
ea03af8
feat(sqladmin): update the api
yoshi-automation Sep 8, 2026
ef868d7
feat(threatintelligence): update the api
yoshi-automation Sep 8, 2026
a3dd0bf
feat(webcontentpublisher): update the api
yoshi-automation Sep 8, 2026
96bbecb
feat(workflowexecutions): update the api
yoshi-automation Sep 8, 2026
28398bf
feat(workstations): update the api
yoshi-automation Sep 8, 2026
fab00c9
fix(youtube): update the api
yoshi-automation Sep 8, 2026
e18005c
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Sep 8, 2026
89ebd8c
Merge branch 'main' into update-discovery-artifacts-2026-09-08-07H16M08S
parthea Sep 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
111 changes: 111 additions & 0 deletions docs/dyn/accesscontextmanager_v1.folders.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
<html><body>
<style>

body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

body {
font-size: 13px;
padding: 1em;
}

h1 {
font-size: 26px;
margin-bottom: 1em;
}

h2 {
font-size: 24px;
margin-bottom: 1em;
}

h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}

pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}

pre {
margin-top: 0.5em;
}

h1, h2, h3, p {
font-family: Arial, sans serif;
}

h1, h2, h3 {
border-bottom: solid #CCC 1px;
}

.toc_element {
margin-top: 0.5em;
}

.firstline {
margin-left: 2 em;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There's a syntax error in the CSS margin-left property. A space exists between the value and the unit (2 em), which makes the rule invalid. It should be 2em.

Suggested change
margin-left: 2 em;
margin-left: 2em;

}

.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}

.details {
font-weight: bold;
font-size: 14px;
}

</style>

<h1><a href="accesscontextmanager_v1.html">Access Context Manager API</a> . <a href="accesscontextmanager_v1.folders.html">folders</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#lookupConfiguredServicePerimeter">lookupConfiguredServicePerimeter(resource, x__xgafv=None)</a></code></p>
<p class="firstline">Looks up the configured service perimeter for a given resource Format: ['projects/{projectNumber}', 'folders/{folderNumber}'].</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>

<div class="method">
<code class="details" id="lookupConfiguredServicePerimeter">lookupConfiguredServicePerimeter(resource, x__xgafv=None)</code>
<pre>Looks up the configured service perimeter for a given resource Format: [&#x27;projects/{projectNumber}&#x27;, &#x27;folders/{folderNumber}&#x27;].

Args:
resource: string, Required. The Resource to resolve (e.g. &quot;projects/123&quot;, &quot;folders/456&quot;). (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # A configured service perimeter returned by Access Context Manager.
&quot;restrictedResource&quot;: &quot;A String&quot;, # The resource (e.g. &quot;projects/123&quot;, &quot;folders/456&quot;) that directly owns/is restricted by the enforced perimeter.
&quot;restrictedResourceDryRun&quot;: &quot;A String&quot;, # The resource (e.g. &quot;projects/123&quot;, &quot;folders/456&quot;) that directly owns/is restricted by the dry-run perimeter.
&quot;servicePerimeter&quot;: &quot;A String&quot;, # Fully qualified name of the configured enforced perimeter. Format: `accessPolicies/{policy_id}/servicePerimeters/{perimeter_name}` This field is empty if no enforced perimeter applies.
&quot;servicePerimeterDryRun&quot;: &quot;A String&quot;, # Fully qualified name of the configured dry-run perimeter. Format: `accessPolicies/{policy_id}/servicePerimeters/{perimeter_name}` This field is empty if no dry-run perimeter configuration applies.
}</pre>
</div>

</body></html>
10 changes: 10 additions & 0 deletions docs/dyn/accesscontextmanager_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the accessPolicies Resource.</p>

<p class="toc_element">
<code><a href="accesscontextmanager_v1.folders.html">folders()</a></code>
</p>
<p class="firstline">Returns the folders Resource.</p>

<p class="toc_element">
<code><a href="accesscontextmanager_v1.operations.html">operations()</a></code>
</p>
Expand All @@ -94,6 +99,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the permissions Resource.</p>

<p class="toc_element">
<code><a href="accesscontextmanager_v1.projects.html">projects()</a></code>
</p>
<p class="firstline">Returns the projects Resource.</p>

<p class="toc_element">
<code><a href="accesscontextmanager_v1.services.html">services()</a></code>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,7 @@ <h3>Method Details</h3>
&quot;serviceAccount&quot;: &quot;A String&quot;, # Immutable. Service account email used to assign policies to a specific service account. If a service account is subject to multiple policies (e.g., if there is a policy for all service accounts in a project and a policy for the service account), the closest (i.e. the most specific) dry-run policy will be used for the dry-run functionality and the closest enforcement policy will be used for the enforcement.
&quot;serviceAccountProjectNumber&quot;: &quot;A String&quot;, # Immutable. Cloud project number used to assign policies to all service accounts owned by the project.
},
&quot;restrictedClientApplications&quot;: [ # Optional. Deprecated: Use `scoped_access_settings` instead. A list of applications that are subject to this binding&#x27;s restrictions. If the list is empty, the binding restrictions will universally apply to all applications.
{ # An application that accesses Google Cloud APIs.
&quot;clientId&quot;: &quot;A String&quot;, # The OAuth client ID of the application.
&quot;name&quot;: &quot;A String&quot;, # The name of the application. Example: &quot;Cloud Console&quot;
},
],
&quot;scopedAccessSettings&quot;: [ # Optional. A list of scoped access settings that set this binding&#x27;s restrictions on a subset of applications. This field cannot be set if restricted_client_applications is set.
&quot;scopedAccessSettings&quot;: [ # Optional. A list of scoped access settings that set this binding&#x27;s restrictions on a subset of applications.
{ # A relationship between access settings and its scope.
&quot;activeSettings&quot;: { # Access settings represent the set of conditions that must be met for access to be granted. At least one of the fields must be set. # Optional. Access settings for this scoped access settings. This field may be empty if dry_run_settings is set.
&quot;accessLevels&quot;: [ # Optional. Access level that a user must have to be granted access. Only one access level is supported, not multiple. This repeated field must have exactly one element. Example: &quot;accessPolicies/9522/accessLevels/device_trusted&quot;
Expand Down Expand Up @@ -270,13 +264,7 @@ <h3>Method Details</h3>
&quot;serviceAccount&quot;: &quot;A String&quot;, # Immutable. Service account email used to assign policies to a specific service account. If a service account is subject to multiple policies (e.g., if there is a policy for all service accounts in a project and a policy for the service account), the closest (i.e. the most specific) dry-run policy will be used for the dry-run functionality and the closest enforcement policy will be used for the enforcement.
&quot;serviceAccountProjectNumber&quot;: &quot;A String&quot;, # Immutable. Cloud project number used to assign policies to all service accounts owned by the project.
},
&quot;restrictedClientApplications&quot;: [ # Optional. Deprecated: Use `scoped_access_settings` instead. A list of applications that are subject to this binding&#x27;s restrictions. If the list is empty, the binding restrictions will universally apply to all applications.
{ # An application that accesses Google Cloud APIs.
&quot;clientId&quot;: &quot;A String&quot;, # The OAuth client ID of the application.
&quot;name&quot;: &quot;A String&quot;, # The name of the application. Example: &quot;Cloud Console&quot;
},
],
&quot;scopedAccessSettings&quot;: [ # Optional. A list of scoped access settings that set this binding&#x27;s restrictions on a subset of applications. This field cannot be set if restricted_client_applications is set.
&quot;scopedAccessSettings&quot;: [ # Optional. A list of scoped access settings that set this binding&#x27;s restrictions on a subset of applications.
{ # A relationship between access settings and its scope.
&quot;activeSettings&quot;: { # Access settings represent the set of conditions that must be met for access to be granted. At least one of the fields must be set. # Optional. Access settings for this scoped access settings. This field may be empty if dry_run_settings is set.
&quot;accessLevels&quot;: [ # Optional. Access level that a user must have to be granted access. Only one access level is supported, not multiple. This repeated field must have exactly one element. Example: &quot;accessPolicies/9522/accessLevels/device_trusted&quot;
Expand Down Expand Up @@ -358,13 +346,7 @@ <h3>Method Details</h3>
&quot;serviceAccount&quot;: &quot;A String&quot;, # Immutable. Service account email used to assign policies to a specific service account. If a service account is subject to multiple policies (e.g., if there is a policy for all service accounts in a project and a policy for the service account), the closest (i.e. the most specific) dry-run policy will be used for the dry-run functionality and the closest enforcement policy will be used for the enforcement.
&quot;serviceAccountProjectNumber&quot;: &quot;A String&quot;, # Immutable. Cloud project number used to assign policies to all service accounts owned by the project.
},
&quot;restrictedClientApplications&quot;: [ # Optional. Deprecated: Use `scoped_access_settings` instead. A list of applications that are subject to this binding&#x27;s restrictions. If the list is empty, the binding restrictions will universally apply to all applications.
{ # An application that accesses Google Cloud APIs.
&quot;clientId&quot;: &quot;A String&quot;, # The OAuth client ID of the application.
&quot;name&quot;: &quot;A String&quot;, # The name of the application. Example: &quot;Cloud Console&quot;
},
],
&quot;scopedAccessSettings&quot;: [ # Optional. A list of scoped access settings that set this binding&#x27;s restrictions on a subset of applications. This field cannot be set if restricted_client_applications is set.
&quot;scopedAccessSettings&quot;: [ # Optional. A list of scoped access settings that set this binding&#x27;s restrictions on a subset of applications.
{ # A relationship between access settings and its scope.
&quot;activeSettings&quot;: { # Access settings represent the set of conditions that must be met for access to be granted. At least one of the fields must be set. # Optional. Access settings for this scoped access settings. This field may be empty if dry_run_settings is set.
&quot;accessLevels&quot;: [ # Optional. Access level that a user must have to be granted access. Only one access level is supported, not multiple. This repeated field must have exactly one element. Example: &quot;accessPolicies/9522/accessLevels/device_trusted&quot;
Expand Down Expand Up @@ -453,13 +435,7 @@ <h3>Method Details</h3>
&quot;serviceAccount&quot;: &quot;A String&quot;, # Immutable. Service account email used to assign policies to a specific service account. If a service account is subject to multiple policies (e.g., if there is a policy for all service accounts in a project and a policy for the service account), the closest (i.e. the most specific) dry-run policy will be used for the dry-run functionality and the closest enforcement policy will be used for the enforcement.
&quot;serviceAccountProjectNumber&quot;: &quot;A String&quot;, # Immutable. Cloud project number used to assign policies to all service accounts owned by the project.
},
&quot;restrictedClientApplications&quot;: [ # Optional. Deprecated: Use `scoped_access_settings` instead. A list of applications that are subject to this binding&#x27;s restrictions. If the list is empty, the binding restrictions will universally apply to all applications.
{ # An application that accesses Google Cloud APIs.
&quot;clientId&quot;: &quot;A String&quot;, # The OAuth client ID of the application.
&quot;name&quot;: &quot;A String&quot;, # The name of the application. Example: &quot;Cloud Console&quot;
},
],
&quot;scopedAccessSettings&quot;: [ # Optional. A list of scoped access settings that set this binding&#x27;s restrictions on a subset of applications. This field cannot be set if restricted_client_applications is set.
&quot;scopedAccessSettings&quot;: [ # Optional. A list of scoped access settings that set this binding&#x27;s restrictions on a subset of applications.
{ # A relationship between access settings and its scope.
&quot;activeSettings&quot;: { # Access settings represent the set of conditions that must be met for access to be granted. At least one of the fields must be set. # Optional. Access settings for this scoped access settings. This field may be empty if dry_run_settings is set.
&quot;accessLevels&quot;: [ # Optional. Access level that a user must have to be granted access. Only one access level is supported, not multiple. This repeated field must have exactly one element. Example: &quot;accessPolicies/9522/accessLevels/device_trusted&quot;
Expand Down
111 changes: 111 additions & 0 deletions docs/dyn/accesscontextmanager_v1.projects.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
<html><body>
<style>

body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

body {
font-size: 13px;
padding: 1em;
}

h1 {
font-size: 26px;
margin-bottom: 1em;
}

h2 {
font-size: 24px;
margin-bottom: 1em;
}

h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}

pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}

pre {
margin-top: 0.5em;
}

h1, h2, h3, p {
font-family: Arial, sans serif;
}

h1, h2, h3 {
border-bottom: solid #CCC 1px;
}

.toc_element {
margin-top: 0.5em;
}

.firstline {
margin-left: 2 em;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There's a syntax error in the CSS margin-left property. A space exists between the value and the unit (2 em), which makes the rule invalid. It should be 2em.

Suggested change
margin-left: 2 em;
margin-left: 2em;

}

.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}

.details {
font-weight: bold;
font-size: 14px;
}

</style>

<h1><a href="accesscontextmanager_v1.html">Access Context Manager API</a> . <a href="accesscontextmanager_v1.projects.html">projects</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#lookupConfiguredServicePerimeter">lookupConfiguredServicePerimeter(resource, x__xgafv=None)</a></code></p>
<p class="firstline">Looks up the configured service perimeter for a given resource Format: ['projects/{projectNumber}', 'folders/{folderNumber}'].</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>

<div class="method">
<code class="details" id="lookupConfiguredServicePerimeter">lookupConfiguredServicePerimeter(resource, x__xgafv=None)</code>
<pre>Looks up the configured service perimeter for a given resource Format: [&#x27;projects/{projectNumber}&#x27;, &#x27;folders/{folderNumber}&#x27;].

Args:
resource: string, Required. The Resource to resolve (e.g. &quot;projects/123&quot;, &quot;folders/456&quot;). (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # A configured service perimeter returned by Access Context Manager.
&quot;restrictedResource&quot;: &quot;A String&quot;, # The resource (e.g. &quot;projects/123&quot;, &quot;folders/456&quot;) that directly owns/is restricted by the enforced perimeter.
&quot;restrictedResourceDryRun&quot;: &quot;A String&quot;, # The resource (e.g. &quot;projects/123&quot;, &quot;folders/456&quot;) that directly owns/is restricted by the dry-run perimeter.
&quot;servicePerimeter&quot;: &quot;A String&quot;, # Fully qualified name of the configured enforced perimeter. Format: `accessPolicies/{policy_id}/servicePerimeters/{perimeter_name}` This field is empty if no enforced perimeter applies.
&quot;servicePerimeterDryRun&quot;: &quot;A String&quot;, # Fully qualified name of the configured dry-run perimeter. Format: `accessPolicies/{policy_id}/servicePerimeters/{perimeter_name}` This field is empty if no dry-run perimeter configuration applies.
}</pre>
</div>

</body></html>
Loading
Loading