Struct google_container1::ProjectMethods[][src]

pub struct ProjectMethods<'a, C, A> where
    C: 'a,
    A: 'a, 
{ /* fields omitted */ }

A builder providing access to all methods supported on project resources. It is not used directly, but through the Container hub.

Example

Instantiate a resource builder

extern crate hyper;
extern crate hyper_rustls;
extern crate yup_oauth2 as oauth2;
extern crate google_container1 as container1;
 
use std::default::Default;
use oauth2::{Authenticator, DefaultAuthenticatorDelegate, ApplicationSecret, MemoryStorage};
use container1::Container;
 
let secret: ApplicationSecret = Default::default();
let auth = Authenticator::new(&secret, DefaultAuthenticatorDelegate,
                              hyper::Client::with_connector(hyper::net::HttpsConnector::new(hyper_rustls::TlsClient::new())),
                              <MemoryStorage as Default>::default(), None);
let mut hub = Container::new(hyper::Client::with_connector(hyper::net::HttpsConnector::new(hyper_rustls::TlsClient::new())), auth);
// Usually you wouldn't bind this to a variable, but keep calling *CallBuilders*
// like `locations_clusters_complete_ip_rotation(...)`, `locations_clusters_create(...)`, `locations_clusters_delete(...)`, `locations_clusters_get(...)`, `locations_clusters_list(...)`, `locations_clusters_node_pools_create(...)`, `locations_clusters_node_pools_delete(...)`, `locations_clusters_node_pools_get(...)`, `locations_clusters_node_pools_list(...)`, `locations_clusters_node_pools_rollback(...)`, `locations_clusters_node_pools_set_autoscaling(...)`, `locations_clusters_node_pools_set_management(...)`, `locations_clusters_node_pools_set_size(...)`, `locations_clusters_node_pools_update(...)`, `locations_clusters_set_addons(...)`, `locations_clusters_set_legacy_abac(...)`, `locations_clusters_set_locations(...)`, `locations_clusters_set_logging(...)`, `locations_clusters_set_maintenance_policy(...)`, `locations_clusters_set_master_auth(...)`, `locations_clusters_set_monitoring(...)`, `locations_clusters_set_network_policy(...)`, `locations_clusters_set_resource_labels(...)`, `locations_clusters_start_ip_rotation(...)`, `locations_clusters_update(...)`, `locations_clusters_update_master(...)`, `locations_get_server_config(...)`, `locations_operations_cancel(...)`, `locations_operations_get(...)`, `locations_operations_list(...)`, `zones_clusters_addons(...)`, `zones_clusters_complete_ip_rotation(...)`, `zones_clusters_create(...)`, `zones_clusters_delete(...)`, `zones_clusters_get(...)`, `zones_clusters_legacy_abac(...)`, `zones_clusters_list(...)`, `zones_clusters_locations(...)`, `zones_clusters_logging(...)`, `zones_clusters_master(...)`, `zones_clusters_monitoring(...)`, `zones_clusters_node_pools_autoscaling(...)`, `zones_clusters_node_pools_create(...)`, `zones_clusters_node_pools_delete(...)`, `zones_clusters_node_pools_get(...)`, `zones_clusters_node_pools_list(...)`, `zones_clusters_node_pools_rollback(...)`, `zones_clusters_node_pools_set_management(...)`, `zones_clusters_node_pools_set_size(...)`, `zones_clusters_node_pools_update(...)`, `zones_clusters_resource_labels(...)`, `zones_clusters_set_maintenance_policy(...)`, `zones_clusters_set_master_auth(...)`, `zones_clusters_set_network_policy(...)`, `zones_clusters_start_ip_rotation(...)`, `zones_clusters_update(...)`, `zones_get_serverconfig(...)`, `zones_operations_cancel(...)`, `zones_operations_get(...)` and `zones_operations_list(...)`
// to build up your call.
let rb = hub.projects();

Methods

impl<'a, C, A> ProjectMethods<'a, C, A>
[src]

Create a builder to help you perform the following task:

Cancels the specified operation.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the operation resides. This field has been deprecated and replaced by the name field.
  • operationId - Deprecated. The server-assigned name of the operation. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Sets the autoscaling settings for a specific node pool.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster, node pool) of the node pool to set autoscaler settings. Specified in the format 'projects//locations//clusters//nodePools/'.

