mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-29 05:12:45 +01:00
77 lines
28 KiB
HTML
77 lines
28 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `api` mod in crate `google_deploymentmanager2`."><meta name="keywords" content="rust, rustlang, rust-lang, api"><title>google_deploymentmanager2::api - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled ><script id="default-settings"></script><script src="../../storage.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../../favicon.svg">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-16x16.png">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc mod"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">☰</div><a href='../../google_deploymentmanager2/index.html'><div class='logo-container rust-logo'><img src='../../rust-logo.png' alt='logo'></div></a><p class="location">Module api</p><div class="sidebar-elems"><div class="block items"><ul><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li></ul></div><p class="location"><a href="../index.html">google_deploymentmanager2</a></p><div id="sidebar-vars" data-name="api" data-ty="mod" data-relpath="../"></div><script defer src="../sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices" role="menu"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><button type="button" class="help-button">?</button>
|
||
<a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><span class="in-band">Module <a href="../index.html">google_deploymentmanager2</a>::<wbr><a class="mod" href="">api</a></span><span class="out-of-band"><span id="render-detail"><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">−</span>]</a></span><a class="srclink" href="../../src/google_deploymentmanager2/api.rs.html#1-7143" title="goto source code">[src]</a></span></h1><h2 id="structs" class="section-header"><a href="#structs">Structs</a></h2>
|
||
<table><tr class="module-item"><td><a class="struct" href="struct.AuditConfig.html" title="google_deploymentmanager2::api::AuditConfig struct">AuditConfig</a></td><td class="docblock-short"><p>Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both <code>allServices</code> and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AuditLogConfig.html" title="google_deploymentmanager2::api::AuditLogConfig struct">AuditLogConfig</a></td><td class="docblock-short"><p>Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Binding.html" title="google_deploymentmanager2::api::Binding struct">Binding</a></td><td class="docblock-short"><p>Associates <code>members</code> with a <code>role</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ConfigFile.html" title="google_deploymentmanager2::api::ConfigFile struct">ConfigFile</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Deployment.html" title="google_deploymentmanager2::api::Deployment struct">Deployment</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentCancelPreviewCall.html" title="google_deploymentmanager2::api::DeploymentCancelPreviewCall struct">DeploymentCancelPreviewCall</a></td><td class="docblock-short"><p>Cancels and removes the preview currently associated with the deployment.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentDeleteCall.html" title="google_deploymentmanager2::api::DeploymentDeleteCall struct">DeploymentDeleteCall</a></td><td class="docblock-short"><p>Deletes a deployment and all of the resources in the deployment.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentGetCall.html" title="google_deploymentmanager2::api::DeploymentGetCall struct">DeploymentGetCall</a></td><td class="docblock-short"><p>Gets information about a specific deployment.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentGetIamPolicyCall.html" title="google_deploymentmanager2::api::DeploymentGetIamPolicyCall struct">DeploymentGetIamPolicyCall</a></td><td class="docblock-short"><p>Gets the access control policy for a resource. May be empty if no such policy or resource exists.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentInsertCall.html" title="google_deploymentmanager2::api::DeploymentInsertCall struct">DeploymentInsertCall</a></td><td class="docblock-short"><p>Creates a deployment and all of the resources described by the deployment manifest.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentLabelEntry.html" title="google_deploymentmanager2::api::DeploymentLabelEntry struct">DeploymentLabelEntry</a></td><td class="docblock-short"><p>Label object for Deployments</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentListCall.html" title="google_deploymentmanager2::api::DeploymentListCall struct">DeploymentListCall</a></td><td class="docblock-short"><p>Lists all deployments for a given project.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentManager.html" title="google_deploymentmanager2::api::DeploymentManager struct">DeploymentManager</a></td><td class="docblock-short"><p>Central instance to access all DeploymentManager related resource activities</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentMethods.html" title="google_deploymentmanager2::api::DeploymentMethods struct">DeploymentMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>deployment</em> resources.
|
||
It is not used directly, but through the <code>DeploymentManager</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentPatchCall.html" title="google_deploymentmanager2::api::DeploymentPatchCall struct">DeploymentPatchCall</a></td><td class="docblock-short"><p>Patches a deployment and all of the resources described by the deployment manifest.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentSetIamPolicyCall.html" title="google_deploymentmanager2::api::DeploymentSetIamPolicyCall struct">DeploymentSetIamPolicyCall</a></td><td class="docblock-short"><p>Sets the access control policy on the specified resource. Replaces any existing policy.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentStopCall.html" title="google_deploymentmanager2::api::DeploymentStopCall struct">DeploymentStopCall</a></td><td class="docblock-short"><p>Stops an ongoing operation. This does not roll back any work that has already been completed, but prevents any new work from being started.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentTestIamPermissionCall.html" title="google_deploymentmanager2::api::DeploymentTestIamPermissionCall struct">DeploymentTestIamPermissionCall</a></td><td class="docblock-short"><p>Returns permissions that a caller has on the specified resource.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentUpdate.html" title="google_deploymentmanager2::api::DeploymentUpdate struct">DeploymentUpdate</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentUpdateCall.html" title="google_deploymentmanager2::api::DeploymentUpdateCall struct">DeploymentUpdateCall</a></td><td class="docblock-short"><p>Updates a deployment and all of the resources described by the deployment manifest.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentUpdateLabelEntry.html" title="google_deploymentmanager2::api::DeploymentUpdateLabelEntry struct">DeploymentUpdateLabelEntry</a></td><td class="docblock-short"><p>Label object for DeploymentUpdate</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentsCancelPreviewRequest.html" title="google_deploymentmanager2::api::DeploymentsCancelPreviewRequest struct">DeploymentsCancelPreviewRequest</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentsListResponse.html" title="google_deploymentmanager2::api::DeploymentsListResponse struct">DeploymentsListResponse</a></td><td class="docblock-short"><p>A response containing a partial list of deployments and a page token used to build the next request if the request has been truncated.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeploymentsStopRequest.html" title="google_deploymentmanager2::api::DeploymentsStopRequest struct">DeploymentsStopRequest</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Expr.html" title="google_deploymentmanager2::api::Expr struct">Expr</a></td><td class="docblock-short"><p>Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GlobalSetPolicyRequest.html" title="google_deploymentmanager2::api::GlobalSetPolicyRequest struct">GlobalSetPolicyRequest</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ImportFile.html" title="google_deploymentmanager2::api::ImportFile struct">ImportFile</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Manifest.html" title="google_deploymentmanager2::api::Manifest struct">Manifest</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManifestGetCall.html" title="google_deploymentmanager2::api::ManifestGetCall struct">ManifestGetCall</a></td><td class="docblock-short"><p>Gets information about a specific manifest.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManifestListCall.html" title="google_deploymentmanager2::api::ManifestListCall struct">ManifestListCall</a></td><td class="docblock-short"><p>Lists all manifests for a given deployment.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManifestMethods.html" title="google_deploymentmanager2::api::ManifestMethods struct">ManifestMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>manifest</em> resources.
|
||
It is not used directly, but through the <code>DeploymentManager</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManifestsListResponse.html" title="google_deploymentmanager2::api::ManifestsListResponse struct">ManifestsListResponse</a></td><td class="docblock-short"><p>A response containing a partial list of manifests and a page token used to build the next request if the request has been truncated.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Operation.html" title="google_deploymentmanager2::api::Operation struct">Operation</a></td><td class="docblock-short"><p>Represents an Operation resource. Google Compute Engine has three Operation resources: * <a href="/compute/docs/reference/rest/%7B$api_version%7D/globalOperations">Global</a> * <a href="/compute/docs/reference/rest/%7B$api_version%7D/regionOperations">Regional</a> * <a href="/compute/docs/reference/rest/%7B$api_version%7D/zoneOperations">Zonal</a> You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses. Operations can be global, regional or zonal. - For global operations, use the <code>globalOperations</code> resource. - For regional operations, use the <code>regionOperations</code> resource. - For zonal operations, use the <code>zonalOperations</code> resource. For more information, read Global, Regional, and Zonal Resources.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.OperationError.html" title="google_deploymentmanager2::api::OperationError struct">OperationError</a></td><td class="docblock-short"><p>[Output Only] If errors are generated during processing of the operation, this field will be populated.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.OperationErrorErrors.html" title="google_deploymentmanager2::api::OperationErrorErrors struct">OperationErrorErrors</a></td><td class="docblock-short"><p>[Output Only] The array of errors encountered while processing this operation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.OperationGetCall.html" title="google_deploymentmanager2::api::OperationGetCall struct">OperationGetCall</a></td><td class="docblock-short"><p>Gets information about a specific operation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.OperationListCall.html" title="google_deploymentmanager2::api::OperationListCall struct">OperationListCall</a></td><td class="docblock-short"><p>Lists all operations for a project.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.OperationMethods.html" title="google_deploymentmanager2::api::OperationMethods struct">OperationMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>operation</em> resources.
|
||
It is not used directly, but through the <code>DeploymentManager</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.OperationWarnings.html" title="google_deploymentmanager2::api::OperationWarnings struct">OperationWarnings</a></td><td class="docblock-short"><p>[Output Only] If warning messages are generated during processing of the operation, this field will be populated.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.OperationWarningsData.html" title="google_deploymentmanager2::api::OperationWarningsData struct">OperationWarningsData</a></td><td class="docblock-short"><p>[Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.OperationsListResponse.html" title="google_deploymentmanager2::api::OperationsListResponse struct">OperationsListResponse</a></td><td class="docblock-short"><p>A response containing a partial list of operations and a page token used to build the next request if the request has been truncated.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Policy.html" title="google_deploymentmanager2::api::Policy struct">Policy</a></td><td class="docblock-short"><p>An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A <code>Policy</code> is a collection of <code>bindings</code>. A <code>binding</code> binds one or more <code>members</code> to a single <code>role</code>. Members can be user accounts, service accounts, Google groups, and domains (such as G Suite). A <code>role</code> is a named list of permissions; each <code>role</code> can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a <code>binding</code> can also specify a <code>condition</code>, which is a logical expression that allows access to a resource only if the expression evaluates to <code>true</code>. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the <a href="https://cloud.google.com/iam/help/conditions/resource-policies">IAM documentation</a>. <strong>JSON example:</strong> { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } <strong>YAML example:</strong> bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a description of IAM and its features, see the <a href="https://cloud.google.com/iam/docs/">IAM documentation</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Resource.html" title="google_deploymentmanager2::api::Resource struct">Resource</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ResourceAccessControl.html" title="google_deploymentmanager2::api::ResourceAccessControl struct">ResourceAccessControl</a></td><td class="docblock-short"><p>The access controls set on the resource.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ResourceGetCall.html" title="google_deploymentmanager2::api::ResourceGetCall struct">ResourceGetCall</a></td><td class="docblock-short"><p>Gets information about a single resource.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ResourceListCall.html" title="google_deploymentmanager2::api::ResourceListCall struct">ResourceListCall</a></td><td class="docblock-short"><p>Lists all resources in a given deployment.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ResourceMethods.html" title="google_deploymentmanager2::api::ResourceMethods struct">ResourceMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>resource</em> resources.
|
||
It is not used directly, but through the <code>DeploymentManager</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ResourceUpdate.html" title="google_deploymentmanager2::api::ResourceUpdate struct">ResourceUpdate</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ResourceUpdateError.html" title="google_deploymentmanager2::api::ResourceUpdateError struct">ResourceUpdateError</a></td><td class="docblock-short"><p>Output only. If errors are generated during update of the resource, this field will be populated.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ResourceUpdateErrorErrors.html" title="google_deploymentmanager2::api::ResourceUpdateErrorErrors struct">ResourceUpdateErrorErrors</a></td><td class="docblock-short"><p>[Output Only] The array of errors encountered while processing this operation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ResourceUpdateWarnings.html" title="google_deploymentmanager2::api::ResourceUpdateWarnings struct">ResourceUpdateWarnings</a></td><td class="docblock-short"><p>Output only. If warning messages are generated during processing of this resource, this field will be populated.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ResourceUpdateWarningsData.html" title="google_deploymentmanager2::api::ResourceUpdateWarningsData struct">ResourceUpdateWarningsData</a></td><td class="docblock-short"><p>[Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ResourceWarnings.html" title="google_deploymentmanager2::api::ResourceWarnings struct">ResourceWarnings</a></td><td class="docblock-short"><p>Output only. If warning messages are generated during processing of this resource, this field will be populated.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ResourceWarningsData.html" title="google_deploymentmanager2::api::ResourceWarningsData struct">ResourceWarningsData</a></td><td class="docblock-short"><p>[Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } </p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ResourcesListResponse.html" title="google_deploymentmanager2::api::ResourcesListResponse struct">ResourcesListResponse</a></td><td class="docblock-short"><p>A response containing a partial list of resources and a page token used to build the next request if the request has been truncated.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TargetConfiguration.html" title="google_deploymentmanager2::api::TargetConfiguration struct">TargetConfiguration</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TestPermissionsRequest.html" title="google_deploymentmanager2::api::TestPermissionsRequest struct">TestPermissionsRequest</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TestPermissionsResponse.html" title="google_deploymentmanager2::api::TestPermissionsResponse struct">TestPermissionsResponse</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Type.html" title="google_deploymentmanager2::api::Type struct">Type</a></td><td class="docblock-short"><p>A resource type supported by Deployment Manager.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TypeListCall.html" title="google_deploymentmanager2::api::TypeListCall struct">TypeListCall</a></td><td class="docblock-short"><p>Lists all resource types for Deployment Manager.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TypeMethods.html" title="google_deploymentmanager2::api::TypeMethods struct">TypeMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>type</em> resources.
|
||
It is not used directly, but through the <code>DeploymentManager</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TypesListResponse.html" title="google_deploymentmanager2::api::TypesListResponse struct">TypesListResponse</a></td><td class="docblock-short"><p>A response that returns all Types supported by Deployment Manager</p>
|
||
</td></tr></table><h2 id="enums" class="section-header"><a href="#enums">Enums</a></h2>
|
||
<table><tr class="module-item"><td><a class="enum" href="enum.Scope.html" title="google_deploymentmanager2::api::Scope enum">Scope</a></td><td class="docblock-short"><p>Identifies the an OAuth2 authorization scope.
|
||
A scope is needed when requesting an
|
||
<a href="https://developers.google.com/youtube/v3/guides/authentication">authorization token</a>.</p>
|
||
</td></tr></table></section><section id="search" class="content hidden"></section><section class="footer"></section><div id="rustdoc-vars" data-root-path="../../" data-current-crate="google_deploymentmanager2"></div>
|
||
<script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html> |