Skip to content

Commit 69fb750

Browse files
feat(managedidentities): update the api
#### managedidentities:v1 The following keys were added: - resources.projects.resources.locations.resources.global.resources.domains.methods.restore (Total Keys: 12) - resources.projects.resources.locations.resources.global.resources.domains.resources.backups.methods.create (Total Keys: 14) - resources.projects.resources.locations.resources.global.resources.domains.resources.backups.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.global.resources.domains.resources.backups.methods.get (Total Keys: 25) - resources.projects.resources.locations.resources.global.resources.domains.resources.backups.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.global.resources.domains.resources.backups.methods.patch (Total Keys: 15) - resources.projects.resources.locations.resources.global.resources.domains.resources.backups.methods.setIamPolicy (Total Keys: 12) - resources.projects.resources.locations.resources.global.resources.domains.resources.backups.methods.testIamPermissions (Total Keys: 12) - schemas.Backup (Total Keys: 18) - schemas.GoogleCloudSaasacceleratorManagementProvidersV1Instance.properties.instanceType.type (Total Keys: 1) - schemas.GoogleCloudSaasacceleratorManagementProvidersV1Instance.properties.notificationParameters (Total Keys: 2) - schemas.ListBackupsResponse (Total Keys: 7) - schemas.RestoreDomainRequest (Total Keys: 3) #### managedidentities:v1alpha1 The following keys were added: - schemas.GoogleCloudSaasacceleratorManagementProvidersV1Instance.properties.instanceType.type (Total Keys: 1) - schemas.GoogleCloudSaasacceleratorManagementProvidersV1Instance.properties.notificationParameters (Total Keys: 2) #### managedidentities:v1beta1 The following keys were added: - schemas.GoogleCloudSaasacceleratorManagementProvidersV1Instance.properties.instanceType.type (Total Keys: 1) - schemas.GoogleCloudSaasacceleratorManagementProvidersV1Instance.properties.notificationParameters (Total Keys: 2)
1 parent f1ba7e6 commit 69fb750

8 files changed

+939
-15
lines changed

docs/dyn/managedidentities_v1.projects.locations.global_.domains.backups.html

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

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

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474

7575
<h1><a href="managedidentities_v1.html">Managed Service for Microsoft Active Directory API</a> . <a href="managedidentities_v1.projects.html">projects</a> . <a href="managedidentities_v1.projects.locations.html">locations</a> . <a href="managedidentities_v1.projects.locations.global_.html">global_</a> . <a href="managedidentities_v1.projects.locations.global_.domains.html">domains</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="managedidentities_v1.projects.locations.global_.domains.backups.html">backups()</a></code>
79+
</p>
80+
<p class="firstline">Returns the backups Resource.</p>
81+
7782
<p class="toc_element">
7883
<code><a href="managedidentities_v1.projects.locations.global_.domains.sqlIntegrations.html">sqlIntegrations()</a></code>
7984
</p>
@@ -118,6 +123,9 @@ <h2>Instance Methods</h2>
118123
<p class="toc_element">
119124
<code><a href="#resetAdminPassword">resetAdminPassword(name, body=None, x__xgafv=None)</a></code></p>
120125
<p class="firstline">Resets a domain's administrator password.</p>
126+
<p class="toc_element">
127+
<code><a href="#restore">restore(name, body=None, x__xgafv=None)</a></code></p>
128+
<p class="firstline">RestoreDomain restores domain backup mentioned in the RestoreDomainRequest</p>
121129
<p class="toc_element">
122130
<code><a href="#setIamPolicy">setIamPolicy(resource, body=None, x__xgafv=None)</a></code></p>
123131
<p class="firstline">Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.</p>
@@ -706,6 +714,48 @@ <h3>Method Details</h3>
706714
}</pre>
707715
</div>
708716

717+
<div class="method">
718+
<code class="details" id="restore">restore(name, body=None, x__xgafv=None)</code>
719+
<pre>RestoreDomain restores domain backup mentioned in the RestoreDomainRequest
720+
721+
Args:
722+
name: string, Required. Resource name for the domain to which the backup belongs (required)
723+
body: object, The request body.
724+
The object takes the form of:
725+
726+
{ # RestoreDomainRequest is the request received by RestoreDomain rpc
727+
&quot;backupId&quot;: &quot;A String&quot;, # Required. ID of the backup to be restored
728+
}
729+
730+
x__xgafv: string, V1 error format.
731+
Allowed values
732+
1 - v1 error format
733+
2 - v2 error format
734+
735+
Returns:
736+
An object of the form:
737+
738+
{ # This resource represents a long-running operation that is the result of a network API call.
739+
&quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
740+
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
741+
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
742+
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
743+
{
744+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
745+
},
746+
],
747+
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
748+
},
749+
&quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
750+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
751+
},
752+
&quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
753+
&quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
754+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
755+
},
756+
}</pre>
757+
</div>
758+
709759
<div class="method">
710760
<code class="details" id="setIamPolicy">setIamPolicy(resource, body=None, x__xgafv=None)</code>
711761
<pre>Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ <h3>Method Details</h3>
264264