Create a builder to help you perform the following task:

Creates a node pool for a cluster.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the parent field.
  • clusterId - Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field.

Create a builder to help you perform the following task:

Sets the monitoring service for a specific cluster.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Retrieves the node pool requested.

Arguments

  • name - The name (project, location, cluster, node pool id) of the node pool to get. Specified in the format 'projects//locations//clusters//nodePools/'.

Create a builder to help you perform the following task:

Deletes the cluster, including the Kubernetes endpoint and all worker nodes.

Firewalls and routes that were configured during cluster creation are also deleted.

Other Google Compute Engine resources that might be in use by the cluster (e.g. load balancer resources) will not be deleted if they weren't present at the initial create time.

Arguments

  • name - The name (project, location, cluster) of the cluster to delete. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Roll back the previously Aborted or Failed NodePool upgrade. This will be an no-op if the last upgrade successfully completed.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster to rollback. This field has been deprecated and replaced by the name field.
  • nodePoolId - Deprecated. The name of the node pool to rollback. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Deletes the cluster, including the Kubernetes endpoint and all worker nodes.

Firewalls and routes that were configured during cluster creation are also deleted.

Other Google Compute Engine resources that might be in use by the cluster (e.g. load balancer resources) will not be deleted if they weren't present at the initial create time.

Arguments

  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster to delete. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Returns configuration info about the Kubernetes Engine service.

Arguments

  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone to return operations for. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Enables or disables the ABAC authorization mechanism on a cluster.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Sets the addons for a specific cluster.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Lists all clusters owned by a project in either the specified zone or all zones.

Arguments

  • parent - The parent (project and location) where the clusters will be listed. Specified in the format 'projects//locations/'. Location "-" matches all zones and all regions.

Create a builder to help you perform the following task:

Completes master IP rotation.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster id) of the cluster to complete IP rotation. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Deletes a node pool from a cluster.

Arguments

  • name - The name (project, location, cluster, node pool id) of the node pool to delete. Specified in the format 'projects//locations//clusters//nodePools/'.

Create a builder to help you perform the following task:

Start master IP rotation.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Gets the details of a specific cluster.

Arguments

  • name - The name (project, location, cluster) of the cluster to retrieve. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Creates a cluster, consisting of the specified number and type of Google Compute Engine instances.

By default, the cluster is created in the project's default network.

One firewall is added for the cluster. After cluster creation, the cluster creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster.

Finally, an entry is added to the project's global metadata indicating which CIDR range is being used by the cluster.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the parent field.

Create a builder to help you perform the following task:

Sets the addons for a specific cluster.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster) of the cluster to set addons. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Lists the node pools for a cluster.

Arguments

  • parent - The parent (project, location, cluster id) where the node pools will be listed. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Returns configuration info about the Kubernetes Engine service.

Arguments

  • name - The name (project and location) of the server config to get Specified in the format 'projects//locations/'.

Create a builder to help you perform the following task:

Lists the node pools for a cluster.

Arguments

  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the parent field.
  • clusterId - Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field.

Create a builder to help you perform the following task:

Updates the version and/or image type for a specific node pool.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster, node pool) of the node pool to update. Specified in the format 'projects//locations//clusters//nodePools/'.

Create a builder to help you perform the following task:

Sets the size for a specific node pool.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster, node pool id) of the node pool to set size. Specified in the format 'projects//locations//clusters//nodePools/'.

Create a builder to help you perform the following task:

Enables/Disables Network Policy for a cluster.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster id) of the cluster to set networking policy. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Sets the NodeManagement options for a node pool.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.
  • nodePoolId - Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Gets the specified operation.

Arguments

  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • operationId - Deprecated. The server-assigned name of the operation. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Sets the monitoring service for a specific cluster.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster) of the cluster to set monitoring. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Sets the locations for a specific cluster.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster) of the cluster to set locations. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Sets the logging service for a specific cluster.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Updates the settings of a specific cluster.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Lists all clusters owned by a project in either the specified zone or all zones.

Arguments

  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides, or "-" for all zones. This field has been deprecated and replaced by the parent field.

Create a builder to help you perform the following task:

