google_api_site_verification v0.2.0 GoogleApi.SiteVerification.V1.Api.WebResource View Source

API calls for all endpoints tagged WebResource.

Link to this section Summary

Link to this section Functions

Link to this function

site_verification_web_resource_delete(connection, id, optional_params \\ [], opts \\ []) View Source

Relinquish ownership of a website or domain.

Parameters

  • connection (GoogleApi.SiteVerification.V1.Connection): Connection to server
  • id (String.t): The id of a verified site or domain.
  • optional_params (KeywordList): [optional] Optional parameters

    • :alt (String.t): Data format for the response.
    • :fields (String.t): Selector specifying which fields to include in a partial response.
    • :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.
    • :oauth_token (String.t): OAuth 2.0 token for the current user.
    • :prettyPrint (boolean()): Returns response with indentations and line breaks.
    • :quotaUser (String.t): An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
    • :userIp (String.t): Deprecated. Please use quotaUser instead.

Returns

{:ok, %{}} on success {:error, info} on failure

Link to this function

site_verification_web_resource_get(connection, id, optional_params \\ [], opts \\ []) View Source

Get the most current data for a website or domain.

Parameters

  • connection (GoogleApi.SiteVerification.V1.Connection): Connection to server
  • id (String.t): The id of a verified site or domain.
  • optional_params (KeywordList): [optional] Optional parameters

    • :alt (String.t): Data format for the response.
    • :fields (String.t): Selector specifying which fields to include in a partial response.
    • :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.
    • :oauth_token (String.t): OAuth 2.0 token for the current user.
    • :prettyPrint (boolean()): Returns response with indentations and line breaks.
    • :quotaUser (String.t): An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
    • :userIp (String.t): Deprecated. Please use quotaUser instead.

Returns

{:ok, %GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResource{}} on success {:error, info} on failure

Link to this function

site_verification_web_resource_get_token(connection, optional_params \\ [], opts \\ []) View Source

Get a verification token for placing on a website or domain.

Parameters

  • connection (GoogleApi.SiteVerification.V1.Connection): Connection to server
  • optional_params (KeywordList): [optional] Optional parameters

    • :alt (String.t): Data format for the response.
    • :fields (String.t): Selector specifying which fields to include in a partial response.
    • :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.
    • :oauth_token (String.t): OAuth 2.0 token for the current user.
    • :prettyPrint (boolean()): Returns response with indentations and line breaks.
    • :quotaUser (String.t): An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
    • :userIp (String.t): Deprecated. Please use quotaUser instead.
    • :body (SiteVerificationWebResourceGettokenRequest):

Returns

{:ok, %GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceGettokenResponse{}} on success {:error, info} on failure

Link to this function

site_verification_web_resource_insert(connection, verification_method, optional_params \\ [], opts \\ []) View Source

Attempt verification of a website or domain.

Parameters

  • connection (GoogleApi.SiteVerification.V1.Connection): Connection to server
  • verification_method (String.t): The method to use for verifying a site or domain.
  • optional_params (KeywordList): [optional] Optional parameters

    • :alt (String.t): Data format for the response.
    • :fields (String.t): Selector specifying which fields to include in a partial response.
    • :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.
    • :oauth_token (String.t): OAuth 2.0 token for the current user.
    • :prettyPrint (boolean()): Returns response with indentations and line breaks.
    • :quotaUser (String.t): An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
    • :userIp (String.t): Deprecated. Please use quotaUser instead.
    • :body (SiteVerificationWebResourceResource):

Returns

{:ok, %GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResource{}} on success {:error, info} on failure

Link to this function

site_verification_web_resource_list(connection, optional_params \\ [], opts \\ []) View Source

Get the list of your verified websites and domains.

Parameters

  • connection (GoogleApi.SiteVerification.V1.Connection): Connection to server
  • optional_params (KeywordList): [optional] Optional parameters

    • :alt (String.t): Data format for the response.
    • :fields (String.t): Selector specifying which fields to include in a partial response.
    • :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.
    • :oauth_token (String.t): OAuth 2.0 token for the current user.
    • :prettyPrint (boolean()): Returns response with indentations and line breaks.
    • :quotaUser (String.t): An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
    • :userIp (String.t): Deprecated. Please use quotaUser instead.

Returns

{:ok, %GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceListResponse{}} on success {:error, info} on failure

Link to this function

site_verification_web_resource_patch(connection, id, optional_params \\ [], opts \\ []) View Source

Modify the list of owners for your website or domain. This method supports patch semantics.

Parameters

  • connection (GoogleApi.SiteVerification.V1.Connection): Connection to server
  • id (String.t): The id of a verified site or domain.
  • optional_params (KeywordList): [optional] Optional parameters

    • :alt (String.t): Data format for the response.
    • :fields (String.t): Selector specifying which fields to include in a partial response.
    • :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.
    • :oauth_token (String.t): OAuth 2.0 token for the current user.
    • :prettyPrint (boolean()): Returns response with indentations and line breaks.
    • :quotaUser (String.t): An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
    • :userIp (String.t): Deprecated. Please use quotaUser instead.
    • :body (SiteVerificationWebResourceResource):

Returns

{:ok, %GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResource{}} on success {:error, info} on failure

Link to this function

site_verification_web_resource_update(connection, id, optional_params \\ [], opts \\ []) View Source

Modify the list of owners for your website or domain.

Parameters

  • connection (GoogleApi.SiteVerification.V1.Connection): Connection to server
  • id (String.t): The id of a verified site or domain.
  • optional_params (KeywordList): [optional] Optional parameters

    • :alt (String.t): Data format for the response.
    • :fields (String.t): Selector specifying which fields to include in a partial response.
    • :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.
    • :oauth_token (String.t): OAuth 2.0 token for the current user.
    • :prettyPrint (boolean()): Returns response with indentations and line breaks.
    • :quotaUser (String.t): An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
    • :userIp (String.t): Deprecated. Please use quotaUser instead.
    • :body (SiteVerificationWebResourceResource):

Returns

{:ok, %GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResource{}} on success {:error, info} on failure