265265
Args:
266266
parent: string, Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` (required)
267-
filter: string, Optional. Filter specifying constraints of a list operation. For example, `backup.location =&quot;us-west1-a&quot;`.
267+
filter: string, Optional. Filter specifying constraints of a list operation.
268268
orderBy: string, Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.
269269
pageSize: integer, Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response&#x27;s next_page_token to determine if there are more instances left to be queried.
270270
pageToken: string, Optional. The next_page_token value returned from a previous List request, if any.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ <h3>Method Details</h3>
264264

265265
Args:
266266
parent: string, Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` (required)
267-
filter: string, Optional. Filter specifying constraints of a list operation. For example, `backup.location =&quot;us-west1-a&quot;`.
267+
filter: string, Optional. Filter specifying constraints of a list operation.
268268
orderBy: string, Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.
269269
pageSize: integer, Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response&#x27;s next_page_token to determine if there are more instances left to be queried.
270270
pageToken: string, Optional. The next_page_token value returned from a previous List request, if any.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h3>Method Details</h3>
209209
body: object, The request body.
210210
The object takes the form of:
211211

212-
{ # If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state. Represents a managed Microsoft Active Directory domain.
212+
{ # Represents a managed Microsoft Active Directory domain. If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state.
213213
&quot;admin&quot;: &quot;A String&quot;, # Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used.
214214
&quot;auditLogsEnabled&quot;: True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
215215
&quot;authorizedNetworks&quot;: [ # Optional. The full names of the Google Compute Engine [networks](/compute/docs/networks-and-firewalls#networks) the domain instance is connected to. Networks can be added using UpdateDomain. The domain is only available on networks listed in `authorized_networks`. If CIDR subnets overlap between networks, domain creation will fail.
@@ -382,7 +382,7 @@ <h3>Method Details</h3>
382382
Returns:
383383
An object of the form:
384384

385-
{ # If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state. Represents a managed Microsoft Active Directory domain.
385+
{ # Represents a managed Microsoft Active Directory domain. If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state.
386386
&quot;admin&quot;: &quot;A String&quot;, # Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used.
387387
&quot;auditLogsEnabled&quot;: True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
388388
&quot;authorizedNetworks&quot;: [ # Optional. The full names of the Google Compute Engine [networks](/compute/docs/networks-and-firewalls#networks) the domain instance is connected to. Networks can be added using UpdateDomain. The domain is only available on networks listed in `authorized_networks`. If CIDR subnets overlap between networks, domain creation will fail.
@@ -508,7 +508,7 @@ <h3>Method Details</h3>
508508

509509
{ # Response message for ListDomains
510510
&quot;domains&quot;: [ # A list of Managed Identities Service domains in the project.
511-
{ # If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state. Represents a managed Microsoft Active Directory domain.
511+
{ # Represents a managed Microsoft Active Directory domain. If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state.
512512
&quot;admin&quot;: &quot;A String&quot;, # Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used.
513513
&quot;auditLogsEnabled&quot;: True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
514514
&quot;authorizedNetworks&quot;: [ # Optional. The full names of the Google Compute Engine [networks](/compute/docs/networks-and-firewalls#networks) the domain instance is connected to. Networks can be added using UpdateDomain. The domain is only available on networks listed in `authorized_networks`. If CIDR subnets overlap between networks, domain creation will fail.
@@ -576,7 +576,7 @@ <h3>Method Details</h3>
576576
body: object, The request body.
577577
The object takes the form of:
578578

579-
{ # If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state. Represents a managed Microsoft Active Directory domain.
579+
{ # Represents a managed Microsoft Active Directory domain. If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state.
580580
&quot;admin&quot;: &quot;A String&quot;, # Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used.
581581
&quot;auditLogsEnabled&quot;: True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
582582
&quot;authorizedNetworks&quot;: [ # Optional. The full names of the Google Compute Engine [networks](/compute/docs/networks-and-firewalls#networks) the domain instance is connected to. Networks can be added using UpdateDomain. The domain is only available on networks listed in `authorized_networks`. If CIDR subnets overlap between networks, domain creation will fail.

0 commit comments

Comments
 (0)