Movatterモバイル変換


[0]ホーム

URL:


domains

package
v0.257.0Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2025 License:BSD-3-ClauseImports:18Imported by:4

Details

Repository

github.com/googleapis/google-api-go-client

Links

Documentation

Overview

Package domains provides access to the Cloud Domains API.

For product documentation, see:https://cloud.google.com/domains/

Library status

These client libraries are officially supported by Google. However, thislibrary is considered complete and is in maintenance mode. This meansthat we will address critical bugs and security issues but will not addany new features.

When possible, we recommend using our newer[Cloud Client Libraries for Go](https://pkg.go.dev/cloud.google.com/go)that are still actively being worked and iterated on.

Creating a client

Usage example:

import "google.golang.org/api/domains/v1beta1"...ctx := context.Background()domainsService, err := domains.NewService(ctx)

In this example, Google Application Default Credentials are used forauthentication. For information on how to create and obtain ApplicationDefault Credentials, seehttps://developers.google.com/identity/protocols/application-default-credentials.

Other authentication options

To use an API key for authentication (note: some APIs do not support APIkeys), usegoogle.golang.org/api/option.WithAPIKey:

domainsService, err := domains.NewService(ctx, option.WithAPIKey("AIza..."))

To use an OAuth token (e.g., a user token obtained via a three-legged OAuthflow, usegoogle.golang.org/api/option.WithTokenSource:

config := &oauth2.Config{...}// ...token, err := config.Exchange(ctx, ...)domainsService, err := domains.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))

Seegoogle.golang.org/api/option.ClientOption for details on options.

Index

Constants

View Source
const (// See, edit, configure, and delete your Google Cloud data and see the email// address for your Google Account.CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform")

OAuth2 scopes used by this API.

Variables

This section is empty.

Functions

This section is empty.

Types

typeAuditConfig

type AuditConfig struct {// AuditLogConfigs: The configuration for logging of each type of permission.AuditLogConfigs []*AuditLogConfig `json:"auditLogConfigs,omitempty"`// Service: Specifies a service that will be enabled for audit logging. For// example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices`// is a special value that covers all services.Servicestring `json:"service,omitempty"`// ForceSendFields is a list of field names (e.g. "AuditLogConfigs") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AuditLogConfigs") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AuditConfig: Specifies the audit configuration for a service. Theconfiguration determines which permission types are logged, and whatidentities, if any, are exempted from logging. An AuditConfig must have oneor more AuditLogConfigs. If there are AuditConfigs for both `allServices`and a specific service, the union of the two AuditConfigs is used for thatservice: the log_types specified in each AuditConfig are enabled, and theexempted_members in each AuditLogConfig are exempted. Example Policy withmultiple AuditConfigs: { "audit_configs": [ { "service": "allServices","audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": ["user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type":"ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com","audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type":"DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } Forsampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READlogging. It also exempts `jose@example.com` from DATA_READ logging, and`aliya@example.com` from DATA_WRITE logging.

func (AuditConfig)MarshalJSON

func (sAuditConfig) MarshalJSON() ([]byte,error)

typeAuditLogConfig

type AuditLogConfig struct {// ExemptedMembers: Specifies the identities that do not cause logging for this// type of permission. Follows the same format of Binding.members.ExemptedMembers []string `json:"exemptedMembers,omitempty"`// LogType: The log type that this config enables.//// Possible values://   "LOG_TYPE_UNSPECIFIED" - Default case. Should never be this.//   "ADMIN_READ" - Admin reads. Example: CloudIAM getIamPolicy//   "DATA_WRITE" - Data writes. Example: CloudSQL Users create//   "DATA_READ" - Data reads. Example: CloudSQL Users listLogTypestring `json:"logType,omitempty"`// ForceSendFields is a list of field names (e.g. "ExemptedMembers") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ExemptedMembers") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AuditLogConfig: Provides the configuration for logging a type ofpermissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ","exempted_members": [ "user:jose@example.com" ] }, { "log_type":"DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, whileexempting jose@example.com from DATA_READ logging.

func (AuditLogConfig)MarshalJSON

func (sAuditLogConfig) MarshalJSON() ([]byte,error)

typeAuthorizationCode

type AuthorizationCode struct {// Code: The Authorization Code in ASCII. It can be used to transfer the domain// to or from another registrar.Codestring `json:"code,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Code") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Code") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

AuthorizationCode: Defines an authorization code.

func (AuthorizationCode)MarshalJSON

func (sAuthorizationCode) MarshalJSON() ([]byte,error)

typeBinding

type Binding struct {// Condition: The condition that is associated with this binding. If the// condition evaluates to `true`, then this binding applies to the current// request. If the condition evaluates to `false`, then this binding does not// apply to the current request. However, a different role binding might grant// the same role to one or more of the principals in this binding. To learn// which resources support conditions in their IAM policies, see the IAM// documentation// (https://cloud.google.com/iam/help/conditions/resource-policies).Condition *Expr `json:"condition,omitempty"`// Members: Specifies the principals requesting access for a Google Cloud// resource. `members` can have the following values: * `allUsers`: A special// identifier that represents anyone who is on the internet; with or without a// Google account. * `allAuthenticatedUsers`: A special identifier that// represents anyone who is authenticated with a Google account or a service// account. Does not include identities that come from external identity// providers (IdPs) through identity federation. * `user:{emailid}`: An email// address that represents a specific Google account. For example,// `alice@example.com` . * `serviceAccount:{emailid}`: An email address that// represents a Google service account. For example,// `my-other-app@appspot.gserviceaccount.com`. *// `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An// identifier for a Kubernetes service account// (https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts).// For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. *// `group:{emailid}`: An email address that represents a Google group. For// example, `admins@example.com`. * `domain:{domain}`: The G Suite domain// (primary) that represents all the users of that domain. For example,// `google.com` or `example.com`. *// `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/sub// ject/{subject_attribute_value}`: A single identity in a workforce identity// pool. *// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/// group/{group_id}`: All workforce identities in a group. *// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/// attribute.{attribute_name}/{attribute_value}`: All workforce identities with// a specific attribute value. *// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/// *`: All identities in a workforce identity pool. *// `principal://iam.googleapis.com/projects/{project_number}/locations/global/wo// rkloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single// identity in a workload identity pool. *// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global// /workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool// group. *// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global// /workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}// `: All identities in a workload identity pool with a certain attribute. *// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global// /workloadIdentityPools/{pool_id}/*`: All identities in a workload identity// pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus// unique identifier) representing a user that has been recently deleted. For// example, `alice@example.com?uid=123456789012345678901`. If the user is// recovered, this value reverts to `user:{emailid}` and the recovered user// retains the role in the binding. *// `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus// unique identifier) representing a service account that has been recently// deleted. For example,// `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the// service account is undeleted, this value reverts to// `serviceAccount:{emailid}` and the undeleted service account retains the// role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email// address (plus unique identifier) representing a Google group that has been// recently deleted. For example,// `admins@example.com?uid=123456789012345678901`. If the group is recovered,// this value reverts to `group:{emailid}` and the recovered group retains the// role in the binding. *// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool// _id}/subject/{subject_attribute_value}`: Deleted single identity in a// workforce identity pool. For example,// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-po// ol-id/subject/my-subject-attribute-value`.Members []string `json:"members,omitempty"`// Role: Role that is assigned to the list of `members`, or principals. For// example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview// of the IAM roles and permissions, see the IAM documentation// (https://cloud.google.com/iam/docs/roles-overview). For a list of the// available pre-defined roles, see here// (https://cloud.google.com/iam/docs/understanding-roles).Rolestring `json:"role,omitempty"`// ForceSendFields is a list of field names (e.g. "Condition") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Condition") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Binding: Associates `members`, or principals, with a `role`.

func (Binding)MarshalJSON

func (sBinding) MarshalJSON() ([]byte,error)

typeConfigureContactSettingsRequest

type ConfigureContactSettingsRequest struct {// ContactNotices: The list of contact notices that the caller acknowledges.// The notices needed here depend on the values specified in// `contact_settings`.//// Possible values://   "CONTACT_NOTICE_UNSPECIFIED" - The notice is undefined.//   "PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT" - Required when setting the// `privacy` field of `ContactSettings` to `PUBLIC_CONTACT_DATA`, which exposes// contact data publicly.ContactNotices []string `json:"contactNotices,omitempty"`// ContactSettings: Fields of the `ContactSettings` to update.ContactSettings *ContactSettings `json:"contactSettings,omitempty"`// UpdateMask: Required. The field mask describing which fields to update as a// comma-separated list. For example, if only the registrant contact is being// updated, the `update_mask` is "registrant_contact".UpdateMaskstring `json:"updateMask,omitempty"`// ValidateOnly: Validate the request without actually updating the contact// settings.ValidateOnlybool `json:"validateOnly,omitempty"`// ForceSendFields is a list of field names (e.g. "ContactNotices") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ContactNotices") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ConfigureContactSettingsRequest: Request for the `ConfigureContactSettings`method.

func (ConfigureContactSettingsRequest)MarshalJSON

func (sConfigureContactSettingsRequest) MarshalJSON() ([]byte,error)

typeConfigureDnsSettingsRequest

type ConfigureDnsSettingsRequest struct {// DnsSettings: Fields of the `DnsSettings` to update.DnsSettings *DnsSettings `json:"dnsSettings,omitempty"`// UpdateMask: Required. The field mask describing which fields to update as a// comma-separated list. For example, if only the name servers are being// updated for an existing Custom DNS configuration, the `update_mask` is// "custom_dns.name_servers". When changing the DNS provider from one type to// another, pass the new provider's field name as part of the field mask. For// example, when changing from a Google Domains DNS configuration to a Custom// DNS configuration, the `update_mask` is "custom_dns". //UpdateMaskstring `json:"updateMask,omitempty"`// ValidateOnly: Validate the request without actually updating the DNS// settings.ValidateOnlybool `json:"validateOnly,omitempty"`// ForceSendFields is a list of field names (e.g. "DnsSettings") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DnsSettings") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ConfigureDnsSettingsRequest: Request for the `ConfigureDnsSettings` method.

func (ConfigureDnsSettingsRequest)MarshalJSON

func (sConfigureDnsSettingsRequest) MarshalJSON() ([]byte,error)

typeConfigureManagementSettingsRequest

type ConfigureManagementSettingsRequest struct {// ManagementSettings: Fields of the `ManagementSettings` to update.ManagementSettings *ManagementSettings `json:"managementSettings,omitempty"`// UpdateMask: Required. The field mask describing which fields to update as a// comma-separated list. For example, if only the transfer lock is being// updated, the `update_mask` is "transfer_lock_state".UpdateMaskstring `json:"updateMask,omitempty"`// ForceSendFields is a list of field names (e.g. "ManagementSettings") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ManagementSettings") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ConfigureManagementSettingsRequest: Request for the`ConfigureManagementSettings` method.

func (ConfigureManagementSettingsRequest)MarshalJSON

typeContact

type Contact struct {// Email: Required. Email address of the contact.Emailstring `json:"email,omitempty"`// FaxNumber: Fax number of the contact in international format. For example,// "+1-800-555-0123".FaxNumberstring `json:"faxNumber,omitempty"`// PhoneNumber: Required. Phone number of the contact in international format.// For example, "+1-800-555-0123".PhoneNumberstring `json:"phoneNumber,omitempty"`// PostalAddress: Required. Postal address of the contact.PostalAddress *PostalAddress `json:"postalAddress,omitempty"`// ForceSendFields is a list of field names (e.g. "Email") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Email") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Contact: Details required for a contact associated with a `Registration`.

func (Contact)MarshalJSON

func (sContact) MarshalJSON() ([]byte,error)

typeContactSettings

type ContactSettings struct {// AdminContact: Required. The administrative contact for the `Registration`.AdminContact *Contact `json:"adminContact,omitempty"`// Privacy: Required. Privacy setting for the contacts associated with the// `Registration`.//// Possible values://   "CONTACT_PRIVACY_UNSPECIFIED" - The contact privacy settings are// undefined.//   "PUBLIC_CONTACT_DATA" - All the data from `ContactSettings` is publicly// available. When setting this option, you must also provide a// `PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT` in the `contact_notices` field of the// request.//   "PRIVATE_CONTACT_DATA" - Deprecated: For more information, see [Cloud// Domains feature// deprecation](https://cloud.google.com/domains/docs/deprecations/feature-depre// cations). None of the data from `ContactSettings` is publicly available.// Instead, proxy contact data is published for your domain. Email sent to the// proxy email address is forwarded to the registrant's email address. Cloud// Domains provides this privacy proxy service at no additional cost.//   "REDACTED_CONTACT_DATA" - The organization name (if provided) and limited// non-identifying data from `ContactSettings` is available to the public (e.g.// country and state). The remaining data is marked as `REDACTED FOR PRIVACY`// in the WHOIS database. The actual information redacted depends on the// domain. For details, see [the registration privacy// article](https://support.google.com/domains/answer/3251242).Privacystring `json:"privacy,omitempty"`// RegistrantContact: Required. The registrant contact for the `Registration`.// *Caution: Anyone with access to this email address, phone number, and/or// postal address can take control of the domain.* *Warning: For new// `Registration`s, the registrant receives an email confirmation that they// must complete within 15 days to avoid domain suspension.*RegistrantContact *Contact `json:"registrantContact,omitempty"`// TechnicalContact: Required. The technical contact for the `Registration`.TechnicalContact *Contact `json:"technicalContact,omitempty"`// ForceSendFields is a list of field names (e.g. "AdminContact") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AdminContact") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ContactSettings: Defines the contact information associated with a`Registration`. ICANN (https://icann.org/) requires all domain names to haveassociated contact information. The `registrant_contact` is considered thedomain's legal owner, and often the other contacts are identical.

func (ContactSettings)MarshalJSON

func (sContactSettings) MarshalJSON() ([]byte,error)

typeCustomDns

type CustomDns struct {// DsRecords: The list of DS records for this domain, which are used to enable// DNSSEC. The domain's DNS provider can provide the values to set here. If// this field is empty, DNSSEC is disabled.DsRecords []*DsRecord `json:"dsRecords,omitempty"`// NameServers: Required. A list of name servers that store the DNS zone for// this domain. Each name server is a domain name, with Unicode domain names// expressed in Punycode format.NameServers []string `json:"nameServers,omitempty"`// ForceSendFields is a list of field names (e.g. "DsRecords") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DsRecords") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

CustomDns: Configuration for an arbitrary DNS provider.

func (CustomDns)MarshalJSON

func (sCustomDns) MarshalJSON() ([]byte,error)

typeDnsSettings

type DnsSettings struct {// CustomDns: An arbitrary DNS provider identified by its name servers.CustomDns *CustomDns `json:"customDns,omitempty"`// GlueRecords: The list of glue records for this `Registration`. Commonly// empty.GlueRecords []*GlueRecord `json:"glueRecords,omitempty"`// GoogleDomainsDns: Deprecated: For more information, see Cloud Domains// feature deprecation// (https://cloud.google.com/domains/docs/deprecations/feature-deprecations).// The free DNS zone provided by Google Domains (https://domains.google/).GoogleDomainsDns *GoogleDomainsDns `json:"googleDomainsDns,omitempty"`// GoogleDomainsRedirectsDataAvailable: Output only. Indicates if this// `Registration` has configured one of the following deprecated Google Domains// DNS features: * Domain forwarding (HTTP `301` and `302` response status// codes), * Email forwarding. See//https://cloud.google.com/domains/docs/deprecations/feature-deprecations for// more details. If any of these features is enabled call the// `RetrieveGoogleDomainsForwardingConfig` method to get details about the// feature's configuration. A forwarding configuration might not work correctly// if required DNS records are not present in the domain's authoritative DNS// Zone.GoogleDomainsRedirectsDataAvailablebool `json:"googleDomainsRedirectsDataAvailable,omitempty"`// ForceSendFields is a list of field names (e.g. "CustomDns") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CustomDns") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DnsSettings: Defines the DNS configuration of a `Registration`, includingname servers, DNSSEC, and glue records.

func (DnsSettings)MarshalJSON

func (sDnsSettings) MarshalJSON() ([]byte,error)

typeDomainadded inv0.86.0

type Domain struct {// DomainName: The domain name. Unicode domain names are expressed in Punycode// format.DomainNamestring `json:"domainName,omitempty"`// ResourceState: The state of this domain as a `Registration` resource.//// Possible values://   "RESOURCE_STATE_UNSPECIFIED" - The assessment is undefined.//   "IMPORTABLE" - A `Registration` resource can be created for this domain by// calling `ImportDomain`.//   "UNSUPPORTED" - A `Registration` resource cannot be created for this// domain because it is not supported by Cloud Domains; for example, the// top-level domain is not supported or the registry charges non-standard// pricing for yearly renewals.//   "SUSPENDED" - A `Registration` resource cannot be created for this domain// because it is suspended and needs to be resolved with Google Domains.//   "EXPIRED" - A `Registration` resource cannot be created for this domain// because it is expired and needs to be renewed with Google Domains.//   "DELETED" - A `Registration` resource cannot be created for this domain// because it is deleted, but it may be possible to restore it with Google// Domains.ResourceStatestring `json:"resourceState,omitempty"`// YearlyPrice: Price to renew the domain for one year. Only set when// `resource_state` is `IMPORTABLE`.YearlyPrice *Money `json:"yearlyPrice,omitempty"`// ForceSendFields is a list of field names (e.g. "DomainName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DomainName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Domain: A domain that the calling user manages in Google Domains.

func (Domain)MarshalJSONadded inv0.86.0

func (sDomain) MarshalJSON() ([]byte,error)

typeDomainForwardingadded inv0.185.0

type DomainForwarding struct {// PathForwarding: If true, forwards the path after the domain name to the same// path at the new address.PathForwardingbool `json:"pathForwarding,omitempty"`// PemCertificate: The PEM-encoded certificate chain.PemCertificatestring `json:"pemCertificate,omitempty"`// RedirectType: The redirect type.//// Possible values://   "REDIRECT_TYPE_UNSPECIFIED" - Redirect Type is unspecified.//   "TEMPORARY" - 301 redirect. Allows to propagate changes to the forwarding// address quickly.//   "PERMANENT" - 302 redirect. Allows browsers to cache the forwarding// address. This may help the address resolve more quickly. Changes may take// longer to propagateRedirectTypestring `json:"redirectType,omitempty"`// SslEnabled: If true, the forwarding works also over HTTPS.SslEnabledbool `json:"sslEnabled,omitempty"`// Subdomain: The subdomain of the registered domain that is being forwarded.// E.g. `www.example.com`, `example.com` (i.e. the registered domain itself) or// `*.example.com` (i.e. all subdomains).Subdomainstring `json:"subdomain,omitempty"`// TargetUri: The target of the domain forwarding, i.e. the path to redirect// the `subdomain` to.TargetUristring `json:"targetUri,omitempty"`// ForceSendFields is a list of field names (e.g. "PathForwarding") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "PathForwarding") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DomainForwarding: Domain forwarding configuration.

func (DomainForwarding)MarshalJSONadded inv0.185.0

func (sDomainForwarding) MarshalJSON() ([]byte,error)

typeDsRecord

type DsRecord struct {// Algorithm: The algorithm used to generate the referenced DNSKEY.//// Possible values://   "ALGORITHM_UNSPECIFIED" - The algorithm is unspecified.//   "RSAMD5" - RSA/MD5. Cannot be used for new deployments.//   "DH" - Diffie-Hellman. Cannot be used for new deployments.//   "DSA" - DSA/SHA1. Not recommended for new deployments.//   "ECC" - ECC. Not recommended for new deployments.//   "RSASHA1" - RSA/SHA-1. Not recommended for new deployments.//   "DSANSEC3SHA1" - DSA-NSEC3-SHA1. Not recommended for new deployments.//   "RSASHA1NSEC3SHA1" - RSA/SHA1-NSEC3-SHA1. Not recommended for new// deployments.//   "RSASHA256" - RSA/SHA-256.//   "RSASHA512" - RSA/SHA-512.//   "ECCGOST" - GOST R 34.10-2001.//   "ECDSAP256SHA256" - ECDSA Curve P-256 with SHA-256.//   "ECDSAP384SHA384" - ECDSA Curve P-384 with SHA-384.//   "ED25519" - Ed25519.//   "ED448" - Ed448.//   "INDIRECT" - Reserved for Indirect Keys. Cannot be used for new// deployments.//   "PRIVATEDNS" - Private algorithm. Cannot be used for new deployments.//   "PRIVATEOID" - Private algorithm OID. Cannot be used for new deployments.Algorithmstring `json:"algorithm,omitempty"`// Digest: The digest generated from the referenced DNSKEY.Digeststring `json:"digest,omitempty"`// DigestType: The hash function used to generate the digest of the referenced// DNSKEY.//// Possible values://   "DIGEST_TYPE_UNSPECIFIED" - The DigestType is unspecified.//   "SHA1" - SHA-1. Not recommended for new deployments.//   "SHA256" - SHA-256.//   "GOST3411" - GOST R 34.11-94.//   "SHA384" - SHA-384.DigestTypestring `json:"digestType,omitempty"`// KeyTag: The key tag of the record. Must be set in range 0 -- 65535.KeyTagint64 `json:"keyTag,omitempty"`// ForceSendFields is a list of field names (e.g. "Algorithm") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Algorithm") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

DsRecord: Defines a Delegation Signer (DS) record, which is needed to enableDNSSEC for a domain. It contains a digest (hash) of a DNSKEY record thatmust be present in the domain's DNS zone.

func (DsRecord)MarshalJSON

func (sDsRecord) MarshalJSON() ([]byte,error)

typeEmailForwardingadded inv0.185.0

type EmailForwarding struct {// Alias: An alias recipient email that forwards emails to the// `target_email_address`. For example, `admin@example.com` or `*@example.com`// (wildcard alias forwards all the emails under the registered domain).Aliasstring `json:"alias,omitempty"`// TargetEmailAddress: Target email that receives emails sent to the `alias`.TargetEmailAddressstring `json:"targetEmailAddress,omitempty"`// ForceSendFields is a list of field names (e.g. "Alias") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Alias") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

EmailForwarding: Email forwarding configuration.

func (EmailForwarding)MarshalJSONadded inv0.185.0

func (sEmailForwarding) MarshalJSON() ([]byte,error)

typeExportRegistrationRequest

type ExportRegistrationRequest struct {}

ExportRegistrationRequest: Deprecated: For more information, see CloudDomains feature deprecation(https://cloud.google.com/domains/docs/deprecations/feature-deprecations).Request for the `ExportRegistration` method.

typeExpr

type Expr struct {// Description: Optional. Description of the expression. This is a longer text// which describes the expression, e.g. when hovered over it in a UI.Descriptionstring `json:"description,omitempty"`// Expression: Textual representation of an expression in Common Expression// Language syntax.Expressionstring `json:"expression,omitempty"`// Location: Optional. String indicating the location of the expression for// error reporting, e.g. a file name and a position in the file.Locationstring `json:"location,omitempty"`// Title: Optional. Title for the expression, i.e. a short string describing// its purpose. This can be used e.g. in UIs which allow to enter the// expression.Titlestring `json:"title,omitempty"`// ForceSendFields is a list of field names (e.g. "Description") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Description") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Expr: Represents a textual expression in the Common Expression Language(CEL) syntax. CEL is a C-like expression language. The syntax and semanticsof CEL are documented athttps://github.com/google/cel-spec. Example(Comparison): title: "Summary size limit" description: "Determines if asummary is less than 100 chars" expression: "document.summary.size() < 100"Example (Equality): title: "Requestor is owner" description: "Determines ifrequestor is the document owner" expression: "document.owner ==request.auth.claims.email" Example (Logic): title: "Public documents"description: "Determine whether the document should be publicly visible"expression: "document.type != 'private' && document.type != 'internal'"Example (Data Manipulation): title: "Notification string" description:"Create a notification string with a timestamp." expression: "'New messagereceived at ' + string(document.create_time)" The exact variables andfunctions that may be referenced within an expression are determined by theservice that evaluates it. See the service documentation for additionalinformation.

func (Expr)MarshalJSON

func (sExpr) MarshalJSON() ([]byte,error)

typeGeoPolicyadded inv0.186.0

type GeoPolicy struct {// EnableFencing: Without fencing, if health check fails for all configured// items in the current geo bucket, we failover to the next nearest geo bucket.// With fencing, if health checking is enabled, as long as some targets in the// current geo bucket are healthy, we return only the healthy targets. However,// if all targets are unhealthy, we don't failover to the next nearest bucket;// instead, we return all the items in the current bucket even when all targets// are unhealthy.EnableFencingbool `json:"enableFencing,omitempty"`// Item: The primary geo routing configuration. If there are multiple items// with the same location, an error is returned instead.Item []*GeoPolicyItem `json:"item,omitempty"`// ForceSendFields is a list of field names (e.g. "EnableFencing") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "EnableFencing") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

GeoPolicy: Configures a `RRSetRoutingPolicy` that routes based on the geolocation of the querying user.

func (GeoPolicy)MarshalJSONadded inv0.186.0

func (sGeoPolicy) MarshalJSON() ([]byte,error)

typeGeoPolicyItemadded inv0.186.0

type GeoPolicyItem struct {// HealthCheckedTargets: For A and AAAA types only. Endpoints to return in the// query result only if they are healthy. These can be specified along with// `rrdata` within this item.HealthCheckedTargets *HealthCheckTargets `json:"healthCheckedTargets,omitempty"`// Location: The geo-location granularity is a GCP region. This location string// should correspond to a GCP region. e.g. "us-east1", "southamerica-east1",// "asia-east1", etc.Locationstring   `json:"location,omitempty"`Rrdata   []string `json:"rrdata,omitempty"`// SignatureRrdata: DNSSEC generated signatures for all the `rrdata` within// this item. When using health-checked targets for DNSSEC-enabled zones, you// can only use at most one health-checked IP address per item.SignatureRrdata []string `json:"signatureRrdata,omitempty"`// ForceSendFields is a list of field names (e.g. "HealthCheckedTargets") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "HealthCheckedTargets") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

GeoPolicyItem: ResourceRecordSet data for one geo location.

func (GeoPolicyItem)MarshalJSONadded inv0.186.0

func (sGeoPolicyItem) MarshalJSON() ([]byte,error)

typeGlueRecord

type GlueRecord struct {// HostName: Required. Domain name of the host in Punycode format.HostNamestring `json:"hostName,omitempty"`// Ipv4Addresses: List of IPv4 addresses corresponding to this host in the// standard decimal format (e.g. `198.51.100.1`). At least one of// `ipv4_address` and `ipv6_address` must be set.Ipv4Addresses []string `json:"ipv4Addresses,omitempty"`// Ipv6Addresses: List of IPv6 addresses corresponding to this host in the// standard hexadecimal format (e.g. `2001:db8::`). At least one of// `ipv4_address` and `ipv6_address` must be set.Ipv6Addresses []string `json:"ipv6Addresses,omitempty"`// ForceSendFields is a list of field names (e.g. "HostName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "HostName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

GlueRecord: Defines a host on your domain that is a DNS name server for yourdomain and/or other domains. Glue records are a way of making the IP addressof a name server known, even when it serves DNS queries for its parentdomain. For example, when `ns.example.com` is a name server for`example.com`, the host `ns.example.com` must have a glue record to breakthe circular DNS reference.

func (GlueRecord)MarshalJSON

func (sGlueRecord) MarshalJSON() ([]byte,error)

typeGoogleDomainsDns

type GoogleDomainsDns struct {// DsRecords: Output only. The list of DS records published for this domain.// The list is automatically populated when `ds_state` is// `DS_RECORDS_PUBLISHED`, otherwise it remains empty.DsRecords []*DsRecord `json:"dsRecords,omitempty"`// DsState: Required. The state of DS records for this domain. Used to enable// or disable automatic DNSSEC.//// Possible values://   "DS_STATE_UNSPECIFIED" - DS state is unspecified.//   "DS_RECORDS_UNPUBLISHED" - DNSSEC is disabled for this domain. No DS// records for this domain are published in the parent DNS zone.//   "DS_RECORDS_PUBLISHED" - DNSSEC is enabled for this domain. Appropriate DS// records for this domain are published in the parent DNS zone. This option is// valid only if the DNS zone referenced in the `Registration`'s `dns_provider`// field is already DNSSEC-signed.DsStatestring `json:"dsState,omitempty"`// NameServers: Output only. A list of name servers that store the DNS zone for// this domain. Each name server is a domain name, with Unicode domain names// expressed in Punycode format. This field is automatically populated with the// name servers assigned to the Google Domains DNS zone.NameServers []string `json:"nameServers,omitempty"`// ForceSendFields is a list of field names (e.g. "DsRecords") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DsRecords") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

GoogleDomainsDns: Deprecated: For more information, see Cloud Domainsfeature deprecation(https://cloud.google.com/domains/docs/deprecations/feature-deprecations).Configuration for using the free DNS zone provided by Google Domains as a`Registration`'s `dns_provider`. You cannot configure the DNS zone itselfusing the API. To configure the DNS zone, go to Google Domains(https://domains.google/).

func (GoogleDomainsDns)MarshalJSON

func (sGoogleDomainsDns) MarshalJSON() ([]byte,error)

typeHealthCheckTargetsadded inv0.186.0

type HealthCheckTargets struct {// ExternalEndpoints: The Internet IP addresses to be health checked. The// format matches the format of ResourceRecordSet.rrdata as defined inRFC 1035// (section 5) andRFC 1034 (section 3.6.1)ExternalEndpoints []string `json:"externalEndpoints,omitempty"`// InternalLoadBalancer: Configuration for internal load balancers to be health// checked.InternalLoadBalancer []*LoadBalancerTarget `json:"internalLoadBalancer,omitempty"`// ForceSendFields is a list of field names (e.g. "ExternalEndpoints") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ExternalEndpoints") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

HealthCheckTargets: HealthCheckTargets describes endpoints to health-checkwhen responding to Routing Policy queries. Only the healthy endpoints willbe included in the response. Set either `internal_load_balancer` or`external_endpoints`. Do not set both.

func (HealthCheckTargets)MarshalJSONadded inv0.186.0

func (sHealthCheckTargets) MarshalJSON() ([]byte,error)

typeImportDomainRequestadded inv0.86.0

type ImportDomainRequest struct {// DomainName: Required. The domain name. Unicode domain names must be// expressed in Punycode format.DomainNamestring `json:"domainName,omitempty"`// Labels: Set of labels associated with the `Registration`.Labels map[string]string `json:"labels,omitempty"`// ForceSendFields is a list of field names (e.g. "DomainName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DomainName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ImportDomainRequest: Deprecated: For more information, see Cloud Domainsfeature deprecation(https://cloud.google.com/domains/docs/deprecations/feature-deprecations).Request for the `ImportDomain` method.

func (ImportDomainRequest)MarshalJSONadded inv0.86.0

func (sImportDomainRequest) MarshalJSON() ([]byte,error)

typeInitiatePushTransferRequestadded inv0.185.0

type InitiatePushTransferRequest struct {// Tag: Required. The Tag of the new registrar. Can be found at List of// registrars (https://nominet.uk/registrar-list/).Tagstring `json:"tag,omitempty"`// ForceSendFields is a list of field names (e.g. "Tag") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Tag") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

InitiatePushTransferRequest: Request for the `InitiatePushTransfer` method.

func (InitiatePushTransferRequest)MarshalJSONadded inv0.185.0

func (sInitiatePushTransferRequest) MarshalJSON() ([]byte,error)

typeListLocationsResponse

type ListLocationsResponse struct {// Locations: A list of locations that matches the specified filter in the// request.Locations []*Location `json:"locations,omitempty"`// NextPageToken: The standard List next-page token.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Locations") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Locations") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListLocationsResponse: The response message for Locations.ListLocations.

func (ListLocationsResponse)MarshalJSON

func (sListLocationsResponse) MarshalJSON() ([]byte,error)

typeListOperationsResponse

type ListOperationsResponse struct {// NextPageToken: The standard List next-page token.NextPageTokenstring `json:"nextPageToken,omitempty"`// Operations: A list of operations that matches the specified filter in the// request.Operations []*Operation `json:"operations,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListOperationsResponse: The response message for Operations.ListOperations.

func (ListOperationsResponse)MarshalJSON

func (sListOperationsResponse) MarshalJSON() ([]byte,error)

typeListRegistrationsResponse

type ListRegistrationsResponse struct {// NextPageToken: When present, there are more results to retrieve. Set// `page_token` to this value on a subsequent call to get the next page of// results.NextPageTokenstring `json:"nextPageToken,omitempty"`// Registrations: A list of `Registration`s.Registrations []*Registration `json:"registrations,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ListRegistrationsResponse: Response for the `ListRegistrations` method.

func (ListRegistrationsResponse)MarshalJSON

func (sListRegistrationsResponse) MarshalJSON() ([]byte,error)

typeLoadBalancerTargetadded inv0.186.0

type LoadBalancerTarget struct {// IpAddress: The frontend IP address of the load balancer to health check.IpAddressstring `json:"ipAddress,omitempty"`// IpProtocol: The protocol of the load balancer to health check.//// Possible values://   "UNDEFINED"//   "TCP" - Indicates the load balancer is accessible via TCP.//   "UDP" - Indicates the load balancer is accessible via UDP.IpProtocolstring `json:"ipProtocol,omitempty"`// LoadBalancerType: The type of load balancer specified by this target. This// value must match the configuration of the load balancer located at the// LoadBalancerTarget's IP address, port, and region. Use the following: -// *regionalL4ilb*: for a regional internal passthrough Network Load Balancer.// - *regionalL7ilb*: for a regional internal Application Load Balancer. -// *globalL7ilb*: for a global internal Application Load Balancer.//// Possible values://   "NONE"//   "GLOBAL_L7ILB" - Indicates the load balancer is a Cross-Region Application// Load Balancer.//   "REGIONAL_L4ILB" - Indicates the load balancer is a Regional Network// Passthrough Load Balancer.//   "REGIONAL_L7ILB" - Indicates the load balancer is a Regional Application// Load Balancer.LoadBalancerTypestring `json:"loadBalancerType,omitempty"`// NetworkUrl: The fully qualified URL of the network that the load balancer is// attached to. This should be formatted like// `https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{ne// twork}`.NetworkUrlstring `json:"networkUrl,omitempty"`// Port: The configured port of the load balancer.Portstring `json:"port,omitempty"`// Project: The project ID in which the load balancer is located.Projectstring `json:"project,omitempty"`// Region: The region in which the load balancer is located.Regionstring `json:"region,omitempty"`// ForceSendFields is a list of field names (e.g. "IpAddress") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "IpAddress") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

LoadBalancerTarget: The configuration for an individual load balancer tohealth check.

func (LoadBalancerTarget)MarshalJSONadded inv0.186.0

func (sLoadBalancerTarget) MarshalJSON() ([]byte,error)

typeLocation

type Location struct {// DisplayName: The friendly name for this location, typically a nearby city// name. For example, "Tokyo".DisplayNamestring `json:"displayName,omitempty"`// Labels: Cross-service attributes for the location. For example// {"cloud.googleapis.com/region": "us-east1"}Labels map[string]string `json:"labels,omitempty"`// LocationId: The canonical id for this location. For example: "us-east1".LocationIdstring `json:"locationId,omitempty"`// Metadata: Service-specific metadata. For example the available capacity at// the given location.Metadatagoogleapi.RawMessage `json:"metadata,omitempty"`// Name: Resource name for the location, which may vary between// implementations. For example:// "projects/example-project/locations/us-east1"Namestring `json:"name,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "DisplayName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DisplayName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Location: A resource that represents a Google Cloud location.

func (Location)MarshalJSON

func (sLocation) MarshalJSON() ([]byte,error)

typeManagementSettings

type ManagementSettings struct {// EffectiveTransferLockState: Output only. The actual transfer lock state for// this `Registration`.//// Possible values://   "TRANSFER_LOCK_STATE_UNSPECIFIED" - The state is unspecified.//   "UNLOCKED" - The domain is unlocked and can be transferred to another// registrar.//   "LOCKED" - The domain is locked and cannot be transferred to another// registrar.EffectiveTransferLockStatestring `json:"effectiveTransferLockState,omitempty"`// PreferredRenewalMethod: Optional. The desired renewal method for this// `Registration`. The actual `renewal_method` is automatically updated to// reflect this choice. If unset or equal to `RENEWAL_METHOD_UNSPECIFIED`, the// actual `renewalMethod` is treated as if it were set to `AUTOMATIC_RENEWAL`.// You cannot use `RENEWAL_DISABLED` during resource creation, and you can// update the renewal status only when the `Registration` resource has state// `ACTIVE` or `SUSPENDED`. When `preferred_renewal_method` is set to// `AUTOMATIC_RENEWAL`, the actual `renewal_method` can be set to// `RENEWAL_DISABLED` in case of problems with the billing account or reported// domain abuse. In such cases, check the `issues` field on the `Registration`.// After the problem is resolved, the `renewal_method` is automatically updated// to `preferred_renewal_method` in a few hours.//// Possible values://   "RENEWAL_METHOD_UNSPECIFIED" - The renewal method is undefined.//   "AUTOMATIC_RENEWAL" - The domain is automatically renewed each year.//   "MANUAL_RENEWAL" - Deprecated: For more information, see [Cloud Domains// feature// deprecation](https://cloud.google.com/domains/docs/deprecations/feature-depre// cations). This option was never used. Use `RENEWAL_DISABLED` instead.//   "RENEWAL_DISABLED" - The domain won't be renewed and will expire at its// expiration time.PreferredRenewalMethodstring `json:"preferredRenewalMethod,omitempty"`// RenewalMethod: Output only. The actual renewal method for this// `Registration`. When `preferred_renewal_method` is set to// `AUTOMATIC_RENEWAL`, the actual `renewal_method` can be equal to// `RENEWAL_DISABLED`—for example, when there are problems with the billing// account or reported domain abuse. In such cases, check the `issues` field on// the `Registration`. After the problem is resolved, the `renewal_method` is// automatically updated to `preferred_renewal_method` in a few hours.//// Possible values://   "RENEWAL_METHOD_UNSPECIFIED" - The renewal method is undefined.//   "AUTOMATIC_RENEWAL" - The domain is automatically renewed each year.//   "MANUAL_RENEWAL" - Deprecated: For more information, see [Cloud Domains// feature// deprecation](https://cloud.google.com/domains/docs/deprecations/feature-depre// cations). This option was never used. Use `RENEWAL_DISABLED` instead.//   "RENEWAL_DISABLED" - The domain won't be renewed and will expire at its// expiration time.RenewalMethodstring `json:"renewalMethod,omitempty"`// TransferLockState: This is the desired transfer lock state for this// `Registration`. A transfer lock controls whether the domain can be// transferred to another registrar. The transfer lock state of the domain is// returned in the `effective_transfer_lock_state` property. The transfer lock// state values might be different for the following reasons: *// `transfer_lock_state` was updated only a short time ago. * Domains with the// `TRANSFER_LOCK_UNSUPPORTED_BY_REGISTRY` state are in the list of// `domain_properties`. These domains are always in the `UNLOCKED` state.//// Possible values://   "TRANSFER_LOCK_STATE_UNSPECIFIED" - The state is unspecified.//   "UNLOCKED" - The domain is unlocked and can be transferred to another// registrar.//   "LOCKED" - The domain is locked and cannot be transferred to another// registrar.TransferLockStatestring `json:"transferLockState,omitempty"`// ForceSendFields is a list of field names (e.g. "EffectiveTransferLockState")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "EffectiveTransferLockState") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ManagementSettings: Defines renewal, billing, and transfer settings for a`Registration`.

func (ManagementSettings)MarshalJSON

func (sManagementSettings) MarshalJSON() ([]byte,error)

typeMoney

type Money struct {// CurrencyCode: The three-letter currency code defined in ISO 4217.CurrencyCodestring `json:"currencyCode,omitempty"`// Nanos: Number of nano (10^-9) units of the amount. The value must be between// -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos`// must be positive or zero. If `units` is zero, `nanos` can be positive, zero,// or negative. If `units` is negative, `nanos` must be negative or zero. For// example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.Nanosint64 `json:"nanos,omitempty"`// Units: The whole units of the amount. For example if `currencyCode` is// "USD", then 1 unit is one US dollar.Unitsint64 `json:"units,omitempty,string"`// ForceSendFields is a list of field names (e.g. "CurrencyCode") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CurrencyCode") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Money: Represents an amount of money with its currency type.

func (Money)MarshalJSON

func (sMoney) MarshalJSON() ([]byte,error)

typeOperation

type Operation struct {// Done: If the value is `false`, it means the operation is still in progress.// If `true`, the operation is completed, and either `error` or `response` is// available.Donebool `json:"done,omitempty"`// Error: The error result of the operation in case of failure or cancellation.Error *Status `json:"error,omitempty"`// Metadata: Service-specific metadata associated with the operation. It// typically contains progress information and common metadata such as create// time. Some services might not provide such metadata. Any method that returns// a long-running operation should document the metadata type, if any.Metadatagoogleapi.RawMessage `json:"metadata,omitempty"`// Name: The server-assigned name, which is only unique within the same service// that originally returns it. If you use the default HTTP mapping, the `name`// should be a resource name ending with `operations/{unique_id}`.Namestring `json:"name,omitempty"`// Response: The normal, successful response of the operation. If the original// method returns no data on success, such as `Delete`, the response is// `google.protobuf.Empty`. If the original method is standard// `Get`/`Create`/`Update`, the response should be the resource. For other// methods, the response should have the type `XxxResponse`, where `Xxx` is the// original method name. For example, if the original method name is// `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.Responsegoogleapi.RawMessage `json:"response,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Done") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Done") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Operation: This resource represents a long-running operation that is theresult of a network API call.

func (Operation)MarshalJSON

func (sOperation) MarshalJSON() ([]byte,error)

typeOperationMetadata

type OperationMetadata struct {// ApiVersion: API version used to start the operation.ApiVersionstring `json:"apiVersion,omitempty"`// CreateTime: The time the operation was created.CreateTimestring `json:"createTime,omitempty"`// EndTime: The time the operation finished running.EndTimestring `json:"endTime,omitempty"`// StatusDetail: Human-readable status of the operation, if any.StatusDetailstring `json:"statusDetail,omitempty"`// Target: Server-defined resource path for the target of the operation.Targetstring `json:"target,omitempty"`// Verb: Name of the verb executed by the operation.Verbstring `json:"verb,omitempty"`// ForceSendFields is a list of field names (e.g. "ApiVersion") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ApiVersion") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

OperationMetadata: Represents the metadata of the long-running operation.Output only.

func (OperationMetadata)MarshalJSON

func (sOperationMetadata) MarshalJSON() ([]byte,error)

typePolicy

type Policy struct {// AuditConfigs: Specifies cloud audit logging configuration for this policy.AuditConfigs []*AuditConfig `json:"auditConfigs,omitempty"`// Bindings: Associates a list of `members`, or principals, with a `role`.// Optionally, may specify a `condition` that determines how and when the// `bindings` are applied. Each of the `bindings` must contain at least one// principal. The `bindings` in a `Policy` can refer to up to 1,500 principals;// up to 250 of these principals can be Google groups. Each occurrence of a// principal counts towards these limits. For example, if the `bindings` grant// 50 different roles to `user:alice@example.com`, and not to any other// principal, then you can add another 1,450 principals to the `bindings` in// the `Policy`.Bindings []*Binding `json:"bindings,omitempty"`// Etag: `etag` is used for optimistic concurrency control as a way to help// prevent simultaneous updates of a policy from overwriting each other. It is// strongly suggested that systems make use of the `etag` in the// read-modify-write cycle to perform policy updates in order to avoid race// conditions: An `etag` is returned in the response to `getIamPolicy`, and// systems are expected to put that etag in the request to `setIamPolicy` to// ensure that their change will be applied to the same version of the policy.// **Important:** If you use IAM Conditions, you must include the `etag` field// whenever you call `setIamPolicy`. If you omit this field, then IAM allows// you to overwrite a version `3` policy with a version `1` policy, and all of// the conditions in the version `3` policy are lost.Etagstring `json:"etag,omitempty"`// Version: Specifies the format of the policy. Valid values are `0`, `1`, and// `3`. Requests that specify an invalid value are rejected. Any operation that// affects conditional role bindings must specify version `3`. This requirement// applies to the following operations: * Getting a policy that includes a// conditional role binding * Adding a conditional role binding to a policy *// Changing a conditional role binding in a policy * Removing any role binding,// with or without a condition, from a policy that includes conditions// **Important:** If you use IAM Conditions, you must include the `etag` field// whenever you call `setIamPolicy`. If you omit this field, then IAM allows// you to overwrite a version `3` policy with a version `1` policy, and all of// the conditions in the version `3` policy are lost. If a policy does not// include any conditions, operations on that policy may specify any valid// version or leave the field unset. To learn which resources support// conditions in their IAM policies, see the IAM documentation// (https://cloud.google.com/iam/help/conditions/resource-policies).Versionint64 `json:"version,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "AuditConfigs") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AuditConfigs") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Policy: An Identity and Access Management (IAM) policy, which specifiesaccess controls for Google Cloud resources. A `Policy` is a collection of`bindings`. A `binding` binds one or more `members`, or principals, to asingle `role`. Principals can be user accounts, service accounts, Googlegroups, and domains (such as G Suite). A `role` is a named list ofpermissions; each `role` can be an IAM predefined role or a user-createdcustom role. For some types of Google Cloud resources, a `binding` can alsospecify a `condition`, which is a logical expression that allows access to aresource only if the expression evaluates to `true`. A condition can addconstraints based on attributes of the request, the resource, or both. Tolearn which resources support conditions in their IAM policies, see the IAMdocumentation(https://cloud.google.com/iam/help/conditions/resource-policies). **JSONexample:** ``` { "bindings": [ { "role":"roles/resourcemanager.organizationAdmin", "members": ["user:mike@example.com", "group:admins@example.com", "domain:google.com","serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role":"roles/resourcemanager.organizationViewer", "members": ["user:eve@example.com" ], "condition": { "title": "expirable access","description": "Does not grant access after Sep 2020", "expression":"request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag":"BwWWja0YfJA=", "version": 3 } ``` **YAML example:** ``` bindings: -members: - user:mike@example.com - group:admins@example.com -domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.comrole: roles/resourcemanager.organizationAdmin - members: -user:eve@example.com role: roles/resourcemanager.organizationViewercondition: title: expirable access description: Does not grant access afterSep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z')etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features,see the IAM documentation (https://cloud.google.com/iam/docs/).

func (Policy)MarshalJSON

func (sPolicy) MarshalJSON() ([]byte,error)

typePostalAddress

type PostalAddress struct {// AddressLines: Unstructured address lines describing the lower levels of an// address. Because values in `address_lines` do not have type information and// may sometimes contain multiple values in a single field (for example,// "Austin, TX"), it is important that the line order is clear. The order of// address lines should be "envelope order" for the country or region of the// address. In places where this can vary (for example, Japan),// `address_language` is used to make it explicit (for example, "ja" for// large-to-small ordering and "ja-Latn" or "en" for small-to-large). In this// way, the most specific line of an address can be selected based on the// language. The minimum permitted structural representation of an address// consists of a `region_code` with all remaining information placed in the// `address_lines`. It would be possible to format such an address very// approximately without geocoding, but no semantic reasoning could be made// about any of the address components until it was at least partially// resolved. Creating an address only containing a `region_code` and// `address_lines` and then geocoding is the recommended way to handle// completely unstructured addresses (as opposed to guessing which parts of the// address should be localities or administrative areas).AddressLines []string `json:"addressLines,omitempty"`// AdministrativeArea: Optional. Highest administrative subdivision which is// used for postal addresses of a country or region. For example, this can be a// state, a province, an oblast, or a prefecture. For Spain, this is the// province and not the autonomous community (for example, "Barcelona" and not// "Catalonia"). Many countries don't use an administrative area in postal// addresses. For example, in Switzerland, this should be left unpopulated.AdministrativeAreastring `json:"administrativeArea,omitempty"`// LanguageCode: Optional. BCP-47 language code of the contents of this address// (if known). This is often the UI language of the input form or is expected// to match one of the languages used in the address' country/region, or their// transliterated equivalents. This can affect formatting in certain countries,// but is not critical to the correctness of the data and will never affect any// validation or other non-formatting related operations. If this value is not// known, it should be omitted (rather than specifying a possibly incorrect// default). Examples: "zh-Hant", "ja", "ja-Latn", "en".LanguageCodestring `json:"languageCode,omitempty"`// Locality: Optional. Generally refers to the city or town portion of the// address. Examples: US city, IT comune, UK post town. In regions of the world// where localities are not well defined or do not fit into this structure// well, leave `locality` empty and use `address_lines`.Localitystring `json:"locality,omitempty"`// Organization: Optional. The name of the organization at the address.Organizationstring `json:"organization,omitempty"`// PostalCode: Optional. Postal code of the address. Not all countries use or// require postal codes to be present, but where they are used, they may// trigger additional validation with other parts of the address (for example,// state or zip code validation in the United States).PostalCodestring `json:"postalCode,omitempty"`// Recipients: Optional. The recipient at the address. This field may, under// certain circumstances, contain multiline information. For example, it might// contain "care of" information.Recipients []string `json:"recipients,omitempty"`// RegionCode: Required. CLDR region code of the country/region of the address.// This is never inferred and it is up to the user to ensure the value is// correct. Seehttps://cldr.unicode.org/ and//https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html// for details. Example: "CH" for Switzerland.RegionCodestring `json:"regionCode,omitempty"`// Revision: The schema revision of the `PostalAddress`. This must be set to 0,// which is the latest revision. All new revisions **must** be backward// compatible with old revisions.Revisionint64 `json:"revision,omitempty"`// SortingCode: Optional. Additional, country-specific, sorting code. This is// not used in most regions. Where it is used, the value is either a string// like "CEDEX", optionally followed by a number (for example, "CEDEX 7"), or// just a number alone, representing the "sector code" (Jamaica), "delivery// area indicator" (Malawi) or "post office indicator" (Côte d'Ivoire).SortingCodestring `json:"sortingCode,omitempty"`// Sublocality: Optional. Sublocality of the address. For example, this can be// a neighborhood, borough, or district.Sublocalitystring `json:"sublocality,omitempty"`// ForceSendFields is a list of field names (e.g. "AddressLines") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AddressLines") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

PostalAddress: Represents a postal address, such as for postal delivery orpayments addresses. With a postal address, a postal service can deliveritems to a premise, P.O. box, or similar. A postal address is not intendedto model geographical locations like roads, towns, or mountains. In typicalusage, an address would be created by user input or from importing existingdata, depending on the type of process. Advice on address input or editing:- Use an internationalization-ready address widget such ashttps://github.com/google/libaddressinput. - Users should not be presentedwith UI elements for input or editing of fields outside countries where thatfield is used. For more guidance on how to use this schema, see:https://support.google.com/business/answer/6397478.

func (PostalAddress)MarshalJSON

func (sPostalAddress) MarshalJSON() ([]byte,error)

typePrimaryBackupPolicyadded inv0.186.0

type PrimaryBackupPolicy struct {// BackupGeoTargets: Backup targets provide a regional failover policy for the// otherwise global primary targets. If serving state is set to `BACKUP`, this// policy essentially becomes a geo routing policy.BackupGeoTargets *GeoPolicy `json:"backupGeoTargets,omitempty"`// PrimaryTargets: Endpoints that are health checked before making the routing// decision. Unhealthy endpoints are omitted from the results. If all endpoints// are unhealthy, we serve a response based on the `backup_geo_targets`.PrimaryTargets *HealthCheckTargets `json:"primaryTargets,omitempty"`// TrickleTraffic: When serving state is `PRIMARY`, this field provides the// option of sending a small percentage of the traffic to the backup targets.TrickleTrafficfloat64 `json:"trickleTraffic,omitempty"`// ForceSendFields is a list of field names (e.g. "BackupGeoTargets") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "BackupGeoTargets") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

PrimaryBackupPolicy: Configures a RRSetRoutingPolicy such that all queriesare responded with the primary_targets if they are healthy. And if all ofthem are unhealthy, then we fallback to a geo localized policy.

func (PrimaryBackupPolicy)MarshalJSONadded inv0.186.0

func (sPrimaryBackupPolicy) MarshalJSON() ([]byte,error)

func (*PrimaryBackupPolicy)UnmarshalJSONadded inv0.186.0

func (s *PrimaryBackupPolicy) UnmarshalJSON(data []byte)error

typeProjectsLocationsGetCall

type ProjectsLocationsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsGetCall)Do

Do executes the "domains.projects.locations.get" call.Any non-2xx status code is an error. Response headers are in either*Location.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsListCall

type ProjectsLocationsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsListCall)Do

Do executes the "domains.projects.locations.list" call.Any non-2xx status code is an error. Response headers are in either*ListLocationsResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsListCall)ExtraLocationTypesadded inv0.250.0

func (c *ProjectsLocationsListCall) ExtraLocationTypes(extraLocationTypes ...string) *ProjectsLocationsListCall

ExtraLocationTypes sets the optional parameter "extraLocationTypes": Unlessexplicitly documented otherwise, don't use this unsupported field which isprimarily intended for internal usage.

func (*ProjectsLocationsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsListCall)Filter

Filter sets the optional parameter "filter": A filter to narrow down resultsto a preferred subset. The filtering language accepts strings like"displayName=tokyo", and is documented in more detail in AIP-160(https://google.aip.dev/160).

func (*ProjectsLocationsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsListCall)PageSize

PageSize sets the optional parameter "pageSize": The maximum number ofresults to return. If not set, the service selects a default.

func (*ProjectsLocationsListCall)PageToken

PageToken sets the optional parameter "pageToken": A page token receivedfrom the `next_page_token` field in the response. Send that page token toreceive the subsequent page.

func (*ProjectsLocationsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsOperationsGetCall

type ProjectsLocationsOperationsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOperationsGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsGetCall)Do

Do executes the "domains.projects.locations.operations.get" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOperationsGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOperationsGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsOperationsGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsOperationsListCall

type ProjectsLocationsOperationsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOperationsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsListCall)Do

Do executes the "domains.projects.locations.operations.list" call.Any non-2xx status code is an error. Response headers are in either*ListOperationsResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsOperationsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsOperationsListCall)Filter

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsOperationsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsOperationsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsOperationsListCall)PageSize

PageSize sets the optional parameter "pageSize": The standard list pagesize.

func (*ProjectsLocationsOperationsListCall)PageToken

PageToken sets the optional parameter "pageToken": The standard list pagetoken.

func (*ProjectsLocationsOperationsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsOperationsService

type ProjectsLocationsOperationsService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsOperationsService)Get

Get: Gets the latest state of a long-running operation. Clients can use thismethod to poll the operation result at intervals as recommended by the APIservice.

- name: The name of the operation resource.

func (*ProjectsLocationsOperationsService)List

List: Lists operations that match the specified filter in the request. Ifthe server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

typeProjectsLocationsRegistrationsConfigureContactSettingsCall

type ProjectsLocationsRegistrationsConfigureContactSettingsCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsConfigureContactSettingsCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsConfigureContactSettingsCall)Do

Do executes the "domains.projects.locations.registrations.configureContactSettings" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsConfigureContactSettingsCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsConfigureContactSettingsCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsRegistrationsConfigureDnsSettingsCall

type ProjectsLocationsRegistrationsConfigureDnsSettingsCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsConfigureDnsSettingsCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsConfigureDnsSettingsCall)Do

Do executes the "domains.projects.locations.registrations.configureDnsSettings" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsConfigureDnsSettingsCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsConfigureDnsSettingsCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsRegistrationsConfigureManagementSettingsCall

type ProjectsLocationsRegistrationsConfigureManagementSettingsCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsConfigureManagementSettingsCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsConfigureManagementSettingsCall)Do

Do executes the "domains.projects.locations.registrations.configureManagementSettings" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsConfigureManagementSettingsCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsConfigureManagementSettingsCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsRegistrationsDeleteCall

type ProjectsLocationsRegistrationsDeleteCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsDeleteCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsDeleteCall)Do

Do executes the "domains.projects.locations.registrations.delete" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsDeleteCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsDeleteCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsRegistrationsExportCall

type ProjectsLocationsRegistrationsExportCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsExportCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsExportCall)Do

Do executes the "domains.projects.locations.registrations.export" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsExportCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsExportCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsRegistrationsGetCall

type ProjectsLocationsRegistrationsGetCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsGetCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsGetCall)Do

Do executes the "domains.projects.locations.registrations.get" call.Any non-2xx status code is an error. Response headers are in either*Registration.ServerResponse.Header or (if a response was returned at all)in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsGetCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsGetCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsRegistrationsGetCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsRegistrationsGetIamPolicyCall

type ProjectsLocationsRegistrationsGetIamPolicyCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsGetIamPolicyCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsGetIamPolicyCall)Do

Do executes the "domains.projects.locations.registrations.getIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*Policy.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsGetIamPolicyCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsGetIamPolicyCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsRegistrationsGetIamPolicyCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsRegistrationsGetIamPolicyCall)OptionsRequestedPolicyVersion

func (c *ProjectsLocationsRegistrationsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersionint64) *ProjectsLocationsRegistrationsGetIamPolicyCall

OptionsRequestedPolicyVersion sets the optional parameter"options.requestedPolicyVersion": The maximum policy version that will beused to format the policy. Valid values are 0, 1, and 3. Requests specifyingan invalid value will be rejected. Requests for policies with anyconditional role bindings must specify version 3. Policies with noconditional role bindings may specify any valid value or leave the fieldunset. The policy in the response might use the policy version that youspecified, or it might use a lower policy version. For example, if youspecify version 3, but the policy has no conditional role bindings, theresponse uses version 1. To learn which resources support conditions intheir IAM policies, see the IAM documentation(https://cloud.google.com/iam/help/conditions/resource-policies).

typeProjectsLocationsRegistrationsImportCalladded inv0.86.0

type ProjectsLocationsRegistrationsImportCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsImportCall)Contextadded inv0.86.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsImportCall)Doadded inv0.86.0

Do executes the "domains.projects.locations.registrations.import" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsImportCall)Fieldsadded inv0.86.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsImportCall)Headeradded inv0.86.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsRegistrationsInitiatePushTransferCalladded inv0.185.0

type ProjectsLocationsRegistrationsInitiatePushTransferCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsInitiatePushTransferCall)Contextadded inv0.185.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsInitiatePushTransferCall)Doadded inv0.185.0

Do executes the "domains.projects.locations.registrations.initiatePushTransfer" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsInitiatePushTransferCall)Fieldsadded inv0.185.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsInitiatePushTransferCall)Headeradded inv0.185.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsRegistrationsListCall

type ProjectsLocationsRegistrationsListCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsListCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsListCall)Do

Do executes the "domains.projects.locations.registrations.list" call.Any non-2xx status code is an error. Response headers are in either*ListRegistrationsResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsListCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsListCall)Filter

Filter sets the optional parameter "filter": Filter expression to restrictthe `Registration`s returned. The expression must specify the field name, acomparison operator, and the value that you want to use for filtering. Thevalue must be a string, a number, a boolean, or an enum value. Thecomparison operator should be one of =, !=, >, <, >=, <=, or : for prefix orwildcard matches. For example, to filter to a specific domain name, use anexpression like `domainName="example.com". You can also check for theexistence of a field; for example, to find domains using custom DNSsettings, use an expression like `dnsSettings.customDns:*`. You can alsocreate compound filters by combining expressions with the `AND` and `OR`operators. For example, to find domains that are suspended or have specificissues flagged, use an expression like `(state=SUSPENDED) OR (issue:*)`.

func (*ProjectsLocationsRegistrationsListCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsRegistrationsListCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsRegistrationsListCall)PageSize

PageSize sets the optional parameter "pageSize": Maximum number of resultsto return.

func (*ProjectsLocationsRegistrationsListCall)PageToken

PageToken sets the optional parameter "pageToken": When set to the`next_page_token` from a prior response, provides the next page of results.

func (*ProjectsLocationsRegistrationsListCall)Pages

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsRegistrationsPatchCall

type ProjectsLocationsRegistrationsPatchCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsPatchCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsPatchCall)Do

Do executes the "domains.projects.locations.registrations.patch" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsPatchCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsPatchCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsRegistrationsPatchCall)UpdateMask

UpdateMask sets the optional parameter "updateMask": Required. The fieldmask describing which fields to update as a comma-separated list. Forexample, if only the labels are being updated, the `update_mask` is"labels".

typeProjectsLocationsRegistrationsRegisterCall

type ProjectsLocationsRegistrationsRegisterCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsRegisterCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsRegisterCall)Do

Do executes the "domains.projects.locations.registrations.register" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsRegisterCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsRegisterCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsRegistrationsRenewDomainCalladded inv0.185.0

type ProjectsLocationsRegistrationsRenewDomainCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsRenewDomainCall)Contextadded inv0.185.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsRenewDomainCall)Doadded inv0.185.0

Do executes the "domains.projects.locations.registrations.renewDomain" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsRenewDomainCall)Fieldsadded inv0.185.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsRenewDomainCall)Headeradded inv0.185.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsRegistrationsResetAuthorizationCodeCall

type ProjectsLocationsRegistrationsResetAuthorizationCodeCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsResetAuthorizationCodeCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsResetAuthorizationCodeCall)Do

Do executes the "domains.projects.locations.registrations.resetAuthorizationCode" call.Any non-2xx status code is an error. Response headers are in either*AuthorizationCode.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsRegistrationsResetAuthorizationCodeCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsResetAuthorizationCodeCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsRegistrationsRetrieveAuthorizationCodeCall

type ProjectsLocationsRegistrationsRetrieveAuthorizationCodeCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsRetrieveAuthorizationCodeCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsRetrieveAuthorizationCodeCall)Do

Do executes the "domains.projects.locations.registrations.retrieveAuthorizationCode" call.Any non-2xx status code is an error. Response headers are in either*AuthorizationCode.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsRegistrationsRetrieveAuthorizationCodeCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsRetrieveAuthorizationCodeCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsRegistrationsRetrieveAuthorizationCodeCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsRegistrationsRetrieveGoogleDomainsDnsRecordsCalladded inv0.186.0

type ProjectsLocationsRegistrationsRetrieveGoogleDomainsDnsRecordsCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsRetrieveGoogleDomainsDnsRecordsCall)Contextadded inv0.186.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsRetrieveGoogleDomainsDnsRecordsCall)Doadded inv0.186.0

Do executes the "domains.projects.locations.registrations.retrieveGoogleDomainsDnsRecords" call.Any non-2xx status code is an error. Response headers are in either*RetrieveGoogleDomainsDnsRecordsResponse.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsRetrieveGoogleDomainsDnsRecordsCall)Fieldsadded inv0.186.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsRetrieveGoogleDomainsDnsRecordsCall)Headeradded inv0.186.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsRegistrationsRetrieveGoogleDomainsDnsRecordsCall)IfNoneMatchadded inv0.186.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsRegistrationsRetrieveGoogleDomainsDnsRecordsCall)PageSizeadded inv0.186.0

PageSize sets the optional parameter "pageSize": Maximum number of resultsto return.

func (*ProjectsLocationsRegistrationsRetrieveGoogleDomainsDnsRecordsCall)PageTokenadded inv0.186.0

PageToken sets the optional parameter "pageToken": When set to the`next_page_token` from a prior response, provides the next page of results.

func (*ProjectsLocationsRegistrationsRetrieveGoogleDomainsDnsRecordsCall)Pagesadded inv0.186.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsRegistrationsRetrieveGoogleDomainsForwardingConfigCalladded inv0.185.0

type ProjectsLocationsRegistrationsRetrieveGoogleDomainsForwardingConfigCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsRetrieveGoogleDomainsForwardingConfigCall)Contextadded inv0.185.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsRetrieveGoogleDomainsForwardingConfigCall)Doadded inv0.185.0

Do executes the "domains.projects.locations.registrations.retrieveGoogleDomainsForwardingConfig" call.Any non-2xx status code is an error. Response headers are in either*RetrieveGoogleDomainsForwardingConfigResponse.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsRetrieveGoogleDomainsForwardingConfigCall)Fieldsadded inv0.185.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsRetrieveGoogleDomainsForwardingConfigCall)Headeradded inv0.185.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsRegistrationsRetrieveGoogleDomainsForwardingConfigCall)IfNoneMatchadded inv0.185.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsRegistrationsRetrieveImportableDomainsCalladded inv0.86.0

type ProjectsLocationsRegistrationsRetrieveImportableDomainsCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsRetrieveImportableDomainsCall)Contextadded inv0.86.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsRetrieveImportableDomainsCall)Doadded inv0.86.0

Do executes the "domains.projects.locations.registrations.retrieveImportableDomains" call.Any non-2xx status code is an error. Response headers are in either*RetrieveImportableDomainsResponse.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsRetrieveImportableDomainsCall)Fieldsadded inv0.86.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsRetrieveImportableDomainsCall)Headeradded inv0.86.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsRegistrationsRetrieveImportableDomainsCall)IfNoneMatchadded inv0.86.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsRegistrationsRetrieveImportableDomainsCall)PageSizeadded inv0.86.0

PageSize sets the optional parameter "pageSize": Maximum number of resultsto return.

func (*ProjectsLocationsRegistrationsRetrieveImportableDomainsCall)PageTokenadded inv0.86.0

PageToken sets the optional parameter "pageToken": When set to the`next_page_token` from a prior response, provides the next page of results.

func (*ProjectsLocationsRegistrationsRetrieveImportableDomainsCall)Pagesadded inv0.86.0

Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.

typeProjectsLocationsRegistrationsRetrieveRegisterParametersCall

type ProjectsLocationsRegistrationsRetrieveRegisterParametersCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsRetrieveRegisterParametersCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsRetrieveRegisterParametersCall)Do

Do executes the "domains.projects.locations.registrations.retrieveRegisterParameters" call.Any non-2xx status code is an error. Response headers are in either*RetrieveRegisterParametersResponse.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsRetrieveRegisterParametersCall)DomainName

DomainName sets the optional parameter "domainName": Required. The domainname. Unicode domain names must be expressed in Punycode format.

func (*ProjectsLocationsRegistrationsRetrieveRegisterParametersCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsRetrieveRegisterParametersCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsRegistrationsRetrieveRegisterParametersCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsRegistrationsRetrieveTransferParametersCalladded inv0.59.0

type ProjectsLocationsRegistrationsRetrieveTransferParametersCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsRetrieveTransferParametersCall)Contextadded inv0.59.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsRetrieveTransferParametersCall)Doadded inv0.59.0

Do executes the "domains.projects.locations.registrations.retrieveTransferParameters" call.Any non-2xx status code is an error. Response headers are in either*RetrieveTransferParametersResponse.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsRetrieveTransferParametersCall)DomainNameadded inv0.59.0

DomainName sets the optional parameter "domainName": Required. The domainname. Unicode domain names must be expressed in Punycode format.

func (*ProjectsLocationsRegistrationsRetrieveTransferParametersCall)Fieldsadded inv0.59.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsRetrieveTransferParametersCall)Headeradded inv0.59.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsRegistrationsRetrieveTransferParametersCall)IfNoneMatchadded inv0.59.0

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

typeProjectsLocationsRegistrationsSearchDomainsCall

type ProjectsLocationsRegistrationsSearchDomainsCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsSearchDomainsCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsSearchDomainsCall)Do

Do executes the "domains.projects.locations.registrations.searchDomains" call.Any non-2xx status code is an error. Response headers are in either*SearchDomainsResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.

func (*ProjectsLocationsRegistrationsSearchDomainsCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsSearchDomainsCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

func (*ProjectsLocationsRegistrationsSearchDomainsCall)IfNoneMatch

IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.

func (*ProjectsLocationsRegistrationsSearchDomainsCall)Query

Query sets the optional parameter "query": Required. String used to searchfor available domain names.

typeProjectsLocationsRegistrationsService

type ProjectsLocationsRegistrationsService struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsService)ConfigureContactSettings

ConfigureContactSettings: Updates a `Registration`'s contact settings. Somechanges require confirmation by the domain's registrant contact . Caution:Please consider carefully any changes to contact privacy settings whenchanging from `REDACTED_CONTACT_DATA` to `PUBLIC_CONTACT_DATA.` There may bea delay in reflecting updates you make to registrant contact informationsuch that any changes you make to contact privacy (including from`REDACTED_CONTACT_DATA` to `PUBLIC_CONTACT_DATA`) will be applied withoutdelay but changes to registrant contact information may take a limited timeto be publicized. This means that changes to contact privacy from`REDACTED_CONTACT_DATA` to `PUBLIC_CONTACT_DATA` may make the previousregistrant contact data public until the modified registrant contact detailsare published.

  • registration: The name of the `Registration` whose contact settings arebeing updated, in the format `projects/*/locations/*/registrations/*`.

func (*ProjectsLocationsRegistrationsService)ConfigureDnsSettings

ConfigureDnsSettings: Updates a `Registration`'s DNS settings.

  • registration: The name of the `Registration` whose DNS settings are beingupdated, in the format `projects/*/locations/*/registrations/*`.

func (*ProjectsLocationsRegistrationsService)ConfigureManagementSettings

func (r *ProjectsLocationsRegistrationsService) ConfigureManagementSettings(registrationstring, configuremanagementsettingsrequest *ConfigureManagementSettingsRequest) *ProjectsLocationsRegistrationsConfigureManagementSettingsCall

ConfigureManagementSettings: Updates a `Registration`'s management settings.

  • registration: The name of the `Registration` whose management settings arebeing updated, in the format `projects/*/locations/*/registrations/*`.

func (*ProjectsLocationsRegistrationsService)Delete

Delete: Deletes a `Registration` resource. This method works on any`Registration` resource using Subscription or Commitment billing(/domains/pricing#billing-models), provided that the resource was created atleast 1 day in the past. When an active registration is successfullydeleted, you can continue to use the domain in Google Domains(https://domains.google/) until it expires. The calling user becomes thedomain's sole owner in Google Domains, and permissions for the domain aresubsequently managed there. The domain does not renew automatically unlessthe new owner sets up billing in Google Domains. After January 2024 you willonly be able to delete `Registration` resources when `state` is one of:`EXPORTED`, `EXPIRED`,`REGISTRATION_FAILED` or `TRANSFER_FAILED`. See CloudDomains feature deprecation(https://cloud.google.com/domains/docs/deprecations/feature-deprecations)for more details.

  • name: The name of the `Registration` to delete, in the format`projects/*/locations/*/registrations/*`.

func (*ProjectsLocationsRegistrationsService)Export

Export: Deprecated: For more information, see Cloud Domains featuredeprecation(https://cloud.google.com/domains/docs/deprecations/feature-deprecations)Exports a `Registration` resource, such that it is no longer managed byCloud Domains. When an active domain is successfully exported, you cancontinue to use the domain in Google Domains (https://domains.google/) untilit expires. The calling user becomes the domain's sole owner in GoogleDomains, and permissions for the domain are subsequently managed there. Thedomain does not renew automatically unless the new owner sets up billing inGoogle Domains.

  • name: The name of the `Registration` to export, in the format`projects/*/locations/*/registrations/*`.

func (*ProjectsLocationsRegistrationsService)Get

Get: Gets the details of a `Registration` resource.

  • name: The name of the `Registration` to get, in the format`projects/*/locations/*/registrations/*`.

func (*ProjectsLocationsRegistrationsService)GetIamPolicy

GetIamPolicy: Gets the access control policy for a resource. Returns anempty policy if the resource exists and does not have a policy set.

func (*ProjectsLocationsRegistrationsService)Importadded inv0.86.0

Import: Deprecated: For more information, see Cloud Domains featuredeprecation(https://cloud.google.com/domains/docs/deprecations/feature-deprecations)Imports a domain name from Google Domains (https://domains.google/) for usein Cloud Domains. To transfer a domain from another registrar, use the`TransferDomain` method instead. Since individual users can own domains inGoogle Domains, the calling user must have ownership permission on thedomain.

  • parent: The parent resource of the Registration. Must be in the format`projects/*/locations/*`.

func (*ProjectsLocationsRegistrationsService)InitiatePushTransferadded inv0.185.0

InitiatePushTransfer: Initiates the `Push Transfer` process to transfer thedomain to another registrar. The process might complete instantly or mightrequire confirmation or additional work. Check the emails sent to the emailaddress of the registrant. The process is aborted after a timeout if it'snot completed. This method is only supported for domains that have the`REQUIRE_PUSH_TRANSFER` property in the list of `domain_properties`. Thedomain must also be unlocked before it can be transferred to a differentregistrar. For more information, see Transfer a registered domain to anotherregistrar(https://cloud.google.com/domains/docs/transfer-domain-to-another-registrar).

  • registration: The name of the `Registration` for which the push transferis initiated, in the format `projects/*/locations/*/registrations/*`.

func (*ProjectsLocationsRegistrationsService)List

List: Lists the `Registration` resources in a project.

  • parent: The project and location from which to list `Registration`s,specified in the format `projects/*/locations/*`.

func (*ProjectsLocationsRegistrationsService)Patch

Patch: Updates select fields of a `Registration` resource, notably `labels`.To update other fields, use the appropriate custom update method: * Toupdate management settings, see `ConfigureManagementSettings` * To updateDNS configuration, see `ConfigureDnsSettings` * To update contactinformation, see `ConfigureContactSettings`

  • name: Output only. Name of the `Registration` resource, in the format`projects/*/locations/*/registrations/`.

func (*ProjectsLocationsRegistrationsService)Register

Register: Registers a new domain name and creates a corresponding`Registration` resource. Call `RetrieveRegisterParameters` first to checkavailability of the domain name and determine parameters like price that areneeded to build a call to this method. A successful call creates a`Registration` resource in state `REGISTRATION_PENDING`, which resolves to`ACTIVE` within 1-2 minutes, indicating that the domain was successfullyregistered. If the resource ends up in state `REGISTRATION_FAILED`, itindicates that the domain was not registered successfully, and you cansafely delete the resource and retry registration.

  • parent: The parent resource of the `Registration`. Must be in the format`projects/*/locations/*`.

func (*ProjectsLocationsRegistrationsService)RenewDomainadded inv0.185.0

RenewDomain: Renews a recently expired domain. This method can only becalled on domains that expired in the previous 30 days. After the renewal,the new expiration time of the domain is one year after the old expirationtime and you are charged a `yearly_price` for the renewal.

  • registration: The name of the `Registration` whish is being renewed, inthe format `projects/*/locations/*/registrations/*`.

func (*ProjectsLocationsRegistrationsService)ResetAuthorizationCode

ResetAuthorizationCode: Resets the authorization code of the `Registration`to a new random string. You can call this method only after 60 days haveelapsed since the initial domain registration. Domains that have the`REQUIRE_PUSH_TRANSFER` property in the list of `domain_properties` don'tsupport authorization codes and must use the `InitiatePushTransfer` methodto initiate the process to transfer the domain to a different registrar.

  • registration: The name of the `Registration` whose authorization code isbeing reset, in the format `projects/*/locations/*/registrations/*`.

func (*ProjectsLocationsRegistrationsService)RetrieveAuthorizationCode

RetrieveAuthorizationCode: Gets the authorization code of the `Registration`for the purpose of transferring the domain to another registrar. You cancall this method only after 60 days have elapsed since the initial domainregistration. Domains that have the `REQUIRE_PUSH_TRANSFER` property in thelist of `domain_properties` don't support authorization codes and must usethe `InitiatePushTransfer` method to initiate the process to transfer thedomain to a different registrar.

  • registration: The name of the `Registration` whose authorization code isbeing retrieved, in the format `projects/*/locations/*/registrations/*`.

func (*ProjectsLocationsRegistrationsService)RetrieveGoogleDomainsDnsRecordsadded inv0.186.0

RetrieveGoogleDomainsDnsRecords: Lists the DNS records from the GoogleDomains DNS zone for domains that use the deprecated `google_domains_dns` inthe `Registration`'s `dns_settings`.

  • registration: The name of the `Registration` whose Google Domains DNSrecords details you are retrieving, in the format`projects/*/locations/*/registrations/*`.

func (*ProjectsLocationsRegistrationsService)RetrieveGoogleDomainsForwardingConfigadded inv0.185.0

RetrieveGoogleDomainsForwardingConfig: Lists the deprecated domain and emailforwarding configurations you set up in the deprecated Google Domains UI.The configuration is present only for domains with the`google_domains_redirects_data_available` set to `true` in the`Registration`'s `dns_settings`. A forwarding configuration might not workcorrectly if required DNS records are not present in the domain'sauthoritative DNS Zone.

  • registration: The name of the `Registration` whose Google Domainsforwarding configuration details are being retrieved, in the format`projects/*/locations/*/registrations/*`.

func (*ProjectsLocationsRegistrationsService)RetrieveImportableDomainsadded inv0.86.0

RetrieveImportableDomains: Deprecated: For more information, see CloudDomains feature deprecation(https://cloud.google.com/domains/docs/deprecations/feature-deprecations)Lists domain names from Google Domains (https://domains.google/) that can beimported to Cloud Domains using the `ImportDomain` method. Since individualusers can own domains in Google Domains, the list of domains returneddepends on the individual user making the call. Domains already managed byCloud Domains are not returned.

- location: The location. Must be in the format `projects/*/locations/*`.

func (*ProjectsLocationsRegistrationsService)RetrieveRegisterParameters

RetrieveRegisterParameters: Gets parameters needed to register a new domainname, including price and up-to-date availability. Use the returned valuesto call `RegisterDomain`.

- location: The location. Must be in the format `projects/*/locations/*`.

func (*ProjectsLocationsRegistrationsService)RetrieveTransferParametersadded inv0.59.0

RetrieveTransferParameters: Deprecated: For more information, see CloudDomains feature deprecation(https://cloud.google.com/domains/docs/deprecations/feature-deprecations)Gets parameters needed to transfer a domain name from another registrar toCloud Domains. For domains already managed by Google Domains(https://domains.google/), use `ImportDomain` instead. Use the returnedvalues to call `TransferDomain`.

- location: The location. Must be in the format `projects/*/locations/*`.

func (*ProjectsLocationsRegistrationsService)SearchDomains

SearchDomains: Searches for available domain names similar to the providedquery. Availability results from this method are approximate; call`RetrieveRegisterParameters` on a domain before registering to confirmavailability.

- location: The location. Must be in the format `projects/*/locations/*`.

func (*ProjectsLocationsRegistrationsService)SetIamPolicy

SetIamPolicy: Sets the access control policy on the specified resource.Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`,and `PERMISSION_DENIED` errors.

func (*ProjectsLocationsRegistrationsService)TestIamPermissions

TestIamPermissions: Returns permissions that a caller has on the specifiedresource. If the resource does not exist, this will return an empty set ofpermissions, not a `NOT_FOUND` error. Note: This operation is designed to beused for building permission-aware UIs and command-line tools, not forauthorization checking. This operation may "fail open" without warning.

func (*ProjectsLocationsRegistrationsService)Transferadded inv0.59.0

Transfer: Deprecated: For more information, see Cloud Domains featuredeprecation(https://cloud.google.com/domains/docs/deprecations/feature-deprecations)Transfers a domain name from another registrar to Cloud Domains. For domainsalready managed by Google Domains (https://domains.google/), use`ImportDomain` instead. Before calling this method, go to the domain'scurrent registrar to unlock the domain for transfer and retrieve thedomain's transfer authorization code. Then call `RetrieveTransferParameters`to confirm that the domain is unlocked and to get values needed to build acall to this method. A successful call creates a `Registration` resource instate `TRANSFER_PENDING`. It can take several days to complete the transferprocess. The registrant can often speed up this process by approving thetransfer through the current registrar, either by clicking a link in anemail from the registrar or by visiting the registrar's website. A fewminutes after transfer approval, the resource transitions to state `ACTIVE`,indicating that the transfer was successful. If the transfer is rejected orthe request expires without being approved, the resource can end up in state`TRANSFER_FAILED`. If transfer fails, you can safely delete the resource andretry the transfer.

  • parent: The parent resource of the `Registration`. Must be in the format`projects/*/locations/*`.

typeProjectsLocationsRegistrationsSetIamPolicyCall

type ProjectsLocationsRegistrationsSetIamPolicyCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsSetIamPolicyCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsSetIamPolicyCall)Do

Do executes the "domains.projects.locations.registrations.setIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*Policy.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsSetIamPolicyCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsSetIamPolicyCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsRegistrationsTestIamPermissionsCall

type ProjectsLocationsRegistrationsTestIamPermissionsCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsTestIamPermissionsCall)Context

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsTestIamPermissionsCall)Do

Do executes the "domains.projects.locations.registrations.testIamPermissions" call.Any non-2xx status code is an error. Response headers are in either*TestIamPermissionsResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsTestIamPermissionsCall)Fields

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsTestIamPermissionsCall)Header

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsRegistrationsTransferCalladded inv0.59.0

type ProjectsLocationsRegistrationsTransferCall struct {// contains filtered or unexported fields}

func (*ProjectsLocationsRegistrationsTransferCall)Contextadded inv0.59.0

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsRegistrationsTransferCall)Doadded inv0.59.0

Do executes the "domains.projects.locations.registrations.transfer" call.Any non-2xx status code is an error. Response headers are in either*Operation.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsRegistrationsTransferCall)Fieldsadded inv0.59.0

Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.

func (*ProjectsLocationsRegistrationsTransferCall)Headeradded inv0.59.0

Header returns a http.Header that can be modified by the caller to addheaders to the request.

typeProjectsLocationsService

type ProjectsLocationsService struct {Operations *ProjectsLocationsOperationsServiceRegistrations *ProjectsLocationsRegistrationsService// contains filtered or unexported fields}

funcNewProjectsLocationsService

func NewProjectsLocationsService(s *Service) *ProjectsLocationsService

func (*ProjectsLocationsService)Get

Get: Gets information about a location.

- name: Resource name for the location.

func (*ProjectsLocationsService)List

List: Lists information about the supported locations for this service.

- name: The resource that owns the locations collection, if applicable.

typeProjectsService

type ProjectsService struct {Locations *ProjectsLocationsService// contains filtered or unexported fields}

funcNewProjectsService

func NewProjectsService(s *Service) *ProjectsService

typeRRSetRoutingPolicyadded inv0.186.0

type RRSetRoutingPolicy struct {Geo       *GeoPolicy `json:"geo,omitempty"`GeoPolicy *GeoPolicy `json:"geoPolicy,omitempty"`// HealthCheck: The fully qualified URL of the HealthCheck to use for this// RRSetRoutingPolicy. Format this URL like// `https://www.googleapis.com/compute/v1/projects/{project}/global/healthChecks// /{healthCheck}`.//https://cloud.google.com/compute/docs/reference/rest/v1/healthChecksHealthCheckstring               `json:"healthCheck,omitempty"`PrimaryBackup *PrimaryBackupPolicy `json:"primaryBackup,omitempty"`Wrr           *WrrPolicy           `json:"wrr,omitempty"`WrrPolicy     *WrrPolicy           `json:"wrrPolicy,omitempty"`// ForceSendFields is a list of field names (e.g. "Geo") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Geo") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

RRSetRoutingPolicy: A RRSetRoutingPolicy represents ResourceRecordSet datathat is returned dynamically with the response varying based on configuredproperties such as geolocation or by weighted random selection.

func (RRSetRoutingPolicy)MarshalJSONadded inv0.186.0

func (sRRSetRoutingPolicy) MarshalJSON() ([]byte,error)

typeRegisterDomainRequest

type RegisterDomainRequest struct {// ContactNotices: The list of contact notices that the caller acknowledges.// The notices needed here depend on the values specified in// `registration.contact_settings`.//// Possible values://   "CONTACT_NOTICE_UNSPECIFIED" - The notice is undefined.//   "PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT" - Required when setting the// `privacy` field of `ContactSettings` to `PUBLIC_CONTACT_DATA`, which exposes// contact data publicly.ContactNotices []string `json:"contactNotices,omitempty"`// DomainNotices: The list of domain notices that you acknowledge. Call// `RetrieveRegisterParameters` to see the notices that need acknowledgement.//// Possible values://   "DOMAIN_NOTICE_UNSPECIFIED" - The notice is undefined.//   "HSTS_PRELOADED" - Indicates that the domain is preloaded on the HTTP// Strict Transport Security list in browsers. Serving a website on such domain// requires an SSL certificate. For details, see [how to get an SSL// certificate](https://support.google.com/domains/answer/7638036).DomainNotices []string `json:"domainNotices,omitempty"`// Registration: Required. The complete `Registration` resource to be created.Registration *Registration `json:"registration,omitempty"`// ValidateOnly: When true, only validation is performed, without actually// registering the domain. Follows://https://cloud.google.com/apis/design/design_patterns#request_validationValidateOnlybool `json:"validateOnly,omitempty"`// YearlyPrice: Required. Yearly price to register or renew the domain. The// value that should be put here can be obtained from// RetrieveRegisterParameters or SearchDomains calls.YearlyPrice *Money `json:"yearlyPrice,omitempty"`// ForceSendFields is a list of field names (e.g. "ContactNotices") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ContactNotices") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

RegisterDomainRequest: Request for the `RegisterDomain` method.

func (RegisterDomainRequest)MarshalJSON

func (sRegisterDomainRequest) MarshalJSON() ([]byte,error)

typeRegisterParameters

type RegisterParameters struct {// Availability: Indicates whether the domain is available for registration.// This value is accurate when obtained by calling// `RetrieveRegisterParameters`, but is approximate when obtained by calling// `SearchDomains`.//// Possible values://   "AVAILABILITY_UNSPECIFIED" - The availability is unspecified.//   "AVAILABLE" - The domain is available for registration.//   "UNAVAILABLE" - The domain is not available for registration. Generally// this means it is already registered to another party.//   "UNSUPPORTED" - The domain is not currently supported by Cloud Domains,// but may be available elsewhere.//   "UNKNOWN" - Cloud Domains is unable to determine domain availability,// generally due to system maintenance at the domain name registry.Availabilitystring `json:"availability,omitempty"`// DomainName: The domain name. Unicode domain names are expressed in Punycode// format.DomainNamestring `json:"domainName,omitempty"`// DomainNotices: Notices about special properties of the domain.//// Possible values://   "DOMAIN_NOTICE_UNSPECIFIED" - The notice is undefined.//   "HSTS_PRELOADED" - Indicates that the domain is preloaded on the HTTP// Strict Transport Security list in browsers. Serving a website on such domain// requires an SSL certificate. For details, see [how to get an SSL// certificate](https://support.google.com/domains/answer/7638036).DomainNotices []string `json:"domainNotices,omitempty"`// SupportedPrivacy: Contact privacy options that the domain supports.//// Possible values://   "CONTACT_PRIVACY_UNSPECIFIED" - The contact privacy settings are// undefined.//   "PUBLIC_CONTACT_DATA" - All the data from `ContactSettings` is publicly// available. When setting this option, you must also provide a// `PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT` in the `contact_notices` field of the// request.//   "PRIVATE_CONTACT_DATA" - Deprecated: For more information, see [Cloud// Domains feature// deprecation](https://cloud.google.com/domains/docs/deprecations/feature-depre// cations). None of the data from `ContactSettings` is publicly available.// Instead, proxy contact data is published for your domain. Email sent to the// proxy email address is forwarded to the registrant's email address. Cloud// Domains provides this privacy proxy service at no additional cost.//   "REDACTED_CONTACT_DATA" - The organization name (if provided) and limited// non-identifying data from `ContactSettings` is available to the public (e.g.// country and state). The remaining data is marked as `REDACTED FOR PRIVACY`// in the WHOIS database. The actual information redacted depends on the// domain. For details, see [the registration privacy// article](https://support.google.com/domains/answer/3251242).SupportedPrivacy []string `json:"supportedPrivacy,omitempty"`// YearlyPrice: Price to register or renew the domain for one year.YearlyPrice *Money `json:"yearlyPrice,omitempty"`// ForceSendFields is a list of field names (e.g. "Availability") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Availability") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

RegisterParameters: Parameters required to register a new domain.

func (RegisterParameters)MarshalJSON

func (sRegisterParameters) MarshalJSON() ([]byte,error)

typeRegistration

type Registration struct {// ContactSettings: Required. Settings for contact information linked to the// `Registration`. You cannot update these with the `UpdateRegistration`// method. To update these settings, use the `ConfigureContactSettings` method.ContactSettings *ContactSettings `json:"contactSettings,omitempty"`// CreateTime: Output only. The creation timestamp of the `Registration`// resource.CreateTimestring `json:"createTime,omitempty"`// DnsSettings: Settings controlling the DNS configuration of the// `Registration`. You cannot update these with the `UpdateRegistration`// method. To update these settings, use the `ConfigureDnsSettings` method.DnsSettings *DnsSettings `json:"dnsSettings,omitempty"`// DomainName: Required. Immutable. The domain name. Unicode domain names must// be expressed in Punycode format.DomainNamestring `json:"domainName,omitempty"`// DomainProperties: Output only. Special properties of the domain.//// Possible values://   "DOMAIN_PROPERTY_UNSPECIFIED" - The property is undefined.//   "TRANSFER_LOCK_UNSUPPORTED_BY_REGISTRY" - The domain does not support// transfer locks due to restrictions of the registry. Such domains are// effectively always unlocked and any change made to// `management_settings.transfer_lock_state` is ignored.//   "REQUIRE_PUSH_TRANSFER" - The domain uses an alternative `Push Transfer`// process to transfer the domain to another registrar. There are two important// consequences: * Cloud Domains does not supply the authorization codes. * To// initiate the process to transfer the domain to another registrar, you must// provide a tag of the registrar you want to transfer to. You can do this by// using the `InitiatePushTransfer` method. For more information, see [Transfer// a registered domain to another// registrar](https://cloud.google.com/domains/docs/transfer-domain-to-another-r// egistrar).DomainProperties []string `json:"domainProperties,omitempty"`// ExpireTime: Output only. The expiration timestamp of the `Registration`.ExpireTimestring `json:"expireTime,omitempty"`// Issues: Output only. The set of issues with the `Registration` that require// attention.//// Possible values://   "ISSUE_UNSPECIFIED" - The issue is undefined.//   "CONTACT_SUPPORT" - Contact the Cloud Support team to resolve a problem// with this domain.//   "UNVERIFIED_EMAIL" - [ICANN](https://icann.org/) requires verification of// the email address in the `Registration`'s// `contact_settings.registrant_contact` field. To verify the email address,// follow the instructions in the email the `registrant_contact` receives// following registration. If you do not complete email verification within 15// days of registration, the domain is suspended. To resend the verification// email, call ConfigureContactSettings and provide the current// `registrant_contact.email`.//   "PROBLEM_WITH_BILLING" - The billing account is not in good standing. The// domain is not automatically renewed at its expiration time unless you// resolve problems with your billing account.//   "DNS_NOT_ACTIVATED" - The registry failed to validate your DNS// configuration and activate your domain. The failure might happen for the// following reasons: * You recently registered the domain (wait up to 72// hours). * You provided invalid name servers or name servers that correspond// to a newly created DNS zone. Verify your DNS configuration. If the// configuration is incorrect, you must fix it. If the configuration is// correct, either wait or call the ConfigureDnsSettings method to retry the// registry validation.//   "AUTO_RENEWAL_UPDATE_NOT_EFFECTIVE" - Due to SquareSpace's constraints,// the auto-renewal update you made may not be effective during a certain// period of time. Generally, the time period is 15 days before expiration for// generic TLD domains, and 15 days before expiration + 3 days after expiration// for country-code TLD domains.Issues []string `json:"issues,omitempty"`// Labels: Set of labels associated with the `Registration`.Labels map[string]string `json:"labels,omitempty"`// ManagementSettings: Settings for management of the `Registration`, including// renewal, billing, and transfer. You cannot update these with the// `UpdateRegistration` method. To update these settings, use the// `ConfigureManagementSettings` method.ManagementSettings *ManagementSettings `json:"managementSettings,omitempty"`// Name: Output only. Name of the `Registration` resource, in the format// `projects/*/locations/*/registrations/`.Namestring `json:"name,omitempty"`// PendingContactSettings: Output only. Pending contact settings for the// `Registration`. Updates to the `contact_settings` field that change its// `registrant_contact` or `privacy` fields require email confirmation by the// `registrant_contact` before taking effect. This field is set only if there// are pending updates to the `contact_settings` that have not been confirmed.// To confirm the changes, the `registrant_contact` must follow the// instructions in the email they receive.PendingContactSettings *ContactSettings `json:"pendingContactSettings,omitempty"`// RegisterFailureReason: Output only. The reason the domain registration// failed. Only set for domains in REGISTRATION_FAILED state.//// Possible values://   "REGISTER_FAILURE_REASON_UNSPECIFIED" - Register failure unspecified.//   "REGISTER_FAILURE_REASON_UNKNOWN" - Registration failed for an unknown// reason.//   "DOMAIN_NOT_AVAILABLE" - The domain is not available for registration.//   "INVALID_CONTACTS" - The provided contact information was rejected.RegisterFailureReasonstring `json:"registerFailureReason,omitempty"`// State: Output only. The state of the `Registration`//// Possible values://   "STATE_UNSPECIFIED" - The state is undefined.//   "REGISTRATION_PENDING" - The domain is being registered.//   "REGISTRATION_FAILED" - The domain registration failed. You can delete// resources in this state to allow registration to be retried.//   "TRANSFER_PENDING" - The domain is being transferred from another// registrar to Cloud Domains.//   "TRANSFER_FAILED" - The attempt to transfer the domain from another// registrar to Cloud Domains failed. You can delete resources in this state// and retry the transfer.//   "IMPORT_PENDING" - The domain is being imported from Google Domains to// Cloud Domains.//   "ACTIVE" - The domain is registered and operational. The domain renews// automatically as long as it remains in this state and the `RenewalMethod` is// set to `AUTOMATIC_RENEWAL`.//   "SUSPENDED" - The domain is suspended and inoperative. For more details,// see the `issues` field.//   "EXPORTED" - The domain is no longer managed with Cloud Domains. It may// have been transferred to another registrar or exported for management in// [Google Domains](https://domains.google/). You can no longer update it with// this API, and information shown about it may be stale. Domains in this state// are not automatically renewed by Cloud Domains.//   "EXPIRED" - The domain is expired.Statestring `json:"state,omitempty"`// SupportedPrivacy: Output only. Set of options for the// `contact_settings.privacy` field that this `Registration` supports.//// Possible values://   "CONTACT_PRIVACY_UNSPECIFIED" - The contact privacy settings are// undefined.//   "PUBLIC_CONTACT_DATA" - All the data from `ContactSettings` is publicly// available. When setting this option, you must also provide a// `PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT` in the `contact_notices` field of the// request.//   "PRIVATE_CONTACT_DATA" - Deprecated: For more information, see [Cloud// Domains feature// deprecation](https://cloud.google.com/domains/docs/deprecations/feature-depre// cations). None of the data from `ContactSettings` is publicly available.// Instead, proxy contact data is published for your domain. Email sent to the// proxy email address is forwarded to the registrant's email address. Cloud// Domains provides this privacy proxy service at no additional cost.//   "REDACTED_CONTACT_DATA" - The organization name (if provided) and limited// non-identifying data from `ContactSettings` is available to the public (e.g.// country and state). The remaining data is marked as `REDACTED FOR PRIVACY`// in the WHOIS database. The actual information redacted depends on the// domain. For details, see [the registration privacy// article](https://support.google.com/domains/answer/3251242).SupportedPrivacy []string `json:"supportedPrivacy,omitempty"`// TransferFailureReason: Output only. Deprecated: For more information, see// Cloud Domains feature deprecation// (https://cloud.google.com/domains/docs/deprecations/feature-deprecations).// The reason the domain transfer failed. Only set for domains in// TRANSFER_FAILED state.//// Possible values://   "TRANSFER_FAILURE_REASON_UNSPECIFIED" - Transfer failure unspecified.//   "TRANSFER_FAILURE_REASON_UNKNOWN" - Transfer failed for an unknown reason.//   "EMAIL_CONFIRMATION_FAILURE" - An email confirmation sent to the user was// rejected or expired.//   "DOMAIN_NOT_REGISTERED" - The domain is available for registration.//   "DOMAIN_HAS_TRANSFER_LOCK" - The domain has a transfer lock with its// current registrar which must be removed prior to transfer.//   "INVALID_AUTHORIZATION_CODE" - The authorization code entered is not// valid.//   "TRANSFER_CANCELLED" - The transfer was cancelled by the domain owner,// current registrar, or TLD registry.//   "TRANSFER_REJECTED" - The transfer was rejected by the current registrar.// Contact the current registrar for more information.//   "INVALID_REGISTRANT_EMAIL_ADDRESS" - The registrant email address cannot// be parsed from the domain's current public contact data.//   "DOMAIN_NOT_ELIGIBLE_FOR_TRANSFER" - The domain is not eligible for// transfer due requirements imposed by the current registrar or TLD registry.//   "TRANSFER_ALREADY_PENDING" - Another transfer is already pending for this// domain. The existing transfer attempt must expire or be cancelled in order// to proceed.TransferFailureReasonstring `json:"transferFailureReason,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "ContactSettings") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ContactSettings") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Registration: The `Registration` resource facilitates managing andconfiguring domain name registrations. There are several ways to create anew `Registration` resource: To create a new `Registration` resource, find asuitable domain name by calling the `SearchDomains` method with a query tosee available domain name options. After choosing a name, call`RetrieveRegisterParameters` to ensure availability and obtain informationlike pricing, which is needed to build a call to `RegisterDomain`. Anotherway to create a new `Registration` is to transfer an existing domain fromanother registrar (Deprecated: For more information, see Cloud Domainsfeature deprecation(https://cloud.google.com/domains/docs/deprecations/feature-deprecations)).First, go to the current registrar to unlock the domain for transfer andretrieve the domain's transfer authorization code. Then call`RetrieveTransferParameters` to confirm that the domain is unlocked and toget values needed to build a call to `TransferDomain`. Finally, you cancreate a new `Registration` by importing an existing domain managed withGoogle Domains (https://domains.google/) (Deprecated: For more information,see Cloud Domains feature deprecation(https://cloud.google.com/domains/docs/deprecations/feature-deprecations)).First, call `RetrieveImportableDomains` to list domains to which the callinguser has sufficient access. Then call `ImportDomain` on any domain names youwant to use with Cloud Domains.

func (Registration)MarshalJSON

func (sRegistration) MarshalJSON() ([]byte,error)

typeRenewDomainRequestadded inv0.185.0

type RenewDomainRequest struct {// ValidateOnly: Optional. When true, only validation is performed, without// actually renewing the domain. For more information, see Request validation// (https://cloud.google.com/apis/design/design_patterns#request_validation)ValidateOnlybool `json:"validateOnly,omitempty"`// YearlyPrice: Required. Acknowledgement of the price to renew the domain for// one year. To get the price, see Cloud Domains pricing// (https://cloud.google.com/domains/pricing). If not provided, the expected// price is returned in the error message.YearlyPrice *Money `json:"yearlyPrice,omitempty"`// ForceSendFields is a list of field names (e.g. "ValidateOnly") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ValidateOnly") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

RenewDomainRequest: Request for the `RenewDomain` method.

func (RenewDomainRequest)MarshalJSONadded inv0.185.0

func (sRenewDomainRequest) MarshalJSON() ([]byte,error)

typeResetAuthorizationCodeRequest

type ResetAuthorizationCodeRequest struct {}

ResetAuthorizationCodeRequest: Request for the `ResetAuthorizationCode`method.

typeResourceRecordSetadded inv0.186.0

type ResourceRecordSet struct {// Name: For example, www.example.com.Namestring `json:"name,omitempty"`// RoutingPolicy: Configures dynamic query responses based on either the geo// location of the querying user or a weighted round robin based routing// policy. A valid `ResourceRecordSet` contains only `rrdata` (for static// resolution) or a `routing_policy` (for dynamic resolution).RoutingPolicy *RRSetRoutingPolicy `json:"routingPolicy,omitempty"`// Rrdata: As defined inRFC 1035 (section 5) andRFC 1034 (section 3.6.1) --// see examples.Rrdata []string `json:"rrdata,omitempty"`// SignatureRrdata: As defined inRFC 4034 (section 3.2).SignatureRrdata []string `json:"signatureRrdata,omitempty"`// Ttl: Number of seconds that this `ResourceRecordSet` can be cached by// resolvers.Ttlint64 `json:"ttl,omitempty"`// Type: The identifier of a supported record type. See the list of Supported// DNS record types.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "Name") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Name") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

ResourceRecordSet: A unit of data that is returned by the DNS servers.

func (ResourceRecordSet)MarshalJSONadded inv0.186.0

func (sResourceRecordSet) MarshalJSON() ([]byte,error)

typeRetrieveGoogleDomainsDnsRecordsResponseadded inv0.186.0

type RetrieveGoogleDomainsDnsRecordsResponse struct {// NextPageToken: When present, there are more results to retrieve. Set// `page_token` to this value on a subsequent call to get the next page of// results.NextPageTokenstring `json:"nextPageToken,omitempty"`// Rrset: The resource record set resources (DNS Zone records).Rrset []*ResourceRecordSet `json:"rrset,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

RetrieveGoogleDomainsDnsRecordsResponse: Response for the`RetrieveGoogleDomainsDnsRecords` method.

func (RetrieveGoogleDomainsDnsRecordsResponse)MarshalJSONadded inv0.186.0

typeRetrieveGoogleDomainsForwardingConfigResponseadded inv0.185.0

type RetrieveGoogleDomainsForwardingConfigResponse struct {// DomainForwardings: The list of domain forwarding configurations. A// forwarding configuration might not work correctly if the required DNS// records are not present in the domain's authoritative DNS zone.DomainForwardings []*DomainForwarding `json:"domainForwardings,omitempty"`// EmailForwardings: The list of email forwarding configurations. A forwarding// configuration might not work correctly if the required DNS records are not// present in the domain's authoritative DNS zone.EmailForwardings []*EmailForwarding `json:"emailForwardings,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "DomainForwardings") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DomainForwardings") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

RetrieveGoogleDomainsForwardingConfigResponse: Response for the`RetrieveGoogleDomainsForwardingConfig` method.

func (RetrieveGoogleDomainsForwardingConfigResponse)MarshalJSONadded inv0.185.0

typeRetrieveImportableDomainsResponseadded inv0.86.0

type RetrieveImportableDomainsResponse struct {// Domains: A list of domains that the calling user manages in Google Domains.Domains []*Domain `json:"domains,omitempty"`// NextPageToken: When present, there are more results to retrieve. Set// `page_token` to this value on a subsequent call to get the next page of// results.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Domains") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Domains") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

RetrieveImportableDomainsResponse: Deprecated: For more information, seeCloud Domains feature deprecation(https://cloud.google.com/domains/docs/deprecations/feature-deprecations).Response for the `RetrieveImportableDomains` method.

func (RetrieveImportableDomainsResponse)MarshalJSONadded inv0.86.0

func (sRetrieveImportableDomainsResponse) MarshalJSON() ([]byte,error)

typeRetrieveRegisterParametersResponse

type RetrieveRegisterParametersResponse struct {// RegisterParameters: Parameters to use when calling the `RegisterDomain`// method.RegisterParameters *RegisterParameters `json:"registerParameters,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "RegisterParameters") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "RegisterParameters") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

RetrieveRegisterParametersResponse: Response for the`RetrieveRegisterParameters` method.

func (RetrieveRegisterParametersResponse)MarshalJSON

typeRetrieveTransferParametersResponseadded inv0.59.0

type RetrieveTransferParametersResponse struct {// TransferParameters: Parameters to use when calling the `TransferDomain`// method.TransferParameters *TransferParameters `json:"transferParameters,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "TransferParameters") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "TransferParameters") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

RetrieveTransferParametersResponse: Deprecated: For more information, seeCloud Domains feature deprecation(https://cloud.google.com/domains/docs/deprecations/feature-deprecations).Response for the `RetrieveTransferParameters` method.

func (RetrieveTransferParametersResponse)MarshalJSONadded inv0.59.0

typeSearchDomainsResponse

type SearchDomainsResponse struct {// RegisterParameters: Results of the domain name search.RegisterParameters []*RegisterParameters `json:"registerParameters,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "RegisterParameters") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "RegisterParameters") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

SearchDomainsResponse: Response for the `SearchDomains` method.

func (SearchDomainsResponse)MarshalJSON

func (sSearchDomainsResponse) MarshalJSON() ([]byte,error)

typeService

type Service struct {BasePathstring// API endpoint base URLUserAgentstring// optional additional User-Agent fragmentProjects *ProjectsService// contains filtered or unexported fields}

funcNewdeprecated

func New(client *http.Client) (*Service,error)

New creates a new Service. It uses the provided http.Client for requests.

Deprecated: please use NewService instead.To provide a custom HTTP client, use option.WithHTTPClient.If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.

funcNewService

func NewService(ctxcontext.Context, opts ...option.ClientOption) (*Service,error)

NewService creates a new Service.

typeSetIamPolicyRequest

type SetIamPolicyRequest struct {// Policy: REQUIRED: The complete policy to be applied to the `resource`. The// size of the policy is limited to a few 10s of KB. An empty policy is a valid// policy but certain Google Cloud services (such as Projects) might reject// them.Policy *Policy `json:"policy,omitempty"`// UpdateMask: OPTIONAL: A FieldMask specifying which fields of the policy to// modify. Only the fields in the mask will be modified. If no mask is// provided, the following default mask is used: `paths: "bindings, etag"UpdateMaskstring `json:"updateMask,omitempty"`// ForceSendFields is a list of field names (e.g. "Policy") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Policy") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

SetIamPolicyRequest: Request message for `SetIamPolicy` method.

func (SetIamPolicyRequest)MarshalJSON

func (sSetIamPolicyRequest) MarshalJSON() ([]byte,error)

typeStatus

type Status struct {// Code: The status code, which should be an enum value of google.rpc.Code.Codeint64 `json:"code,omitempty"`// Details: A list of messages that carry the error details. There is a common// set of message types for APIs to use.Details []googleapi.RawMessage `json:"details,omitempty"`// Message: A developer-facing error message, which should be in English. Any// user-facing error message should be localized and sent in the// google.rpc.Status.details field, or localized by the client.Messagestring `json:"message,omitempty"`// ForceSendFields is a list of field names (e.g. "Code") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Code") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

Status: The `Status` type defines a logical error model that is suitable fordifferent programming environments, including REST APIs and RPC APIs. It isused by gRPC (https://github.com/grpc). Each `Status` message contains threepieces of data: error code, error message, and error details. You can findout more about this error model and how to work with it in the API DesignGuide (https://cloud.google.com/apis/design/errors).

func (Status)MarshalJSON

func (sStatus) MarshalJSON() ([]byte,error)

typeTestIamPermissionsRequest

type TestIamPermissionsRequest struct {// Permissions: The set of permissions to check for the `resource`. Permissions// with wildcards (such as `*` or `storage.*`) are not allowed. For more// information see IAM Overview// (https://cloud.google.com/iam/docs/overview#permissions).Permissions []string `json:"permissions,omitempty"`// ForceSendFields is a list of field names (e.g. "Permissions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Permissions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

TestIamPermissionsRequest: Request message for `TestIamPermissions` method.

func (TestIamPermissionsRequest)MarshalJSON

func (sTestIamPermissionsRequest) MarshalJSON() ([]byte,error)

typeTestIamPermissionsResponse

type TestIamPermissionsResponse struct {// Permissions: A subset of `TestPermissionsRequest.permissions` that the// caller is allowed.Permissions []string `json:"permissions,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Permissions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Permissions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

TestIamPermissionsResponse: Response message for `TestIamPermissions`method.

func (TestIamPermissionsResponse)MarshalJSON

func (sTestIamPermissionsResponse) MarshalJSON() ([]byte,error)

typeTransferDomainRequestadded inv0.59.0

type TransferDomainRequest struct {// AuthorizationCode: The domain's transfer authorization code. You can obtain// this from the domain's current registrar.AuthorizationCode *AuthorizationCode `json:"authorizationCode,omitempty"`// ContactNotices: The list of contact notices that you acknowledge. The// notices needed here depend on the values specified in// `registration.contact_settings`.//// Possible values://   "CONTACT_NOTICE_UNSPECIFIED" - The notice is undefined.//   "PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT" - Required when setting the// `privacy` field of `ContactSettings` to `PUBLIC_CONTACT_DATA`, which exposes// contact data publicly.ContactNotices []string `json:"contactNotices,omitempty"`// Registration: Required. The complete `Registration` resource to be created.// You can leave `registration.dns_settings` unset to import the domain's// current DNS configuration from its current registrar. Use this option only// if you are sure that the domain's current DNS service does not cease upon// transfer, as is often the case for DNS services provided for free by the// registrar.Registration *Registration `json:"registration,omitempty"`// ValidateOnly: Validate the request without actually transferring the domain.ValidateOnlybool `json:"validateOnly,omitempty"`// YearlyPrice: Required. Acknowledgement of the price to transfer or renew the// domain for one year. Call `RetrieveTransferParameters` to obtain the price,// which you must acknowledge.YearlyPrice *Money `json:"yearlyPrice,omitempty"`// ForceSendFields is a list of field names (e.g. "AuthorizationCode") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AuthorizationCode") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

TransferDomainRequest: Deprecated: For more information, see Cloud Domainsfeature deprecation(https://cloud.google.com/domains/docs/deprecations/feature-deprecations).Request for the `TransferDomain` method.

func (TransferDomainRequest)MarshalJSONadded inv0.59.0

func (sTransferDomainRequest) MarshalJSON() ([]byte,error)

typeTransferParametersadded inv0.59.0

type TransferParameters struct {// CurrentRegistrar: The registrar that currently manages the domain.CurrentRegistrarstring `json:"currentRegistrar,omitempty"`// CurrentRegistrarUri: The URL of the registrar that currently manages the// domain.CurrentRegistrarUristring `json:"currentRegistrarUri,omitempty"`// DomainName: The domain name. Unicode domain names are expressed in Punycode// format.DomainNamestring `json:"domainName,omitempty"`// NameServers: The name servers that currently store the configuration of the// domain.NameServers []string `json:"nameServers,omitempty"`// SupportedPrivacy: Contact privacy options that the domain supports.//// Possible values://   "CONTACT_PRIVACY_UNSPECIFIED" - The contact privacy settings are// undefined.//   "PUBLIC_CONTACT_DATA" - All the data from `ContactSettings` is publicly// available. When setting this option, you must also provide a// `PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT` in the `contact_notices` field of the// request.//   "PRIVATE_CONTACT_DATA" - Deprecated: For more information, see [Cloud// Domains feature// deprecation](https://cloud.google.com/domains/docs/deprecations/feature-depre// cations). None of the data from `ContactSettings` is publicly available.// Instead, proxy contact data is published for your domain. Email sent to the// proxy email address is forwarded to the registrant's email address. Cloud// Domains provides this privacy proxy service at no additional cost.//   "REDACTED_CONTACT_DATA" - The organization name (if provided) and limited// non-identifying data from `ContactSettings` is available to the public (e.g.// country and state). The remaining data is marked as `REDACTED FOR PRIVACY`// in the WHOIS database. The actual information redacted depends on the// domain. For details, see [the registration privacy// article](https://support.google.com/domains/answer/3251242).SupportedPrivacy []string `json:"supportedPrivacy,omitempty"`// TransferLockState: Indicates whether the domain is protected by a transfer// lock. For a transfer to succeed, this must show `UNLOCKED`. To unlock a// domain, go to its current registrar.//// Possible values://   "TRANSFER_LOCK_STATE_UNSPECIFIED" - The state is unspecified.//   "UNLOCKED" - The domain is unlocked and can be transferred to another// registrar.//   "LOCKED" - The domain is locked and cannot be transferred to another// registrar.TransferLockStatestring `json:"transferLockState,omitempty"`// YearlyPrice: Price to transfer or renew the domain for one year.YearlyPrice *Money `json:"yearlyPrice,omitempty"`// ForceSendFields is a list of field names (e.g. "CurrentRegistrar") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CurrentRegistrar") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

TransferParameters: Deprecated: For more information, see Cloud Domainsfeature deprecation(https://cloud.google.com/domains/docs/deprecations/feature-deprecations).Parameters required to transfer a domain from another registrar.

func (TransferParameters)MarshalJSONadded inv0.59.0

func (sTransferParameters) MarshalJSON() ([]byte,error)

typeWrrPolicyadded inv0.186.0

type WrrPolicy struct {Item []*WrrPolicyItem `json:"item,omitempty"`// ForceSendFields is a list of field names (e.g. "Item") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Item") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

WrrPolicy: Configures a RRSetRoutingPolicy that routes in a weighted roundrobin fashion.

func (WrrPolicy)MarshalJSONadded inv0.186.0

func (sWrrPolicy) MarshalJSON() ([]byte,error)

typeWrrPolicyItemadded inv0.186.0

type WrrPolicyItem struct {// HealthCheckedTargets: Endpoints that are health checked before making the// routing decision. The unhealthy endpoints are omitted from the result. If// all endpoints within a bucket are unhealthy, we choose a different bucket// (sampled with respect to its weight) for responding. If DNSSEC is enabled// for this zone, only one of `rrdata` or `health_checked_targets` can be set.HealthCheckedTargets *HealthCheckTargets `json:"healthCheckedTargets,omitempty"`Rrdata               []string            `json:"rrdata,omitempty"`// SignatureRrdata: DNSSEC generated signatures for all the `rrdata` within// this item. When using health-checked targets for DNSSEC-enabled zones, you// can only use at most one health-checked IP address per item.SignatureRrdata []string `json:"signatureRrdata,omitempty"`// Weight: The weight corresponding to this `WrrPolicyItem` object. When// multiple `WrrPolicyItem` objects are configured, the probability of// returning an `WrrPolicyItem` object's data is proportional to its weight// relative to the sum of weights configured for all items. This weight must be// non-negative.Weightfloat64 `json:"weight,omitempty"`// ForceSendFields is a list of field names (e.g. "HealthCheckedTargets") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "HealthCheckedTargets") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}

WrrPolicyItem: A routing block which contains the routing information forone WRR item.

func (WrrPolicyItem)MarshalJSONadded inv0.186.0

func (sWrrPolicyItem) MarshalJSON() ([]byte,error)

func (*WrrPolicyItem)UnmarshalJSONadded inv0.186.0

func (s *WrrPolicyItem) UnmarshalJSON(data []byte)error

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp