google_api_service_user v0.0.1 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): 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: - /v1/projects/my-project/services/servicemanagement.googleapis.com:disable
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :access_token (String): OAuth access token.
    • :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.
    • :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.
    • :pp (Boolean): Pretty-print response.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :bearer_token (String): OAuth bearer token.
    • :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): Name of the consumer and the service to enable for that consumer. A valid path would be: - /v1/projects/my-project/services/servicemanagement.googleapis.com:enable
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :access_token (String): OAuth access token.
    • :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.
    • :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.
    • :pp (Boolean): Pretty-print response.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :bearer_token (String): OAuth bearer token.
    • :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): List enabled services for the specified parent. An example valid parent would be: - projects/my-project
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :access_token (String): OAuth access token.
    • :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.
    • :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.
    • :pp (Boolean): Pretty-print response.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :bearer_token (String): OAuth bearer token.
    • :page_token (String): Token identifying which result to start with; returned by a previous list call.
    • :page_size (Integer): Requested size of the next page of data.

Returns

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