google_api_service_user v0.0.1 GoogleApi.ServiceUser.V1.Api.Services View Source

API calls for all endpoints tagged Services.

Link to this section Summary

Functions

Search available services. When no filter is specified, returns all accessible services. For authenticated users, also returns all services the calling user has "servicemanagement.services.bind" permission for

Link to this section Functions

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

Search available services. When no filter is specified, returns all accessible services. For authenticated users, also returns all services the calling user has "servicemanagement.services.bind" permission for.

Parameters

  • connection (GoogleApi.ServiceUser.V1.Connection): Connection to server
  • 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.SearchServicesResponse{}} on success {:error, info} on failure