google_api_replica_pool v0.1.0 GoogleApi.ReplicaPool.V1beta2.Api.ZoneOperations View Source

API calls for all endpoints tagged ZoneOperations.

Link to this section Summary

Functions

Retrieves the specified zone-specific operation resource.

Retrieves the list of operation resources contained within the specified zone.

Link to this section Functions

Link to this function

replicapool_zone_operations_get(connection, project, zone, operation, opts \\ [])

View Source
replicapool_zone_operations_get(
  Tesla.Env.client(),
  String.t(),
  String.t(),
  String.t(),
  keyword()
) ::
  {:ok, GoogleApi.ReplicaPool.V1beta2.Model.Operation.t()}
  | {:error, Tesla.Env.t()}

Retrieves the specified zone-specific operation resource.

Parameters

  • connection (GoogleApi.ReplicaPool.V1beta2.Connection): Connection to server
  • project (String): Name of the project scoping this request.
  • zone (String): Name of the zone scoping this request.
  • operation (String): Name of the operation resource to return.
  • opts (KeywordList): [optional] Optional parameters

    • :alt (String): Data format for the response.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :quota_user (String): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
    • :user_ip (String): IP address of the site where the request originates. Use this if you want to enforce per-user limits.

Returns

{:ok, %GoogleApi.ReplicaPool.V1beta2.Model.Operation{}} on success {:error, info} on failure

Link to this function

replicapool_zone_operations_list(connection, project, zone, opts \\ [])

View Source
replicapool_zone_operations_list(
  Tesla.Env.client(),
  String.t(),
  String.t(),
  keyword()
) ::
  {:ok, GoogleApi.ReplicaPool.V1beta2.Model.OperationList.t()}
  | {:error, Tesla.Env.t()}

Retrieves the list of operation resources contained within the specified zone.

Parameters

  • connection (GoogleApi.ReplicaPool.V1beta2.Connection): Connection to server
  • project (String): Name of the project scoping this request.
  • zone (String): Name of the zone scoping this request.
  • opts (KeywordList): [optional] Optional parameters

    • :alt (String): Data format for the response.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :quota_user (String): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
    • :user_ip (String): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
    • :filter (String): Optional. Filter expression for filtering listed resources.
    • :max_results (Integer): Optional. Maximum count of results to be returned. Maximum value is 500 and default value is 500.
    • :page_token (String): Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a previous list request.

Returns

{:ok, %GoogleApi.ReplicaPool.V1beta2.Model.OperationList{}} on success {:error, info} on failure