google_api_service_user v0.16.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.

Enable a service so it can be used with a project. See Cloud Auth Guide for more information.

Link to this section Functions

Link to this function

serviceuser_projects_services_disable(connection, name, optional_params \\ [], opts \\ [])

View Source
serviceuser_projects_services_disable(
  Tesla.Env.client(),
  String.t(),
  keyword(),
  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

Parameters

  • connection (type: GoogleApi.ServiceUser.V1.Connection.t) - Connection to server

  • name (type: 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:"

    A valid path would be:

    • projects/my-project/services/servicemanagement.googleapis.com
  • optional_params (type: keyword()) - Optional parameters

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

Returns

  • {:ok, %GoogleApi.ServiceUser.V1.Model.Operation{}} on success
  • {:error, info} on failure
Link to this function

serviceuser_projects_services_enable(connection, name, optional_params \\ [], opts \\ [])

View Source
serviceuser_projects_services_enable(
  Tesla.Env.client(),
  String.t(),
  keyword(),
  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

Parameters

  • connection (type: GoogleApi.ServiceUser.V1.Connection.t) - Connection to server

  • name (type: 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
  • optional_params (type: keyword()) - Optional parameters

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

Returns

  • {:ok, %GoogleApi.ServiceUser.V1.Model.Operation{}} on success
  • {:error, info} on failure
Link to this function

serviceuser_projects_services_list(connection, parent, optional_params \\ [], opts \\ [])

View Source
serviceuser_projects_services_list(
  Tesla.Env.client(),
  String.t(),
  keyword(),
  keyword()
) ::
  {:ok, GoogleApi.ServiceUser.V1.Model.ListEnabledServicesResponse.t()}
  | {:error, Tesla.Env.t()}

List enabled services for the specified consumer.

Parameters

  • connection (type: GoogleApi.ServiceUser.V1.Connection.t) - Connection to server

  • parent (type: String.t) - List enabled services for the specified parent.

    An example valid parent would be:

    • projects/my-project
  • optional_params (type: keyword()) - Optional parameters

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

Returns

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