Sets the autoscaling settings for a specific node pool.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.
  • nodePoolId - Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Sets the size for a specific node pool.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.
  • nodePoolId - Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Enables or disables the ABAC authorization mechanism on a cluster.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster id) of the cluster to set legacy abac. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Creates a cluster, consisting of the specified number and type of Google Compute Engine instances.

By default, the cluster is created in the project's default network.

One firewall is added for the cluster. After cluster creation, the cluster creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster.

Finally, an entry is added to the project's global metadata indicating which CIDR range is being used by the cluster.

Arguments

  • request - No description provided.
  • parent - The parent (project and location) where the cluster will be created. Specified in the format 'projects//locations/'.

Create a builder to help you perform the following task:

Sets the NodeManagement options for a node pool.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster, node pool id) of the node pool to set management properties. Specified in the format 'projects//locations//clusters//nodePools/'.

Create a builder to help you perform the following task:

Updates the master for a specific cluster.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster) of the cluster to update. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Sets the maintenance policy for a cluster.

Arguments

  • request - No description provided.
  • projectId - The Google Developers Console project ID or project number.
  • zone - The name of the Google Compute Engine zone in which the cluster resides.
  • clusterId - The name of the cluster to update.

Create a builder to help you perform the following task:

Roll back the previously Aborted or Failed NodePool upgrade. This will be an no-op if the last upgrade successfully completed.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster, node pool id) of the node poll to rollback upgrade. Specified in the format 'projects//locations//clusters//nodePools/'.

Create a builder to help you perform the following task:

Updates the settings of a specific cluster.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster) of the cluster to update. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Deletes a node pool from a cluster.

Arguments

  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
  • nodePoolId - Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Sets the locations for a specific cluster.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Start master IP rotation.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster id) of the cluster to start IP rotation. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Lists all operations in a project in a specific zone or all zones.

Arguments

  • parent - The parent (project and location) where the operations will be listed. Specified in the format 'projects//locations/'. Location "-" matches all zones and all regions.

Create a builder to help you perform the following task:

Sets labels on a cluster.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster id) of the cluster to set labels. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Creates a node pool for a cluster.

Arguments

  • request - No description provided.
  • parent - The parent (project, location, cluster id) where the node pool will be created. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Gets the details of a specific cluster.

Arguments

  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster to retrieve. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Updates the master for a specific cluster.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Updates the version and/or image type for a specific node pool.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.
  • nodePoolId - Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Enables/Disables Network Policy for a cluster.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Sets the maintenance policy for a cluster.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster id) of the cluster to set maintenance policy. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Retrieves the node pool requested.

Arguments

  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
  • nodePoolId - Deprecated. The name of the node pool. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Used to set master auth materials. Currently supports :- Changing the admin password for a specific cluster. This can be either via password generation or explicitly set the password.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Used to set master auth materials. Currently supports :- Changing the admin password for a specific cluster. This can be either via password generation or explicitly set the password.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster) of the cluster to set auth. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Completes master IP rotation.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Sets labels on a cluster.

Arguments

  • request - No description provided.
  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
  • zone - Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
  • clusterId - Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.

Create a builder to help you perform the following task:

Sets the logging service for a specific cluster.

Arguments

  • request - No description provided.
  • name - The name (project, location, cluster) of the cluster to set logging. Specified in the format 'projects//locations//clusters/*'.

Create a builder to help you perform the following task:

Lists all operations in a project in a specific zone or all zones.

Arguments

  • projectId - Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
  • zone - Deprecated. The name of the Google Compute Engine zone to return operations for, or - for all zones. This field has been deprecated and replaced by the parent field.

Create a builder to help you perform the following task:

Cancels the specified operation.

Arguments

  • request - No description provided.
  • name - The name (project, location, operation id) of the operation to cancel. Specified in the format 'projects//locations//operations/*'.

Create a builder to help you perform the following task:

Gets the specified operation.

Arguments

  • name - The name (project, location, operation id) of the operation to get. Specified in the format 'projects//locations//operations/*'.

Trait Implementations

impl<'a, C, A> MethodsBuilder for ProjectMethods<'a, C, A>
[src]

Auto Trait Implementations

impl<'a, C, A> !Send for ProjectMethods<'a, C, A>

impl<'a, C, A> !Sync for ProjectMethods<'a, C, A>