google_api_service_user v0.1.0 GoogleApi.ServiceUser.V1.Api.Projects View Source

API calls for all endpoints tagged Projects.

Link to this section Summary

Functions

Disable a service so it can no longer be used with a project. This prevents unintended usage that may cause unexpected billing charges or security leaks. Operation<response: google.protobuf.Empty>

Enable a service so it can be used with a project. See Cloud Auth Guide for more information. Operation<response: google.protobuf.Empty>

List enabled services for the specified consumer

Link to this section Functions

Link to this function serviceuser_projects_services_disable(connection, name, opts \\ []) View Source
serviceuser_projects_services_disable(Tesla.Env.client(), String.t(), keyword()) ::
  {:ok, GoogleApi.ServiceUser.V1.Model.Operation.t()} | {:error, Tesla.Env.t()}

Disable a service so it can no longer be used with a project. This prevents unintended usage that may cause unexpected billing charges or security leaks. Operation<response: google.protobuf.Empty>

Parameters

  • connection (GoogleApi.ServiceUser.V1.Connection): Connection to server
  • name (String.t): Name of the consumer and the service to disable for that consumer. The Service User implementation accepts the following forms for consumer: - "project:<project_id>" A valid path would be: - projects/my-project/services/servicemanagement.googleapis.com
  • opts (KeywordList): [optional] Optional parameters

    • :fields (String.t): Selector specifying which fields to include in a partial response.
    • :uploadType (String.t): Legacy upload protocol for media (e.g. "media", "multipart").
    • :callback (String.t): JSONP
    • :oauth_token (String.t): OAuth 2.0 token for the current user.
    • :$.xgafv (String.t): V1 error format.
    • :alt (String.t): Data format for response.
    • :access_token (String.t): OAuth access token.
    • :key (String.t): 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.
    • :upload_protocol (String.t): Upload protocol for media (e.g. "raw", "multipart").
    • :quotaUser (String.t): 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.
    • :prettyPrint (boolean()): Returns response with indentations and line breaks.
    • :body (DisableServiceRequest):

Returns

{:ok, %GoogleApi.ServiceUser.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function serviceuser_projects_services_enable(connection, name, opts \\ []) View Source
serviceuser_projects_services_enable(Tesla.Env.client(), String.t(), keyword()) ::
  {:ok, GoogleApi.ServiceUser.V1.Model.Operation.t()} | {:error, Tesla.Env.t()}

Enable a service so it can be used with a project. See Cloud Auth Guide for more information. Operation<response: google.protobuf.Empty>

Parameters

  • connection (GoogleApi.ServiceUser.V1.Connection): Connection to server
  • name (String.t): Name of the consumer and the service to enable for that consumer. A valid path would be: - projects/my-project/services/servicemanagement.googleapis.com
  • opts (KeywordList): [optional] Optional parameters

    • :fields (String.t): Selector specifying which fields to include in a partial response.
    • :uploadType (String.t): Legacy upload protocol for media (e.g. "media", "multipart").
    • :callback (String.t): JSONP
    • :oauth_token (String.t): OAuth 2.0 token for the current user.
    • :$.xgafv (String.t): V1 error format.
    • :alt (String.t): Data format for response.
    • :access_token (String.t): OAuth access token.
    • :key (String.t): 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.
    • :upload_protocol (String.t): Upload protocol for media (e.g. "raw", "multipart").
    • :quotaUser (String.t): 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.
    • :prettyPrint (boolean()): Returns response with indentations and line breaks.
    • :body (EnableServiceRequest):

Returns

{:ok, %GoogleApi.ServiceUser.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function serviceuser_projects_services_list(connection, parent, opts \\ []) View Source
serviceuser_projects_services_list(Tesla.Env.client(), String.t(), keyword()) ::
  {:ok, GoogleApi.ServiceUser.V1.Model.ListEnabledServicesResponse.t()}
  | {:error, Tesla.Env.t()}

List enabled services for the specified consumer.

Parameters

  • connection (GoogleApi.ServiceUser.V1.Connection): Connection to server
  • parent (String.t): List enabled services for the specified parent. An example valid parent would be: - projects/my-project
  • opts (KeywordList): [optional] Optional parameters

    • :fields (String.t): Selector specifying which fields to include in a partial response.
    • :uploadType (String.t): Legacy upload protocol for media (e.g. "media", "multipart").
    • :callback (String.t): JSONP
    • :oauth_token (String.t): OAuth 2.0 token for the current user.
    • :$.xgafv (String.t): V1 error format.
    • :alt (String.t): Data format for response.
    • :access_token (String.t): OAuth access token.
    • :key (String.t): 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.
    • :upload_protocol (String.t): Upload protocol for media (e.g. "raw", "multipart").
    • :quotaUser (String.t): 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.
    • :prettyPrint (boolean()): Returns response with indentations and line breaks.
    • :pageSize (integer()): Requested size of the next page of data.
    • :pageToken (String.t): Token identifying which result to start with; returned by a previous list call.

Returns

{:ok, %GoogleApi.ServiceUser.V1.Model.ListEnabledServicesResponse{}} on success {:error, info} on failure