GoogleApi.SiteVerification.V1.Api.WebResource (google_api_site_verification v0.11.0) 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

Specs

site_verification_web_resource_delete(
  Tesla.Env.client(),
  String.t(),
  keyword(),
  keyword()
) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}

Relinquish ownership of a website or domain.

Parameters

  • connection (type: GoogleApi.SiteVerification.V1.Connection.t) - Connection to server
  • id (type: String.t) - The id of a verified site or domain.
  • optional_params (type: keyword()) - Optional parameters
    • :alt (type: String.t) - Data format for the response.
    • :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) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
    • :userIp (type: String.t) - Deprecated. Please use quotaUser instead.
  • opts (type: keyword()) - Call options

Returns

  • {:ok, %{}} on success
  • {:error, info} on failure
Link to this function

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

View Source

Specs

site_verification_web_resource_get(
  Tesla.Env.client(),
  String.t(),
  keyword(),
  keyword()
) ::
  {:ok,
   GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResource.t()}
  | {:ok, Tesla.Env.t()}
  | {:ok, list()}
  | {:error, any()}

Get the most current data for a website or domain.

Parameters

  • connection (type: GoogleApi.SiteVerification.V1.Connection.t) - Connection to server
  • id (type: String.t) - The id of a verified site or domain.
  • optional_params (type: keyword()) - Optional parameters
    • :alt (type: String.t) - Data format for the response.
    • :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) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
    • :userIp (type: String.t) - Deprecated. Please use quotaUser instead.
  • opts (type: keyword()) - Call options

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

Specs

site_verification_web_resource_get_token(
  Tesla.Env.client(),
  keyword(),
  keyword()
) ::
  {:ok,
   GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceGettokenResponse.t()}
  | {:ok, Tesla.Env.t()}
  | {:ok, list()}
  | {:error, any()}

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

Parameters

  • connection (type: GoogleApi.SiteVerification.V1.Connection.t) - Connection to server
  • optional_params (type: keyword()) - Optional parameters
    • :alt (type: String.t) - Data format for the response.
    • :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) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
    • :userIp (type: String.t) - Deprecated. Please use quotaUser instead.
    • :body (type: GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceGettokenRequest.t) -
  • opts (type: keyword()) - Call options

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

Specs

site_verification_web_resource_insert(
  Tesla.Env.client(),
  String.t(),
  keyword(),
  keyword()
) ::
  {:ok,
   GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResource.t()}
  | {:ok, Tesla.Env.t()}
  | {:ok, list()}
  | {:error, any()}

Attempt verification of a website or domain.

Parameters

  • connection (type: GoogleApi.SiteVerification.V1.Connection.t) - Connection to server
  • verification_method (type: String.t) - The method to use for verifying a site or domain.
  • optional_params (type: keyword()) - Optional parameters
    • :alt (type: String.t) - Data format for the response.
    • :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) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
    • :userIp (type: String.t) - Deprecated. Please use quotaUser instead.
    • :body (type: GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResource.t) -
  • opts (type: keyword()) - Call options

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

Specs

site_verification_web_resource_list(Tesla.Env.client(), keyword(), keyword()) ::
  {:ok,
   GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceListResponse.t()}
  | {:ok, Tesla.Env.t()}
  | {:ok, list()}
  | {:error, any()}

Get the list of your verified websites and domains.

Parameters

  • connection (type: GoogleApi.SiteVerification.V1.Connection.t) - Connection to server
  • optional_params (type: keyword()) - Optional parameters
    • :alt (type: String.t) - Data format for the response.
    • :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) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
    • :userIp (type: String.t) - Deprecated. Please use quotaUser instead.
  • opts (type: keyword()) - Call options

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

Specs

site_verification_web_resource_patch(
  Tesla.Env.client(),
  String.t(),
  keyword(),
  keyword()
) ::
  {:ok,
   GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResource.t()}
  | {:ok, Tesla.Env.t()}
  | {:ok, list()}
  | {:error, any()}

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

Parameters

  • connection (type: GoogleApi.SiteVerification.V1.Connection.t) - Connection to server
  • id (type: String.t) - The id of a verified site or domain.
  • optional_params (type: keyword()) - Optional parameters
    • :alt (type: String.t) - Data format for the response.
    • :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) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
    • :userIp (type: String.t) - Deprecated. Please use quotaUser instead.
    • :body (type: GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResource.t) -
  • opts (type: keyword()) - Call options

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

Specs

site_verification_web_resource_update(
  Tesla.Env.client(),
  String.t(),
  keyword(),
  keyword()
) ::
  {:ok,
   GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResource.t()}
  | {:ok, Tesla.Env.t()}
  | {:ok, list()}
  | {:error, any()}

Modify the list of owners for your website or domain.

Parameters

  • connection (type: GoogleApi.SiteVerification.V1.Connection.t) - Connection to server
  • id (type: String.t) - The id of a verified site or domain.
  • optional_params (type: keyword()) - Optional parameters
    • :alt (type: String.t) - Data format for the response.
    • :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) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
    • :userIp (type: String.t) - Deprecated. Please use quotaUser instead.
    • :body (type: GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResource.t) -
  • opts (type: keyword()) - Call options

Returns

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