Documentation ¶
Overview ¶
Package dns provides access to the Cloud DNS API.
For product documentation, see: https://cloud.google.com/dns/docs
Creating a client ¶
Usage example:
import "google.golang.org/api/dns/v2" ... ctx := context.Background() dnsService, err := dns.NewService(ctx)
In this example, Google Application Default Credentials are used for authentication.
For information on how to create and obtain Application Default Credentials, see https://developers.google.com/identity/protocols/application-default-credentials.
Other authentication options ¶
By default, all available scopes (see "Constants") are used to authenticate. To restrict scopes, use option.WithScopes:
dnsService, err := dns.NewService(ctx, option.WithScopes(dns.NdevClouddnsReadwriteScope))
To use an API key for authentication (note: some APIs do not support API keys), use option.WithAPIKey:
dnsService, err := dns.NewService(ctx, option.WithAPIKey("AIza..."))
To use an OAuth token (e.g., a user token obtained via a three-legged OAuth flow), use option.WithTokenSource:
config := &oauth2.Config{...} // ... token, err := config.Exchange(ctx, ...) dnsService, err := dns.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))
See https://godoc.org/google.golang.org/api/option/ for details on options.
Index ¶
- Constants
- type Change
- type ChangesCreateCall
- func (c *ChangesCreateCall) ClientOperationId(clientOperationId string) *ChangesCreateCall
- func (c *ChangesCreateCall) Context(ctx context.Context) *ChangesCreateCall
- func (c *ChangesCreateCall) Do(opts ...googleapi.CallOption) (*Change, error)
- func (c *ChangesCreateCall) Fields(s ...googleapi.Field) *ChangesCreateCall
- func (c *ChangesCreateCall) Header() http.Header
- type ChangesGetCall
- func (c *ChangesGetCall) ClientOperationId(clientOperationId string) *ChangesGetCall
- func (c *ChangesGetCall) Context(ctx context.Context) *ChangesGetCall
- func (c *ChangesGetCall) Do(opts ...googleapi.CallOption) (*Change, error)
- func (c *ChangesGetCall) Fields(s ...googleapi.Field) *ChangesGetCall
- func (c *ChangesGetCall) Header() http.Header
- func (c *ChangesGetCall) IfNoneMatch(entityTag string) *ChangesGetCall
- type ChangesListCall
- func (c *ChangesListCall) Context(ctx context.Context) *ChangesListCall
- func (c *ChangesListCall) Do(opts ...googleapi.CallOption) (*ChangesListResponse, error)
- func (c *ChangesListCall) Fields(s ...googleapi.Field) *ChangesListCall
- func (c *ChangesListCall) Header() http.Header
- func (c *ChangesListCall) IfNoneMatch(entityTag string) *ChangesListCall
- func (c *ChangesListCall) MaxResults(maxResults int64) *ChangesListCall
- func (c *ChangesListCall) PageToken(pageToken string) *ChangesListCall
- func (c *ChangesListCall) Pages(ctx context.Context, f func(*ChangesListResponse) error) error
- func (c *ChangesListCall) SortBy(sortBy string) *ChangesListCall
- func (c *ChangesListCall) SortOrder(sortOrder string) *ChangesListCall
- type ChangesListResponse
- type ChangesService
- func (r *ChangesService) Create(project string, location string, managedZone string, change *Change) *ChangesCreateCall
- func (r *ChangesService) Get(project string, location string, managedZone string, changeId string) *ChangesGetCall
- func (r *ChangesService) List(project string, location string, managedZone string) *ChangesListCall
- type DnsKey
- type DnsKeyDigest
- type DnsKeySpec
- type DnsKeysGetCall
- func (c *DnsKeysGetCall) ClientOperationId(clientOperationId string) *DnsKeysGetCall
- func (c *DnsKeysGetCall) Context(ctx context.Context) *DnsKeysGetCall
- func (c *DnsKeysGetCall) DigestType(digestType string) *DnsKeysGetCall
- func (c *DnsKeysGetCall) Do(opts ...googleapi.CallOption) (*DnsKey, error)
- func (c *DnsKeysGetCall) Fields(s ...googleapi.Field) *DnsKeysGetCall
- func (c *DnsKeysGetCall) Header() http.Header
- func (c *DnsKeysGetCall) IfNoneMatch(entityTag string) *DnsKeysGetCall
- type DnsKeysListCall
- func (c *DnsKeysListCall) Context(ctx context.Context) *DnsKeysListCall
- func (c *DnsKeysListCall) DigestType(digestType string) *DnsKeysListCall
- func (c *DnsKeysListCall) Do(opts ...googleapi.CallOption) (*DnsKeysListResponse, error)
- func (c *DnsKeysListCall) Fields(s ...googleapi.Field) *DnsKeysListCall
- func (c *DnsKeysListCall) Header() http.Header
- func (c *DnsKeysListCall) IfNoneMatch(entityTag string) *DnsKeysListCall
- func (c *DnsKeysListCall) MaxResults(maxResults int64) *DnsKeysListCall
- func (c *DnsKeysListCall) PageToken(pageToken string) *DnsKeysListCall
- func (c *DnsKeysListCall) Pages(ctx context.Context, f func(*DnsKeysListResponse) error) error
- type DnsKeysListResponse
- type DnsKeysService
- type ManagedZone
- type ManagedZoneCloudLoggingConfig
- type ManagedZoneDnsSecConfig
- type ManagedZoneForwardingConfig
- type ManagedZoneForwardingConfigNameServerTarget
- type ManagedZoneOperationsGetCall
- func (c *ManagedZoneOperationsGetCall) ClientOperationId(clientOperationId string) *ManagedZoneOperationsGetCall
- func (c *ManagedZoneOperationsGetCall) Context(ctx context.Context) *ManagedZoneOperationsGetCall
- func (c *ManagedZoneOperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ManagedZoneOperationsGetCall) Fields(s ...googleapi.Field) *ManagedZoneOperationsGetCall
- func (c *ManagedZoneOperationsGetCall) Header() http.Header
- func (c *ManagedZoneOperationsGetCall) IfNoneMatch(entityTag string) *ManagedZoneOperationsGetCall
- type ManagedZoneOperationsListCall
- func (c *ManagedZoneOperationsListCall) Context(ctx context.Context) *ManagedZoneOperationsListCall
- func (c *ManagedZoneOperationsListCall) Do(opts ...googleapi.CallOption) (*ManagedZoneOperationsListResponse, error)
- func (c *ManagedZoneOperationsListCall) Fields(s ...googleapi.Field) *ManagedZoneOperationsListCall
- func (c *ManagedZoneOperationsListCall) Header() http.Header
- func (c *ManagedZoneOperationsListCall) IfNoneMatch(entityTag string) *ManagedZoneOperationsListCall
- func (c *ManagedZoneOperationsListCall) MaxResults(maxResults int64) *ManagedZoneOperationsListCall
- func (c *ManagedZoneOperationsListCall) PageToken(pageToken string) *ManagedZoneOperationsListCall
- func (c *ManagedZoneOperationsListCall) Pages(ctx context.Context, f func(*ManagedZoneOperationsListResponse) error) error
- func (c *ManagedZoneOperationsListCall) SortBy(sortBy string) *ManagedZoneOperationsListCall
- type ManagedZoneOperationsListResponse
- type ManagedZoneOperationsService
- type ManagedZonePeeringConfig
- type ManagedZonePeeringConfigTargetNetwork
- type ManagedZonePrivateVisibilityConfig
- type ManagedZonePrivateVisibilityConfigGKECluster
- type ManagedZonePrivateVisibilityConfigNetwork
- type ManagedZoneReverseLookupConfig
- type ManagedZoneServiceDirectoryConfig
- type ManagedZoneServiceDirectoryConfigNamespace
- type ManagedZonesCreateCall
- func (c *ManagedZonesCreateCall) ClientOperationId(clientOperationId string) *ManagedZonesCreateCall
- func (c *ManagedZonesCreateCall) Context(ctx context.Context) *ManagedZonesCreateCall
- func (c *ManagedZonesCreateCall) Do(opts ...googleapi.CallOption) (*ManagedZone, error)
- func (c *ManagedZonesCreateCall) Fields(s ...googleapi.Field) *ManagedZonesCreateCall
- func (c *ManagedZonesCreateCall) Header() http.Header
- type ManagedZonesDeleteCall
- func (c *ManagedZonesDeleteCall) ClientOperationId(clientOperationId string) *ManagedZonesDeleteCall
- func (c *ManagedZonesDeleteCall) Context(ctx context.Context) *ManagedZonesDeleteCall
- func (c *ManagedZonesDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *ManagedZonesDeleteCall) Fields(s ...googleapi.Field) *ManagedZonesDeleteCall
- func (c *ManagedZonesDeleteCall) Header() http.Header
- type ManagedZonesGetCall
- func (c *ManagedZonesGetCall) ClientOperationId(clientOperationId string) *ManagedZonesGetCall
- func (c *ManagedZonesGetCall) Context(ctx context.Context) *ManagedZonesGetCall
- func (c *ManagedZonesGetCall) Do(opts ...googleapi.CallOption) (*ManagedZone, error)
- func (c *ManagedZonesGetCall) Fields(s ...googleapi.Field) *ManagedZonesGetCall
- func (c *ManagedZonesGetCall) Header() http.Header
- func (c *ManagedZonesGetCall) IfNoneMatch(entityTag string) *ManagedZonesGetCall
- type ManagedZonesListCall
- func (c *ManagedZonesListCall) Context(ctx context.Context) *ManagedZonesListCall
- func (c *ManagedZonesListCall) DnsName(dnsName string) *ManagedZonesListCall
- func (c *ManagedZonesListCall) Do(opts ...googleapi.CallOption) (*ManagedZonesListResponse, error)
- func (c *ManagedZonesListCall) Fields(s ...googleapi.Field) *ManagedZonesListCall
- func (c *ManagedZonesListCall) Header() http.Header
- func (c *ManagedZonesListCall) IfNoneMatch(entityTag string) *ManagedZonesListCall
- func (c *ManagedZonesListCall) MaxResults(maxResults int64) *ManagedZonesListCall
- func (c *ManagedZonesListCall) PageToken(pageToken string) *ManagedZonesListCall
- func (c *ManagedZonesListCall) Pages(ctx context.Context, f func(*ManagedZonesListResponse) error) error
- type ManagedZonesListResponse
- type ManagedZonesPatchCall
- func (c *ManagedZonesPatchCall) ClientOperationId(clientOperationId string) *ManagedZonesPatchCall
- func (c *ManagedZonesPatchCall) Context(ctx context.Context) *ManagedZonesPatchCall
- func (c *ManagedZonesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ManagedZonesPatchCall) Fields(s ...googleapi.Field) *ManagedZonesPatchCall
- func (c *ManagedZonesPatchCall) Header() http.Header
- type ManagedZonesService
- func (r *ManagedZonesService) Create(project string, location string, managedzone *ManagedZone) *ManagedZonesCreateCall
- func (r *ManagedZonesService) Delete(project string, location string, managedZone string) *ManagedZonesDeleteCall
- func (r *ManagedZonesService) Get(project string, location string, managedZone string) *ManagedZonesGetCall
- func (r *ManagedZonesService) List(project string, location string) *ManagedZonesListCall
- func (r *ManagedZonesService) Patch(project string, location string, managedZone string, managedzone *ManagedZone) *ManagedZonesPatchCall
- func (r *ManagedZonesService) Update(project string, location string, managedZone string, managedzone *ManagedZone) *ManagedZonesUpdateCall
- type ManagedZonesUpdateCall
- func (c *ManagedZonesUpdateCall) ClientOperationId(clientOperationId string) *ManagedZonesUpdateCall
- func (c *ManagedZonesUpdateCall) Context(ctx context.Context) *ManagedZonesUpdateCall
- func (c *ManagedZonesUpdateCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ManagedZonesUpdateCall) Fields(s ...googleapi.Field) *ManagedZonesUpdateCall
- func (c *ManagedZonesUpdateCall) Header() http.Header
- type Operation
- type OperationDnsKeyContext
- type OperationManagedZoneContext
- type PoliciesCreateCall
- func (c *PoliciesCreateCall) ClientOperationId(clientOperationId string) *PoliciesCreateCall
- func (c *PoliciesCreateCall) Context(ctx context.Context) *PoliciesCreateCall
- func (c *PoliciesCreateCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *PoliciesCreateCall) Fields(s ...googleapi.Field) *PoliciesCreateCall
- func (c *PoliciesCreateCall) Header() http.Header
- type PoliciesDeleteCall
- func (c *PoliciesDeleteCall) ClientOperationId(clientOperationId string) *PoliciesDeleteCall
- func (c *PoliciesDeleteCall) Context(ctx context.Context) *PoliciesDeleteCall
- func (c *PoliciesDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *PoliciesDeleteCall) Fields(s ...googleapi.Field) *PoliciesDeleteCall
- func (c *PoliciesDeleteCall) Header() http.Header
- type PoliciesGetCall
- func (c *PoliciesGetCall) ClientOperationId(clientOperationId string) *PoliciesGetCall
- func (c *PoliciesGetCall) Context(ctx context.Context) *PoliciesGetCall
- func (c *PoliciesGetCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *PoliciesGetCall) Fields(s ...googleapi.Field) *PoliciesGetCall
- func (c *PoliciesGetCall) Header() http.Header
- func (c *PoliciesGetCall) IfNoneMatch(entityTag string) *PoliciesGetCall
- type PoliciesListCall
- func (c *PoliciesListCall) Context(ctx context.Context) *PoliciesListCall
- func (c *PoliciesListCall) Do(opts ...googleapi.CallOption) (*PoliciesListResponse, error)
- func (c *PoliciesListCall) Fields(s ...googleapi.Field) *PoliciesListCall
- func (c *PoliciesListCall) Header() http.Header
- func (c *PoliciesListCall) IfNoneMatch(entityTag string) *PoliciesListCall
- func (c *PoliciesListCall) MaxResults(maxResults int64) *PoliciesListCall
- func (c *PoliciesListCall) PageToken(pageToken string) *PoliciesListCall
- func (c *PoliciesListCall) Pages(ctx context.Context, f func(*PoliciesListResponse) error) error
- type PoliciesListResponse
- type PoliciesPatchCall
- func (c *PoliciesPatchCall) ClientOperationId(clientOperationId string) *PoliciesPatchCall
- func (c *PoliciesPatchCall) Context(ctx context.Context) *PoliciesPatchCall
- func (c *PoliciesPatchCall) Do(opts ...googleapi.CallOption) (*PoliciesPatchResponse, error)
- func (c *PoliciesPatchCall) Fields(s ...googleapi.Field) *PoliciesPatchCall
- func (c *PoliciesPatchCall) Header() http.Header
- type PoliciesPatchResponse
- type PoliciesService
- func (r *PoliciesService) Create(project string, location string, policy *Policy) *PoliciesCreateCall
- func (r *PoliciesService) Delete(project string, location string, policy string) *PoliciesDeleteCall
- func (r *PoliciesService) Get(project string, location string, policy string) *PoliciesGetCall
- func (r *PoliciesService) List(project string, location string) *PoliciesListCall
- func (r *PoliciesService) Patch(project string, location string, policy string, policy2 *Policy) *PoliciesPatchCall
- func (r *PoliciesService) Update(project string, location string, policy string, policy2 *Policy) *PoliciesUpdateCall
- type PoliciesUpdateCall
- func (c *PoliciesUpdateCall) ClientOperationId(clientOperationId string) *PoliciesUpdateCall
- func (c *PoliciesUpdateCall) Context(ctx context.Context) *PoliciesUpdateCall
- func (c *PoliciesUpdateCall) Do(opts ...googleapi.CallOption) (*PoliciesUpdateResponse, error)
- func (c *PoliciesUpdateCall) Fields(s ...googleapi.Field) *PoliciesUpdateCall
- func (c *PoliciesUpdateCall) Header() http.Header
- type PoliciesUpdateResponse
- type Policy
- type PolicyAlternativeNameServerConfig
- type PolicyAlternativeNameServerConfigTargetNameServer
- type PolicyNetwork
- type Project
- type ProjectsGetCall
- func (c *ProjectsGetCall) ClientOperationId(clientOperationId string) *ProjectsGetCall
- func (c *ProjectsGetCall) Context(ctx context.Context) *ProjectsGetCall
- func (c *ProjectsGetCall) Do(opts ...googleapi.CallOption) (*Project, error)
- func (c *ProjectsGetCall) Fields(s ...googleapi.Field) *ProjectsGetCall
- func (c *ProjectsGetCall) Header() http.Header
- func (c *ProjectsGetCall) IfNoneMatch(entityTag string) *ProjectsGetCall
- type ProjectsService
- type Quota
- type RRSetRoutingPolicy
- type RRSetRoutingPolicyGeoPolicy
- type RRSetRoutingPolicyGeoPolicyGeoPolicyItem
- type RRSetRoutingPolicyWrrPolicy
- type RRSetRoutingPolicyWrrPolicyWrrPolicyItem
- type ResourceRecordSet
- type ResourceRecordSetsCreateCall
- func (c *ResourceRecordSetsCreateCall) ClientOperationId(clientOperationId string) *ResourceRecordSetsCreateCall
- func (c *ResourceRecordSetsCreateCall) Context(ctx context.Context) *ResourceRecordSetsCreateCall
- func (c *ResourceRecordSetsCreateCall) Do(opts ...googleapi.CallOption) (*ResourceRecordSet, error)
- func (c *ResourceRecordSetsCreateCall) Fields(s ...googleapi.Field) *ResourceRecordSetsCreateCall
- func (c *ResourceRecordSetsCreateCall) Header() http.Header
- type ResourceRecordSetsDeleteCall
- func (c *ResourceRecordSetsDeleteCall) ClientOperationId(clientOperationId string) *ResourceRecordSetsDeleteCall
- func (c *ResourceRecordSetsDeleteCall) Context(ctx context.Context) *ResourceRecordSetsDeleteCall
- func (c *ResourceRecordSetsDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *ResourceRecordSetsDeleteCall) Fields(s ...googleapi.Field) *ResourceRecordSetsDeleteCall
- func (c *ResourceRecordSetsDeleteCall) Header() http.Header
- type ResourceRecordSetsGetCall
- func (c *ResourceRecordSetsGetCall) ClientOperationId(clientOperationId string) *ResourceRecordSetsGetCall
- func (c *ResourceRecordSetsGetCall) Context(ctx context.Context) *ResourceRecordSetsGetCall
- func (c *ResourceRecordSetsGetCall) Do(opts ...googleapi.CallOption) (*ResourceRecordSet, error)
- func (c *ResourceRecordSetsGetCall) Fields(s ...googleapi.Field) *ResourceRecordSetsGetCall
- func (c *ResourceRecordSetsGetCall) Header() http.Header
- func (c *ResourceRecordSetsGetCall) IfNoneMatch(entityTag string) *ResourceRecordSetsGetCall
- type ResourceRecordSetsListCall
- func (c *ResourceRecordSetsListCall) Context(ctx context.Context) *ResourceRecordSetsListCall
- func (c *ResourceRecordSetsListCall) Do(opts ...googleapi.CallOption) (*ResourceRecordSetsListResponse, error)
- func (c *ResourceRecordSetsListCall) Fields(s ...googleapi.Field) *ResourceRecordSetsListCall
- func (c *ResourceRecordSetsListCall) Header() http.Header
- func (c *ResourceRecordSetsListCall) IfNoneMatch(entityTag string) *ResourceRecordSetsListCall
- func (c *ResourceRecordSetsListCall) MaxResults(maxResults int64) *ResourceRecordSetsListCall
- func (c *ResourceRecordSetsListCall) Name(name string) *ResourceRecordSetsListCall
- func (c *ResourceRecordSetsListCall) PageToken(pageToken string) *ResourceRecordSetsListCall
- func (c *ResourceRecordSetsListCall) Pages(ctx context.Context, f func(*ResourceRecordSetsListResponse) error) error
- func (c *ResourceRecordSetsListCall) Type(type_ string) *ResourceRecordSetsListCall
- type ResourceRecordSetsListResponse
- type ResourceRecordSetsPatchCall
- func (c *ResourceRecordSetsPatchCall) ClientOperationId(clientOperationId string) *ResourceRecordSetsPatchCall
- func (c *ResourceRecordSetsPatchCall) Context(ctx context.Context) *ResourceRecordSetsPatchCall
- func (c *ResourceRecordSetsPatchCall) Do(opts ...googleapi.CallOption) (*ResourceRecordSet, error)
- func (c *ResourceRecordSetsPatchCall) Fields(s ...googleapi.Field) *ResourceRecordSetsPatchCall
- func (c *ResourceRecordSetsPatchCall) Header() http.Header
- type ResourceRecordSetsService
- func (r *ResourceRecordSetsService) Create(project string, location string, managedZone string, ...) *ResourceRecordSetsCreateCall
- func (r *ResourceRecordSetsService) Delete(project string, location string, managedZone string, name string, type_ string) *ResourceRecordSetsDeleteCall
- func (r *ResourceRecordSetsService) Get(project string, location string, managedZone string, name string, type_ string) *ResourceRecordSetsGetCall
- func (r *ResourceRecordSetsService) List(project string, location string, managedZone string) *ResourceRecordSetsListCall
- func (r *ResourceRecordSetsService) Patch(project string, location string, managedZone string, name string, type_ string, ...) *ResourceRecordSetsPatchCall
- type ResponseHeader
- type ResponsePoliciesCreateCall
- func (c *ResponsePoliciesCreateCall) ClientOperationId(clientOperationId string) *ResponsePoliciesCreateCall
- func (c *ResponsePoliciesCreateCall) Context(ctx context.Context) *ResponsePoliciesCreateCall
- func (c *ResponsePoliciesCreateCall) Do(opts ...googleapi.CallOption) (*ResponsePolicy, error)
- func (c *ResponsePoliciesCreateCall) Fields(s ...googleapi.Field) *ResponsePoliciesCreateCall
- func (c *ResponsePoliciesCreateCall) Header() http.Header
- type ResponsePoliciesDeleteCall
- func (c *ResponsePoliciesDeleteCall) ClientOperationId(clientOperationId string) *ResponsePoliciesDeleteCall
- func (c *ResponsePoliciesDeleteCall) Context(ctx context.Context) *ResponsePoliciesDeleteCall
- func (c *ResponsePoliciesDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *ResponsePoliciesDeleteCall) Fields(s ...googleapi.Field) *ResponsePoliciesDeleteCall
- func (c *ResponsePoliciesDeleteCall) Header() http.Header
- type ResponsePoliciesGetCall
- func (c *ResponsePoliciesGetCall) ClientOperationId(clientOperationId string) *ResponsePoliciesGetCall
- func (c *ResponsePoliciesGetCall) Context(ctx context.Context) *ResponsePoliciesGetCall
- func (c *ResponsePoliciesGetCall) Do(opts ...googleapi.CallOption) (*ResponsePolicy, error)
- func (c *ResponsePoliciesGetCall) Fields(s ...googleapi.Field) *ResponsePoliciesGetCall
- func (c *ResponsePoliciesGetCall) Header() http.Header
- func (c *ResponsePoliciesGetCall) IfNoneMatch(entityTag string) *ResponsePoliciesGetCall
- type ResponsePoliciesListCall
- func (c *ResponsePoliciesListCall) Context(ctx context.Context) *ResponsePoliciesListCall
- func (c *ResponsePoliciesListCall) Do(opts ...googleapi.CallOption) (*ResponsePoliciesListResponse, error)
- func (c *ResponsePoliciesListCall) Fields(s ...googleapi.Field) *ResponsePoliciesListCall
- func (c *ResponsePoliciesListCall) Header() http.Header
- func (c *ResponsePoliciesListCall) IfNoneMatch(entityTag string) *ResponsePoliciesListCall
- func (c *ResponsePoliciesListCall) MaxResults(maxResults int64) *ResponsePoliciesListCall
- func (c *ResponsePoliciesListCall) PageToken(pageToken string) *ResponsePoliciesListCall
- func (c *ResponsePoliciesListCall) Pages(ctx context.Context, f func(*ResponsePoliciesListResponse) error) error
- type ResponsePoliciesListResponse
- type ResponsePoliciesPatchCall
- func (c *ResponsePoliciesPatchCall) ClientOperationId(clientOperationId string) *ResponsePoliciesPatchCall
- func (c *ResponsePoliciesPatchCall) Context(ctx context.Context) *ResponsePoliciesPatchCall
- func (c *ResponsePoliciesPatchCall) Do(opts ...googleapi.CallOption) (*ResponsePoliciesPatchResponse, error)
- func (c *ResponsePoliciesPatchCall) Fields(s ...googleapi.Field) *ResponsePoliciesPatchCall
- func (c *ResponsePoliciesPatchCall) Header() http.Header
- type ResponsePoliciesPatchResponse
- type ResponsePoliciesService
- func (r *ResponsePoliciesService) Create(project string, location string, responsepolicy *ResponsePolicy) *ResponsePoliciesCreateCall
- func (r *ResponsePoliciesService) Delete(project string, location string, responsePolicy string) *ResponsePoliciesDeleteCall
- func (r *ResponsePoliciesService) Get(project string, location string, responsePolicy string) *ResponsePoliciesGetCall
- func (r *ResponsePoliciesService) List(project string, location string) *ResponsePoliciesListCall
- func (r *ResponsePoliciesService) Patch(project string, location string, responsePolicy string, ...) *ResponsePoliciesPatchCall
- func (r *ResponsePoliciesService) Update(project string, location string, responsePolicy string, ...) *ResponsePoliciesUpdateCall
- type ResponsePoliciesUpdateCall
- func (c *ResponsePoliciesUpdateCall) ClientOperationId(clientOperationId string) *ResponsePoliciesUpdateCall
- func (c *ResponsePoliciesUpdateCall) Context(ctx context.Context) *ResponsePoliciesUpdateCall
- func (c *ResponsePoliciesUpdateCall) Do(opts ...googleapi.CallOption) (*ResponsePoliciesUpdateResponse, error)
- func (c *ResponsePoliciesUpdateCall) Fields(s ...googleapi.Field) *ResponsePoliciesUpdateCall
- func (c *ResponsePoliciesUpdateCall) Header() http.Header
- type ResponsePoliciesUpdateResponse
- type ResponsePolicy
- type ResponsePolicyGKECluster
- type ResponsePolicyNetwork
- type ResponsePolicyRule
- type ResponsePolicyRuleLocalData
- type ResponsePolicyRulesCreateCall
- func (c *ResponsePolicyRulesCreateCall) ClientOperationId(clientOperationId string) *ResponsePolicyRulesCreateCall
- func (c *ResponsePolicyRulesCreateCall) Context(ctx context.Context) *ResponsePolicyRulesCreateCall
- func (c *ResponsePolicyRulesCreateCall) Do(opts ...googleapi.CallOption) (*ResponsePolicyRule, error)
- func (c *ResponsePolicyRulesCreateCall) Fields(s ...googleapi.Field) *ResponsePolicyRulesCreateCall
- func (c *ResponsePolicyRulesCreateCall) Header() http.Header
- type ResponsePolicyRulesDeleteCall
- func (c *ResponsePolicyRulesDeleteCall) ClientOperationId(clientOperationId string) *ResponsePolicyRulesDeleteCall
- func (c *ResponsePolicyRulesDeleteCall) Context(ctx context.Context) *ResponsePolicyRulesDeleteCall
- func (c *ResponsePolicyRulesDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *ResponsePolicyRulesDeleteCall) Fields(s ...googleapi.Field) *ResponsePolicyRulesDeleteCall
- func (c *ResponsePolicyRulesDeleteCall) Header() http.Header
- type ResponsePolicyRulesGetCall
- func (c *ResponsePolicyRulesGetCall) ClientOperationId(clientOperationId string) *ResponsePolicyRulesGetCall
- func (c *ResponsePolicyRulesGetCall) Context(ctx context.Context) *ResponsePolicyRulesGetCall
- func (c *ResponsePolicyRulesGetCall) Do(opts ...googleapi.CallOption) (*ResponsePolicyRule, error)
- func (c *ResponsePolicyRulesGetCall) Fields(s ...googleapi.Field) *ResponsePolicyRulesGetCall
- func (c *ResponsePolicyRulesGetCall) Header() http.Header
- func (c *ResponsePolicyRulesGetCall) IfNoneMatch(entityTag string) *ResponsePolicyRulesGetCall
- type ResponsePolicyRulesListCall
- func (c *ResponsePolicyRulesListCall) Context(ctx context.Context) *ResponsePolicyRulesListCall
- func (c *ResponsePolicyRulesListCall) Do(opts ...googleapi.CallOption) (*ResponsePolicyRulesListResponse, error)
- func (c *ResponsePolicyRulesListCall) Fields(s ...googleapi.Field) *ResponsePolicyRulesListCall
- func (c *ResponsePolicyRulesListCall) Header() http.Header
- func (c *ResponsePolicyRulesListCall) IfNoneMatch(entityTag string) *ResponsePolicyRulesListCall
- func (c *ResponsePolicyRulesListCall) MaxResults(maxResults int64) *ResponsePolicyRulesListCall
- func (c *ResponsePolicyRulesListCall) PageToken(pageToken string) *ResponsePolicyRulesListCall
- func (c *ResponsePolicyRulesListCall) Pages(ctx context.Context, f func(*ResponsePolicyRulesListResponse) error) error
- type ResponsePolicyRulesListResponse
- type ResponsePolicyRulesPatchCall
- func (c *ResponsePolicyRulesPatchCall) ClientOperationId(clientOperationId string) *ResponsePolicyRulesPatchCall
- func (c *ResponsePolicyRulesPatchCall) Context(ctx context.Context) *ResponsePolicyRulesPatchCall
- func (c *ResponsePolicyRulesPatchCall) Do(opts ...googleapi.CallOption) (*ResponsePolicyRulesPatchResponse, error)
- func (c *ResponsePolicyRulesPatchCall) Fields(s ...googleapi.Field) *ResponsePolicyRulesPatchCall
- func (c *ResponsePolicyRulesPatchCall) Header() http.Header
- type ResponsePolicyRulesPatchResponse
- type ResponsePolicyRulesService
- func (r *ResponsePolicyRulesService) Create(project string, location string, responsePolicy string, ...) *ResponsePolicyRulesCreateCall
- func (r *ResponsePolicyRulesService) Delete(project string, location string, responsePolicy string, ...) *ResponsePolicyRulesDeleteCall
- func (r *ResponsePolicyRulesService) Get(project string, location string, responsePolicy string, ...) *ResponsePolicyRulesGetCall
- func (r *ResponsePolicyRulesService) List(project string, location string, responsePolicy string) *ResponsePolicyRulesListCall
- func (r *ResponsePolicyRulesService) Patch(project string, location string, responsePolicy string, ...) *ResponsePolicyRulesPatchCall
- func (r *ResponsePolicyRulesService) Update(project string, location string, responsePolicy string, ...) *ResponsePolicyRulesUpdateCall
- type ResponsePolicyRulesUpdateCall
- func (c *ResponsePolicyRulesUpdateCall) ClientOperationId(clientOperationId string) *ResponsePolicyRulesUpdateCall
- func (c *ResponsePolicyRulesUpdateCall) Context(ctx context.Context) *ResponsePolicyRulesUpdateCall
- func (c *ResponsePolicyRulesUpdateCall) Do(opts ...googleapi.CallOption) (*ResponsePolicyRulesUpdateResponse, error)
- func (c *ResponsePolicyRulesUpdateCall) Fields(s ...googleapi.Field) *ResponsePolicyRulesUpdateCall
- func (c *ResponsePolicyRulesUpdateCall) Header() http.Header
- type ResponsePolicyRulesUpdateResponse
- type Service
Constants ¶
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" // View your data across Google Cloud services and see the email address // of your Google Account CloudPlatformReadOnlyScope = "https://www.googleapis.com/auth/cloud-platform.read-only" // View your DNS records hosted by Google Cloud DNS NdevClouddnsReadonlyScope = "https://www.googleapis.com/auth/ndev.clouddns.readonly" // View and manage your DNS records hosted by Google Cloud DNS NdevClouddnsReadwriteScope = "https://www.googleapis.com/auth/ndev.clouddns.readwrite" )
OAuth2 scopes used by this API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Change ¶
type Change struct { // Additions: Which ResourceRecordSets to add? Additions []*ResourceRecordSet `json:"additions,omitempty"` // Deletions: Which ResourceRecordSets to remove? Must match existing // data exactly. Deletions []*ResourceRecordSet `json:"deletions,omitempty"` // Id: Unique identifier for the resource; defined by the server (output // only). Id string `json:"id,omitempty"` // IsServing: If the DNS queries for the zone will be served. IsServing bool `json:"isServing,omitempty"` Kind string `json:"kind,omitempty"` // StartTime: The time that this operation was started by the server // (output only). This is in RFC3339 text format. StartTime string `json:"startTime,omitempty"` // Status: Status of the operation (output only). A status of "done" // means that the request to update the authoritative servers has been // sent, but the servers might not be updated yet. // // Possible values: // "PENDING" // "DONE" Status string `json:"status,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Additions") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Additions") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Change: A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
func (*Change) MarshalJSON ¶
type ChangesCreateCall ¶
type ChangesCreateCall struct {
// contains filtered or unexported fields
}
func (*ChangesCreateCall) ClientOperationId ¶
func (c *ChangesCreateCall) ClientOperationId(clientOperationId string) *ChangesCreateCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ChangesCreateCall) Context ¶
func (c *ChangesCreateCall) Context(ctx context.Context) *ChangesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ChangesCreateCall) Do ¶
func (c *ChangesCreateCall) Do(opts ...googleapi.CallOption) (*Change, error)
Do executes the "dns.changes.create" call. Exactly one of *Change or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Change.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ChangesCreateCall) Fields ¶
func (c *ChangesCreateCall) Fields(s ...googleapi.Field) *ChangesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ChangesCreateCall) Header ¶
func (c *ChangesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ChangesGetCall ¶
type ChangesGetCall struct {
// contains filtered or unexported fields
}
func (*ChangesGetCall) ClientOperationId ¶
func (c *ChangesGetCall) ClientOperationId(clientOperationId string) *ChangesGetCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ChangesGetCall) Context ¶
func (c *ChangesGetCall) Context(ctx context.Context) *ChangesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ChangesGetCall) Do ¶
func (c *ChangesGetCall) Do(opts ...googleapi.CallOption) (*Change, error)
Do executes the "dns.changes.get" call. Exactly one of *Change or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Change.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ChangesGetCall) Fields ¶
func (c *ChangesGetCall) Fields(s ...googleapi.Field) *ChangesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ChangesGetCall) Header ¶
func (c *ChangesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ChangesGetCall) IfNoneMatch ¶
func (c *ChangesGetCall) IfNoneMatch(entityTag string) *ChangesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ChangesListCall ¶
type ChangesListCall struct {
// contains filtered or unexported fields
}
func (*ChangesListCall) Context ¶
func (c *ChangesListCall) Context(ctx context.Context) *ChangesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ChangesListCall) Do ¶
func (c *ChangesListCall) Do(opts ...googleapi.CallOption) (*ChangesListResponse, error)
Do executes the "dns.changes.list" call. Exactly one of *ChangesListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ChangesListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ChangesListCall) Fields ¶
func (c *ChangesListCall) Fields(s ...googleapi.Field) *ChangesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ChangesListCall) Header ¶
func (c *ChangesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ChangesListCall) IfNoneMatch ¶
func (c *ChangesListCall) IfNoneMatch(entityTag string) *ChangesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ChangesListCall) MaxResults ¶
func (c *ChangesListCall) MaxResults(maxResults int64) *ChangesListCall
MaxResults sets the optional parameter "maxResults": Maximum number of results to be returned. If unspecified, the server decides how many results to return.
func (*ChangesListCall) PageToken ¶
func (c *ChangesListCall) PageToken(pageToken string) *ChangesListCall
PageToken sets the optional parameter "pageToken": A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
func (*ChangesListCall) Pages ¶
func (c *ChangesListCall) Pages(ctx context.Context, f func(*ChangesListResponse) error) error
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.
func (*ChangesListCall) SortBy ¶
func (c *ChangesListCall) SortBy(sortBy string) *ChangesListCall
SortBy sets the optional parameter "sortBy": Sorting criterion. The only supported value is change sequence.
Possible values:
"CHANGE_SEQUENCE" (default)
func (*ChangesListCall) SortOrder ¶
func (c *ChangesListCall) SortOrder(sortOrder string) *ChangesListCall
SortOrder sets the optional parameter "sortOrder": Sorting order direction: 'ascending' or 'descending'.
type ChangesListResponse ¶
type ChangesListResponse struct { // Changes: The requested changes. Changes []*Change `json:"changes,omitempty"` Header *ResponseHeader `json:"header,omitempty"` // Kind: Type of resource. Kind string `json:"kind,omitempty"` // NextPageToken: The presence of this field indicates that there exist // more results following your last page of results in pagination order. // To fetch them, make another list request using this value as your // pagination token. This lets you retrieve the complete contents of // even very large collections one page at a time. However, if the // contents of the collection change between the first and last // paginated list request, the set of all elements returned are an // inconsistent view of the collection. You cannot retrieve a "snapshot" // of collections larger than the maximum page size. NextPageToken string `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. "Changes") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Changes") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ChangesListResponse: The response to a request to enumerate Changes to a ResourceRecordSets collection.
func (*ChangesListResponse) MarshalJSON ¶
func (s *ChangesListResponse) MarshalJSON() ([]byte, error)
type ChangesService ¶
type ChangesService struct {
// contains filtered or unexported fields
}
func NewChangesService ¶
func NewChangesService(s *Service) *ChangesService
func (*ChangesService) Create ¶
func (r *ChangesService) Create(project string, location string, managedZone string, change *Change) *ChangesCreateCall
Create: Atomically updates the ResourceRecordSet collection.
- location: .
- managedZone: Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
- project: Identifies the project addressed by this request.
func (*ChangesService) Get ¶
func (r *ChangesService) Get(project string, location string, managedZone string, changeId string) *ChangesGetCall
Get: Fetches the representation of an existing Change.
- changeId: The identifier of the requested change, from a previous ResourceRecordSetsChangeResponse.
- location: .
- managedZone: Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
- project: Identifies the project addressed by this request.
func (*ChangesService) List ¶
func (r *ChangesService) List(project string, location string, managedZone string) *ChangesListCall
List: Enumerates Changes to a ResourceRecordSet collection.
- location: .
- managedZone: Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
- project: Identifies the project addressed by this request.
type DnsKey ¶
type DnsKey struct { // Algorithm: String mnemonic specifying the DNSSEC algorithm of this // key. Immutable after creation time. // // Possible values: // "RSASHA1" // "RSASHA256" // "RSASHA512" // "ECDSAP256SHA256" // "ECDSAP384SHA384" Algorithm string `json:"algorithm,omitempty"` // CreationTime: The time that this resource was created in the control // plane. This is in RFC3339 text format. Output only. CreationTime string `json:"creationTime,omitempty"` // Description: A mutable string of at most 1024 characters associated // with this resource for the user's convenience. Has no effect on the // resource's function. Description string `json:"description,omitempty"` // Digests: Cryptographic hashes of the DNSKEY resource record // associated with this DnsKey. These digests are needed to construct a // DS record that points at this DNS key. Output only. Digests []*DnsKeyDigest `json:"digests,omitempty"` // Id: Unique identifier for the resource; defined by the server (output // only). Id string `json:"id,omitempty"` // IsActive: Active keys are used to sign subsequent changes to the // ManagedZone. Inactive keys are still present as DNSKEY Resource // Records for the use of resolvers validating existing signatures. IsActive bool `json:"isActive,omitempty"` // KeyLength: Length of the key in bits. Specified at creation time, and // then immutable. KeyLength int64 `json:"keyLength,omitempty"` // KeyTag: The key tag is a non-cryptographic hash of the a DNSKEY // resource record associated with this DnsKey. The key tag can be used // to identify a DNSKEY more quickly (but it is not a unique // identifier). In particular, the key tag is used in a parent zone's DS // record to point at the DNSKEY in this child ManagedZone. The key tag // is a number in the range [0, 65535] and the algorithm to calculate it // is specified in RFC4034 Appendix B. Output only. KeyTag int64 `json:"keyTag,omitempty"` Kind string `json:"kind,omitempty"` // PublicKey: Base64 encoded public half of this key. Output only. PublicKey string `json:"publicKey,omitempty"` // Type: One of "KEY_SIGNING" or "ZONE_SIGNING". Keys of type // KEY_SIGNING have the Secure Entry Point flag set and, when active, // are used to sign only resource record sets of type DNSKEY. Otherwise, // the Secure Entry Point flag is cleared, and this key is used to sign // only resource record sets of other types. Immutable after creation // time. // // Possible values: // "KEY_SIGNING" // "ZONE_SIGNING" Type string `json:"type,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // 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. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. 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. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
DnsKey: A DNSSEC key pair.
func (*DnsKey) MarshalJSON ¶
type DnsKeyDigest ¶
type DnsKeyDigest struct { // Digest: The base-16 encoded bytes of this digest. Suitable for use in // a DS resource record. Digest string `json:"digest,omitempty"` // Type: Specifies the algorithm used to calculate this digest. // // Possible values: // "SHA1" // "SHA256" // "SHA384" Type string `json:"type,omitempty"` // ForceSendFields is a list of field names (e.g. "Digest") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Digest") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*DnsKeyDigest) MarshalJSON ¶
func (s *DnsKeyDigest) MarshalJSON() ([]byte, error)
type DnsKeySpec ¶
type DnsKeySpec struct { // Algorithm: String mnemonic specifying the DNSSEC algorithm of this // key. // // Possible values: // "RSASHA1" // "RSASHA256" // "RSASHA512" // "ECDSAP256SHA256" // "ECDSAP384SHA384" Algorithm string `json:"algorithm,omitempty"` // KeyLength: Length of the keys in bits. KeyLength int64 `json:"keyLength,omitempty"` // KeyType: Specifies whether this is a key signing key (KSK) or a zone // signing key (ZSK). Key signing keys have the Secure Entry Point flag // set and, when active, are only used to sign resource record sets of // type DNSKEY. Zone signing keys do not have the Secure Entry Point // flag set and are used to sign all other types of resource record // sets. // // Possible values: // "KEY_SIGNING" // "ZONE_SIGNING" KeyType string `json:"keyType,omitempty"` Kind string `json:"kind,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. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. 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. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
DnsKeySpec: Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
func (*DnsKeySpec) MarshalJSON ¶
func (s *DnsKeySpec) MarshalJSON() ([]byte, error)
type DnsKeysGetCall ¶
type DnsKeysGetCall struct {
// contains filtered or unexported fields
}
func (*DnsKeysGetCall) ClientOperationId ¶
func (c *DnsKeysGetCall) ClientOperationId(clientOperationId string) *DnsKeysGetCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*DnsKeysGetCall) Context ¶
func (c *DnsKeysGetCall) Context(ctx context.Context) *DnsKeysGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*DnsKeysGetCall) DigestType ¶
func (c *DnsKeysGetCall) DigestType(digestType string) *DnsKeysGetCall
DigestType sets the optional parameter "digestType": An optional comma-separated list of digest types to compute and display for key signing keys. If omitted, the recommended digest type is computed and displayed.
func (*DnsKeysGetCall) Do ¶
func (c *DnsKeysGetCall) Do(opts ...googleapi.CallOption) (*DnsKey, error)
Do executes the "dns.dnsKeys.get" call. Exactly one of *DnsKey or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *DnsKey.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*DnsKeysGetCall) Fields ¶
func (c *DnsKeysGetCall) Fields(s ...googleapi.Field) *DnsKeysGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*DnsKeysGetCall) Header ¶
func (c *DnsKeysGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*DnsKeysGetCall) IfNoneMatch ¶
func (c *DnsKeysGetCall) IfNoneMatch(entityTag string) *DnsKeysGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type DnsKeysListCall ¶
type DnsKeysListCall struct {
// contains filtered or unexported fields
}
func (*DnsKeysListCall) Context ¶
func (c *DnsKeysListCall) Context(ctx context.Context) *DnsKeysListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*DnsKeysListCall) DigestType ¶
func (c *DnsKeysListCall) DigestType(digestType string) *DnsKeysListCall
DigestType sets the optional parameter "digestType": An optional comma-separated list of digest types to compute and display for key signing keys. If omitted, the recommended digest type is computed and displayed.
func (*DnsKeysListCall) Do ¶
func (c *DnsKeysListCall) Do(opts ...googleapi.CallOption) (*DnsKeysListResponse, error)
Do executes the "dns.dnsKeys.list" call. Exactly one of *DnsKeysListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *DnsKeysListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*DnsKeysListCall) Fields ¶
func (c *DnsKeysListCall) Fields(s ...googleapi.Field) *DnsKeysListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*DnsKeysListCall) Header ¶
func (c *DnsKeysListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*DnsKeysListCall) IfNoneMatch ¶
func (c *DnsKeysListCall) IfNoneMatch(entityTag string) *DnsKeysListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*DnsKeysListCall) MaxResults ¶
func (c *DnsKeysListCall) MaxResults(maxResults int64) *DnsKeysListCall
MaxResults sets the optional parameter "maxResults": Maximum number of results to be returned. If unspecified, the server decides how many results to return.
func (*DnsKeysListCall) PageToken ¶
func (c *DnsKeysListCall) PageToken(pageToken string) *DnsKeysListCall
PageToken sets the optional parameter "pageToken": A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
func (*DnsKeysListCall) Pages ¶
func (c *DnsKeysListCall) Pages(ctx context.Context, f func(*DnsKeysListResponse) error) error
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.
type DnsKeysListResponse ¶
type DnsKeysListResponse struct { // DnsKeys: The requested resources. DnsKeys []*DnsKey `json:"dnsKeys,omitempty"` Header *ResponseHeader `json:"header,omitempty"` // Kind: Type of resource. Kind string `json:"kind,omitempty"` // NextPageToken: The presence of this field indicates that there exist // more results following your last page of results in pagination order. // To fetch them, make another list request using this value as your // pagination token. In this way you can retrieve the complete contents // of even very large collections one page at a time. However, if the // contents of the collection change between the first and last // paginated list request, the set of all elements returned are an // inconsistent view of the collection. There is no way to retrieve a // "snapshot" of collections larger than the maximum page size. NextPageToken string `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. "DnsKeys") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DnsKeys") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
DnsKeysListResponse: The response to a request to enumerate DnsKeys in a ManagedZone.
func (*DnsKeysListResponse) MarshalJSON ¶
func (s *DnsKeysListResponse) MarshalJSON() ([]byte, error)
type DnsKeysService ¶
type DnsKeysService struct {
// contains filtered or unexported fields
}
func NewDnsKeysService ¶
func NewDnsKeysService(s *Service) *DnsKeysService
func (*DnsKeysService) Get ¶
func (r *DnsKeysService) Get(project string, location string, managedZone string, dnsKeyId string) *DnsKeysGetCall
Get: Fetches the representation of an existing DnsKey.
- dnsKeyId: The identifier of the requested DnsKey.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- managedZone: Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
- project: Identifies the project addressed by this request.
func (*DnsKeysService) List ¶
func (r *DnsKeysService) List(project string, location string, managedZone string) *DnsKeysListCall
List: Enumerates DnsKeys to a ResourceRecordSet collection.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- managedZone: Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
- project: Identifies the project addressed by this request.
type ManagedZone ¶
type ManagedZone struct { CloudLoggingConfig *ManagedZoneCloudLoggingConfig `json:"cloudLoggingConfig,omitempty"` // CreationTime: The time that this resource was created on the server. // This is in RFC3339 text format. Output only. CreationTime string `json:"creationTime,omitempty"` // Description: A mutable string of at most 1024 characters associated // with this resource for the user's convenience. Has no effect on the // managed zone's function. Description string `json:"description,omitempty"` // DnsName: The DNS name of this managed zone, for instance // "example.com.". DnsName string `json:"dnsName,omitempty"` // DnssecConfig: DNSSEC configuration. DnssecConfig *ManagedZoneDnsSecConfig `json:"dnssecConfig,omitempty"` // ForwardingConfig: The presence for this field indicates that outbound // forwarding is enabled for this zone. The value of this field contains // the set of destinations to forward to. ForwardingConfig *ManagedZoneForwardingConfig `json:"forwardingConfig,omitempty"` // Id: Unique identifier for the resource; defined by the server (output // only) Id uint64 `json:"id,omitempty,string"` Kind string `json:"kind,omitempty"` // Labels: User labels. Labels map[string]string `json:"labels,omitempty"` // Name: User assigned name for this resource. Must be unique within the // project. The name must be 1-63 characters long, must begin with a // letter, end with a letter or digit, and only contain lowercase // letters, digits or dashes. Name string `json:"name,omitempty"` // NameServerSet: Optionally specifies the NameServerSet for this // ManagedZone. A NameServerSet is a set of DNS name servers that all // host the same ManagedZones. Most users leave this field unset. If you // need to use this field, contact your account team. NameServerSet string `json:"nameServerSet,omitempty"` // NameServers: Delegate your managed_zone to these virtual name // servers; defined by the server (output only) NameServers []string `json:"nameServers,omitempty"` // PeeringConfig: The presence of this field indicates that DNS Peering // is enabled for this zone. The value of this field contains the // network to peer with. PeeringConfig *ManagedZonePeeringConfig `json:"peeringConfig,omitempty"` // PrivateVisibilityConfig: For privately visible zones, the set of // Virtual Private Cloud resources that the zone is visible from. PrivateVisibilityConfig *ManagedZonePrivateVisibilityConfig `json:"privateVisibilityConfig,omitempty"` // ReverseLookupConfig: The presence of this field indicates that this // is a managed reverse lookup zone and Cloud DNS resolves reverse // lookup queries using automatically configured records for VPC // resources. This only applies to networks listed under // private_visibility_config. ReverseLookupConfig *ManagedZoneReverseLookupConfig `json:"reverseLookupConfig,omitempty"` // ServiceDirectoryConfig: This field links to the associated service // directory namespace. Do not set this field for public zones or // forwarding zones. ServiceDirectoryConfig *ManagedZoneServiceDirectoryConfig `json:"serviceDirectoryConfig,omitempty"` // Visibility: The zone's visibility: public zones are exposed to the // Internet, while private zones are visible only to Virtual Private // Cloud resources. // // Possible values: // "PUBLIC" // "PRIVATE" Visibility string `json:"visibility,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "CloudLoggingConfig") // to unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CloudLoggingConfig") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
ManagedZone: A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service.
func (*ManagedZone) MarshalJSON ¶
func (s *ManagedZone) MarshalJSON() ([]byte, error)
type ManagedZoneCloudLoggingConfig ¶
type ManagedZoneCloudLoggingConfig struct { // EnableLogging: If set, enable query logging for this ManagedZone. // False by default, making logging opt-in. EnableLogging bool `json:"enableLogging,omitempty"` Kind string `json:"kind,omitempty"` // ForceSendFields is a list of field names (e.g. "EnableLogging") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "EnableLogging") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ManagedZoneCloudLoggingConfig: Cloud Logging configurations for publicly visible zones.
func (*ManagedZoneCloudLoggingConfig) MarshalJSON ¶
func (s *ManagedZoneCloudLoggingConfig) MarshalJSON() ([]byte, error)
type ManagedZoneDnsSecConfig ¶
type ManagedZoneDnsSecConfig struct { // DefaultKeySpecs: Specifies parameters for generating initial DnsKeys // for this ManagedZone. Can only be changed while the state is OFF. DefaultKeySpecs []*DnsKeySpec `json:"defaultKeySpecs,omitempty"` Kind string `json:"kind,omitempty"` // NonExistence: Specifies the mechanism for authenticated // denial-of-existence responses. Can only be changed while the state is // OFF. // // Possible values: // "NSEC" // "NSEC3" NonExistence string `json:"nonExistence,omitempty"` // State: Specifies whether DNSSEC is enabled, and what mode it is in. // // Possible values: // "OFF" - DNSSEC is disabled; the zone is not signed. // "ON" - DNSSEC is enabled; the zone is signed and fully managed. // "TRANSFER" - DNSSEC is enabled, but in a "transfer" mode. State string `json:"state,omitempty"` // ForceSendFields is a list of field names (e.g. "DefaultKeySpecs") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DefaultKeySpecs") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*ManagedZoneDnsSecConfig) MarshalJSON ¶
func (s *ManagedZoneDnsSecConfig) MarshalJSON() ([]byte, error)
type ManagedZoneForwardingConfig ¶
type ManagedZoneForwardingConfig struct { Kind string `json:"kind,omitempty"` // TargetNameServers: List of target name servers to forward to. Cloud // DNS selects the best available name server if more than one target is // given. TargetNameServers []*ManagedZoneForwardingConfigNameServerTarget `json:"targetNameServers,omitempty"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ManagedZoneForwardingConfig) MarshalJSON ¶
func (s *ManagedZoneForwardingConfig) MarshalJSON() ([]byte, error)
type ManagedZoneForwardingConfigNameServerTarget ¶
type ManagedZoneForwardingConfigNameServerTarget struct { // ForwardingPath: Forwarding path for this NameServerTarget. If unset // or set to DEFAULT, Cloud DNS makes forwarding decisions based on IP // address ranges; that is, RFC1918 addresses go to the VPC network, // non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud // DNS always sends queries through the VPC network for this target. // // Possible values: // "DEFAULT" - Cloud DNS makes forwarding decisions based on address // ranges; that is, RFC1918 addresses forward to the target through the // VPC and non-RFC1918 addresses forward to the target through the // internet // "PRIVATE" - Cloud DNS always forwards to this target through the // VPC. ForwardingPath string `json:"forwardingPath,omitempty"` // Ipv4Address: IPv4 address of a target name server. Ipv4Address string `json:"ipv4Address,omitempty"` Kind string `json:"kind,omitempty"` // ForceSendFields is a list of field names (e.g. "ForwardingPath") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ForwardingPath") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*ManagedZoneForwardingConfigNameServerTarget) MarshalJSON ¶
func (s *ManagedZoneForwardingConfigNameServerTarget) MarshalJSON() ([]byte, error)
type ManagedZoneOperationsGetCall ¶
type ManagedZoneOperationsGetCall struct {
// contains filtered or unexported fields
}
func (*ManagedZoneOperationsGetCall) ClientOperationId ¶
func (c *ManagedZoneOperationsGetCall) ClientOperationId(clientOperationId string) *ManagedZoneOperationsGetCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ManagedZoneOperationsGetCall) Context ¶
func (c *ManagedZoneOperationsGetCall) Context(ctx context.Context) *ManagedZoneOperationsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ManagedZoneOperationsGetCall) Do ¶
func (c *ManagedZoneOperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "dns.managedZoneOperations.get" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Operation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ManagedZoneOperationsGetCall) Fields ¶
func (c *ManagedZoneOperationsGetCall) Fields(s ...googleapi.Field) *ManagedZoneOperationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ManagedZoneOperationsGetCall) Header ¶
func (c *ManagedZoneOperationsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ManagedZoneOperationsGetCall) IfNoneMatch ¶
func (c *ManagedZoneOperationsGetCall) IfNoneMatch(entityTag string) *ManagedZoneOperationsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ManagedZoneOperationsListCall ¶
type ManagedZoneOperationsListCall struct {
// contains filtered or unexported fields
}
func (*ManagedZoneOperationsListCall) Context ¶
func (c *ManagedZoneOperationsListCall) Context(ctx context.Context) *ManagedZoneOperationsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ManagedZoneOperationsListCall) Do ¶
func (c *ManagedZoneOperationsListCall) Do(opts ...googleapi.CallOption) (*ManagedZoneOperationsListResponse, error)
Do executes the "dns.managedZoneOperations.list" call. Exactly one of *ManagedZoneOperationsListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ManagedZoneOperationsListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ManagedZoneOperationsListCall) Fields ¶
func (c *ManagedZoneOperationsListCall) Fields(s ...googleapi.Field) *ManagedZoneOperationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ManagedZoneOperationsListCall) Header ¶
func (c *ManagedZoneOperationsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ManagedZoneOperationsListCall) IfNoneMatch ¶
func (c *ManagedZoneOperationsListCall) IfNoneMatch(entityTag string) *ManagedZoneOperationsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ManagedZoneOperationsListCall) MaxResults ¶
func (c *ManagedZoneOperationsListCall) MaxResults(maxResults int64) *ManagedZoneOperationsListCall
MaxResults sets the optional parameter "maxResults": Maximum number of results to be returned. If unspecified, the server decides how many results to return.
func (*ManagedZoneOperationsListCall) PageToken ¶
func (c *ManagedZoneOperationsListCall) PageToken(pageToken string) *ManagedZoneOperationsListCall
PageToken sets the optional parameter "pageToken": A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
func (*ManagedZoneOperationsListCall) Pages ¶
func (c *ManagedZoneOperationsListCall) Pages(ctx context.Context, f func(*ManagedZoneOperationsListResponse) error) error
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.
func (*ManagedZoneOperationsListCall) SortBy ¶
func (c *ManagedZoneOperationsListCall) SortBy(sortBy string) *ManagedZoneOperationsListCall
SortBy sets the optional parameter "sortBy": Sorting criterion. The only supported values are START_TIME and ID.
Possible values:
"START_TIME" (default) "ID"
type ManagedZoneOperationsListResponse ¶
type ManagedZoneOperationsListResponse struct { Header *ResponseHeader `json:"header,omitempty"` Kind string `json:"kind,omitempty"` // NextPageToken: The presence of this field indicates that there exist // more results following your last page of results in pagination order. // To fetch them, make another list request using this value as your // page token. This lets you retrieve the complete contents of even very // large collections one page at a time. However, if the contents of the // collection change between the first and last paginated list request, // the set of all elements returned are an inconsistent view of the // collection. You cannot retrieve a consistent snapshot of a collection // larger than the maximum page size. NextPageToken string `json:"nextPageToken,omitempty"` // Operations: The operation resources. 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. "Header") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Header") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ManagedZoneOperationsListResponse) MarshalJSON ¶
func (s *ManagedZoneOperationsListResponse) MarshalJSON() ([]byte, error)
type ManagedZoneOperationsService ¶
type ManagedZoneOperationsService struct {
// contains filtered or unexported fields
}
func NewManagedZoneOperationsService ¶
func NewManagedZoneOperationsService(s *Service) *ManagedZoneOperationsService
func (*ManagedZoneOperationsService) Get ¶
func (r *ManagedZoneOperationsService) Get(project string, location string, managedZone string, operation string) *ManagedZoneOperationsGetCall
Get: Fetches the representation of an existing Operation.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- managedZone: Identifies the managed zone addressed by this request.
- operation: Identifies the operation addressed by this request (ID of the operation).
- project: Identifies the project addressed by this request.
func (*ManagedZoneOperationsService) List ¶
func (r *ManagedZoneOperationsService) List(project string, location string, managedZone string) *ManagedZoneOperationsListCall
List: Enumerates Operations for the given ManagedZone.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- managedZone: Identifies the managed zone addressed by this request.
- project: Identifies the project addressed by this request.
type ManagedZonePeeringConfig ¶
type ManagedZonePeeringConfig struct { Kind string `json:"kind,omitempty"` // TargetNetwork: The network with which to peer. TargetNetwork *ManagedZonePeeringConfigTargetNetwork `json:"targetNetwork,omitempty"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ManagedZonePeeringConfig) MarshalJSON ¶
func (s *ManagedZonePeeringConfig) MarshalJSON() ([]byte, error)
type ManagedZonePeeringConfigTargetNetwork ¶
type ManagedZonePeeringConfigTargetNetwork struct { // DeactivateTime: The time at which the zone was deactivated, in RFC // 3339 date-time format. An empty string indicates that the peering // connection is active. The producer network can deactivate a zone. The // zone is automatically deactivated if the producer network that the // zone targeted is deleted. Output only. DeactivateTime string `json:"deactivateTime,omitempty"` Kind string `json:"kind,omitempty"` // NetworkUrl: The fully qualified URL of the VPC network to forward // queries to. This should be formatted like // https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network} NetworkUrl string `json:"networkUrl,omitempty"` // ForceSendFields is a list of field names (e.g. "DeactivateTime") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DeactivateTime") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*ManagedZonePeeringConfigTargetNetwork) MarshalJSON ¶
func (s *ManagedZonePeeringConfigTargetNetwork) MarshalJSON() ([]byte, error)
type ManagedZonePrivateVisibilityConfig ¶
type ManagedZonePrivateVisibilityConfig struct { // GkeClusters: The list of Google Kubernetes Engine clusters that can // see this zone. GkeClusters []*ManagedZonePrivateVisibilityConfigGKECluster `json:"gkeClusters,omitempty"` Kind string `json:"kind,omitempty"` // Networks: The list of VPC networks that can see this zone. Networks []*ManagedZonePrivateVisibilityConfigNetwork `json:"networks,omitempty"` // ForceSendFields is a list of field names (e.g. "GkeClusters") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "GkeClusters") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ManagedZonePrivateVisibilityConfig) MarshalJSON ¶
func (s *ManagedZonePrivateVisibilityConfig) MarshalJSON() ([]byte, error)
type ManagedZonePrivateVisibilityConfigGKECluster ¶
type ManagedZonePrivateVisibilityConfigGKECluster struct { // GkeClusterName: The resource name of the cluster to bind this // ManagedZone to. This should be specified in the format like: // projects/*/locations/*/clusters/*. This is referenced from GKE // projects.locations.clusters.get API: // https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get GkeClusterName string `json:"gkeClusterName,omitempty"` Kind string `json:"kind,omitempty"` // ForceSendFields is a list of field names (e.g. "GkeClusterName") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "GkeClusterName") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*ManagedZonePrivateVisibilityConfigGKECluster) MarshalJSON ¶
func (s *ManagedZonePrivateVisibilityConfigGKECluster) MarshalJSON() ([]byte, error)
type ManagedZonePrivateVisibilityConfigNetwork ¶
type ManagedZonePrivateVisibilityConfigNetwork struct { Kind string `json:"kind,omitempty"` // NetworkUrl: The fully qualified URL of the VPC network to bind to. // Format this URL like // https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network} NetworkUrl string `json:"networkUrl,omitempty"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ManagedZonePrivateVisibilityConfigNetwork) MarshalJSON ¶
func (s *ManagedZonePrivateVisibilityConfigNetwork) MarshalJSON() ([]byte, error)
type ManagedZoneReverseLookupConfig ¶
type ManagedZoneReverseLookupConfig struct { Kind string `json:"kind,omitempty"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ManagedZoneReverseLookupConfig) MarshalJSON ¶
func (s *ManagedZoneReverseLookupConfig) MarshalJSON() ([]byte, error)
type ManagedZoneServiceDirectoryConfig ¶
type ManagedZoneServiceDirectoryConfig struct { Kind string `json:"kind,omitempty"` // Namespace: Contains information about the namespace associated with // the zone. Namespace *ManagedZoneServiceDirectoryConfigNamespace `json:"namespace,omitempty"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ManagedZoneServiceDirectoryConfig: Contains information about Service Directory-backed zones.
func (*ManagedZoneServiceDirectoryConfig) MarshalJSON ¶
func (s *ManagedZoneServiceDirectoryConfig) MarshalJSON() ([]byte, error)
type ManagedZoneServiceDirectoryConfigNamespace ¶
type ManagedZoneServiceDirectoryConfigNamespace struct { // DeletionTime: The time that the namespace backing this zone was // deleted; an empty string if it still exists. This is in RFC3339 text // format. Output only. DeletionTime string `json:"deletionTime,omitempty"` Kind string `json:"kind,omitempty"` // NamespaceUrl: The fully qualified URL of the namespace associated // with the zone. Format must be // https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace} NamespaceUrl string `json:"namespaceUrl,omitempty"` // ForceSendFields is a list of field names (e.g. "DeletionTime") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DeletionTime") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ManagedZoneServiceDirectoryConfigNamespace) MarshalJSON ¶
func (s *ManagedZoneServiceDirectoryConfigNamespace) MarshalJSON() ([]byte, error)
type ManagedZonesCreateCall ¶
type ManagedZonesCreateCall struct {
// contains filtered or unexported fields
}
func (*ManagedZonesCreateCall) ClientOperationId ¶
func (c *ManagedZonesCreateCall) ClientOperationId(clientOperationId string) *ManagedZonesCreateCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ManagedZonesCreateCall) Context ¶
func (c *ManagedZonesCreateCall) Context(ctx context.Context) *ManagedZonesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ManagedZonesCreateCall) Do ¶
func (c *ManagedZonesCreateCall) Do(opts ...googleapi.CallOption) (*ManagedZone, error)
Do executes the "dns.managedZones.create" call. Exactly one of *ManagedZone or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ManagedZone.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ManagedZonesCreateCall) Fields ¶
func (c *ManagedZonesCreateCall) Fields(s ...googleapi.Field) *ManagedZonesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ManagedZonesCreateCall) Header ¶
func (c *ManagedZonesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ManagedZonesDeleteCall ¶
type ManagedZonesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ManagedZonesDeleteCall) ClientOperationId ¶
func (c *ManagedZonesDeleteCall) ClientOperationId(clientOperationId string) *ManagedZonesDeleteCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ManagedZonesDeleteCall) Context ¶
func (c *ManagedZonesDeleteCall) Context(ctx context.Context) *ManagedZonesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ManagedZonesDeleteCall) Do ¶
func (c *ManagedZonesDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "dns.managedZones.delete" call.
func (*ManagedZonesDeleteCall) Fields ¶
func (c *ManagedZonesDeleteCall) Fields(s ...googleapi.Field) *ManagedZonesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ManagedZonesDeleteCall) Header ¶
func (c *ManagedZonesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ManagedZonesGetCall ¶
type ManagedZonesGetCall struct {
// contains filtered or unexported fields
}
func (*ManagedZonesGetCall) ClientOperationId ¶
func (c *ManagedZonesGetCall) ClientOperationId(clientOperationId string) *ManagedZonesGetCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ManagedZonesGetCall) Context ¶
func (c *ManagedZonesGetCall) Context(ctx context.Context) *ManagedZonesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ManagedZonesGetCall) Do ¶
func (c *ManagedZonesGetCall) Do(opts ...googleapi.CallOption) (*ManagedZone, error)
Do executes the "dns.managedZones.get" call. Exactly one of *ManagedZone or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ManagedZone.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ManagedZonesGetCall) Fields ¶
func (c *ManagedZonesGetCall) Fields(s ...googleapi.Field) *ManagedZonesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ManagedZonesGetCall) Header ¶
func (c *ManagedZonesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ManagedZonesGetCall) IfNoneMatch ¶
func (c *ManagedZonesGetCall) IfNoneMatch(entityTag string) *ManagedZonesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ManagedZonesListCall ¶
type ManagedZonesListCall struct {
// contains filtered or unexported fields
}
func (*ManagedZonesListCall) Context ¶
func (c *ManagedZonesListCall) Context(ctx context.Context) *ManagedZonesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ManagedZonesListCall) DnsName ¶
func (c *ManagedZonesListCall) DnsName(dnsName string) *ManagedZonesListCall
DnsName sets the optional parameter "dnsName": Restricts the list to return only zones with this domain name.
func (*ManagedZonesListCall) Do ¶
func (c *ManagedZonesListCall) Do(opts ...googleapi.CallOption) (*ManagedZonesListResponse, error)
Do executes the "dns.managedZones.list" call. Exactly one of *ManagedZonesListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ManagedZonesListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ManagedZonesListCall) Fields ¶
func (c *ManagedZonesListCall) Fields(s ...googleapi.Field) *ManagedZonesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ManagedZonesListCall) Header ¶
func (c *ManagedZonesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ManagedZonesListCall) IfNoneMatch ¶
func (c *ManagedZonesListCall) IfNoneMatch(entityTag string) *ManagedZonesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ManagedZonesListCall) MaxResults ¶
func (c *ManagedZonesListCall) MaxResults(maxResults int64) *ManagedZonesListCall
MaxResults sets the optional parameter "maxResults": Maximum number of results to be returned. If unspecified, the server decides how many results to return.
func (*ManagedZonesListCall) PageToken ¶
func (c *ManagedZonesListCall) PageToken(pageToken string) *ManagedZonesListCall
PageToken sets the optional parameter "pageToken": A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
func (*ManagedZonesListCall) Pages ¶
func (c *ManagedZonesListCall) Pages(ctx context.Context, f func(*ManagedZonesListResponse) error) error
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.
type ManagedZonesListResponse ¶
type ManagedZonesListResponse struct { Header *ResponseHeader `json:"header,omitempty"` // Kind: Type of resource. Kind string `json:"kind,omitempty"` // ManagedZones: The managed zone resources. ManagedZones []*ManagedZone `json:"managedZones,omitempty"` // NextPageToken: The presence of this field indicates that there exist // more results following your last page of results in pagination order. // To fetch them, make another list request using this value as your // page token. This lets you the complete contents of even very large // collections one page at a time. However, if the contents of the // collection change between the first and last paginated list request, // the set of all elements returned are an inconsistent view of the // collection. You cannot retrieve a consistent snapshot of a collection // larger than the maximum page size. NextPageToken string `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. "Header") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Header") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ManagedZonesListResponse) MarshalJSON ¶
func (s *ManagedZonesListResponse) MarshalJSON() ([]byte, error)
type ManagedZonesPatchCall ¶
type ManagedZonesPatchCall struct {
// contains filtered or unexported fields
}
func (*ManagedZonesPatchCall) ClientOperationId ¶
func (c *ManagedZonesPatchCall) ClientOperationId(clientOperationId string) *ManagedZonesPatchCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ManagedZonesPatchCall) Context ¶
func (c *ManagedZonesPatchCall) Context(ctx context.Context) *ManagedZonesPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ManagedZonesPatchCall) Do ¶
func (c *ManagedZonesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "dns.managedZones.patch" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Operation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ManagedZonesPatchCall) Fields ¶
func (c *ManagedZonesPatchCall) Fields(s ...googleapi.Field) *ManagedZonesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ManagedZonesPatchCall) Header ¶
func (c *ManagedZonesPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ManagedZonesService ¶
type ManagedZonesService struct {
// contains filtered or unexported fields
}
func NewManagedZonesService ¶
func NewManagedZonesService(s *Service) *ManagedZonesService
func (*ManagedZonesService) Create ¶
func (r *ManagedZonesService) Create(project string, location string, managedzone *ManagedZone) *ManagedZonesCreateCall
Create: Creates a new ManagedZone.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- project: Identifies the project addressed by this request.
func (*ManagedZonesService) Delete ¶
func (r *ManagedZonesService) Delete(project string, location string, managedZone string) *ManagedZonesDeleteCall
Delete: Deletes a previously created ManagedZone.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- managedZone: Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
- project: Identifies the project addressed by this request.
func (*ManagedZonesService) Get ¶
func (r *ManagedZonesService) Get(project string, location string, managedZone string) *ManagedZonesGetCall
Get: Fetches the representation of an existing ManagedZone.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- managedZone: Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
- project: Identifies the project addressed by this request.
func (*ManagedZonesService) List ¶
func (r *ManagedZonesService) List(project string, location string) *ManagedZonesListCall
List: Enumerates ManagedZones that have been created but not yet deleted.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- project: Identifies the project addressed by this request.
func (*ManagedZonesService) Patch ¶
func (r *ManagedZonesService) Patch(project string, location string, managedZone string, managedzone *ManagedZone) *ManagedZonesPatchCall
Patch: Applies a partial update to an existing ManagedZone.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- managedZone: Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
- project: Identifies the project addressed by this request.
func (*ManagedZonesService) Update ¶
func (r *ManagedZonesService) Update(project string, location string, managedZone string, managedzone *ManagedZone) *ManagedZonesUpdateCall
Update: Updates an existing ManagedZone.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- managedZone: Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
- project: Identifies the project addressed by this request.
type ManagedZonesUpdateCall ¶
type ManagedZonesUpdateCall struct {
// contains filtered or unexported fields
}
func (*ManagedZonesUpdateCall) ClientOperationId ¶
func (c *ManagedZonesUpdateCall) ClientOperationId(clientOperationId string) *ManagedZonesUpdateCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ManagedZonesUpdateCall) Context ¶
func (c *ManagedZonesUpdateCall) Context(ctx context.Context) *ManagedZonesUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ManagedZonesUpdateCall) Do ¶
func (c *ManagedZonesUpdateCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "dns.managedZones.update" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Operation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ManagedZonesUpdateCall) Fields ¶
func (c *ManagedZonesUpdateCall) Fields(s ...googleapi.Field) *ManagedZonesUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ManagedZonesUpdateCall) Header ¶
func (c *ManagedZonesUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type Operation ¶
type Operation struct { // DnsKeyContext: Only populated if the operation targeted a DnsKey // (output only). DnsKeyContext *OperationDnsKeyContext `json:"dnsKeyContext,omitempty"` // Id: Unique identifier for the resource. This is the // client_operation_id if the client specified it when the mutation was // initiated, otherwise, it is generated by the server. The name must be // 1-63 characters long and match the regular expression [-a-z0-9]? // (output only) Id string `json:"id,omitempty"` Kind string `json:"kind,omitempty"` // StartTime: The time that this operation was started by the server. // This is in RFC3339 text format (output only). StartTime string `json:"startTime,omitempty"` // Status: Status of the operation. Can be one of the following: // "PENDING" or "DONE" (output only). A status of "DONE" means that the // request to update the authoritative servers has been sent, but the // servers might not be updated yet. // // Possible values: // "PENDING" // "DONE" Status string `json:"status,omitempty"` // Type: Type of the operation. Operations include insert, update, and // delete (output only). Type string `json:"type,omitempty"` // User: User who requested the operation, for example: // user@example.com. cloud-dns-system for operations automatically done // by the system. (output only) User string `json:"user,omitempty"` // ZoneContext: Only populated if the operation targeted a ManagedZone // (output only). ZoneContext *OperationManagedZoneContext `json:"zoneContext,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "DnsKeyContext") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DnsKeyContext") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Operation: An operation represents a successful mutation performed on a Cloud DNS resource. Operations provide: - An audit log of server resource mutations. - A way to recover/retry API calls in the case where the response is never received by the caller. Use the caller specified client_operation_id.
func (*Operation) MarshalJSON ¶
type OperationDnsKeyContext ¶
type OperationDnsKeyContext struct { // NewValue: The post-operation DnsKey resource. NewValue *DnsKey `json:"newValue,omitempty"` // OldValue: The pre-operation DnsKey resource. OldValue *DnsKey `json:"oldValue,omitempty"` // ForceSendFields is a list of field names (e.g. "NewValue") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NewValue") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*OperationDnsKeyContext) MarshalJSON ¶
func (s *OperationDnsKeyContext) MarshalJSON() ([]byte, error)
type OperationManagedZoneContext ¶
type OperationManagedZoneContext struct { // NewValue: The post-operation ManagedZone resource. NewValue *ManagedZone `json:"newValue,omitempty"` // OldValue: The pre-operation ManagedZone resource. OldValue *ManagedZone `json:"oldValue,omitempty"` // ForceSendFields is a list of field names (e.g. "NewValue") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NewValue") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*OperationManagedZoneContext) MarshalJSON ¶
func (s *OperationManagedZoneContext) MarshalJSON() ([]byte, error)
type PoliciesCreateCall ¶
type PoliciesCreateCall struct {
// contains filtered or unexported fields
}
func (*PoliciesCreateCall) ClientOperationId ¶
func (c *PoliciesCreateCall) ClientOperationId(clientOperationId string) *PoliciesCreateCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*PoliciesCreateCall) Context ¶
func (c *PoliciesCreateCall) Context(ctx context.Context) *PoliciesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PoliciesCreateCall) Do ¶
func (c *PoliciesCreateCall) Do(opts ...googleapi.CallOption) (*Policy, error)
Do executes the "dns.policies.create" call. Exactly one of *Policy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PoliciesCreateCall) Fields ¶
func (c *PoliciesCreateCall) Fields(s ...googleapi.Field) *PoliciesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PoliciesCreateCall) Header ¶
func (c *PoliciesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type PoliciesDeleteCall ¶
type PoliciesDeleteCall struct {
// contains filtered or unexported fields
}
func (*PoliciesDeleteCall) ClientOperationId ¶
func (c *PoliciesDeleteCall) ClientOperationId(clientOperationId string) *PoliciesDeleteCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*PoliciesDeleteCall) Context ¶
func (c *PoliciesDeleteCall) Context(ctx context.Context) *PoliciesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PoliciesDeleteCall) Do ¶
func (c *PoliciesDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "dns.policies.delete" call.
func (*PoliciesDeleteCall) Fields ¶
func (c *PoliciesDeleteCall) Fields(s ...googleapi.Field) *PoliciesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PoliciesDeleteCall) Header ¶
func (c *PoliciesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type PoliciesGetCall ¶
type PoliciesGetCall struct {
// contains filtered or unexported fields
}
func (*PoliciesGetCall) ClientOperationId ¶
func (c *PoliciesGetCall) ClientOperationId(clientOperationId string) *PoliciesGetCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*PoliciesGetCall) Context ¶
func (c *PoliciesGetCall) Context(ctx context.Context) *PoliciesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PoliciesGetCall) Do ¶
func (c *PoliciesGetCall) Do(opts ...googleapi.CallOption) (*Policy, error)
Do executes the "dns.policies.get" call. Exactly one of *Policy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PoliciesGetCall) Fields ¶
func (c *PoliciesGetCall) Fields(s ...googleapi.Field) *PoliciesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PoliciesGetCall) Header ¶
func (c *PoliciesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PoliciesGetCall) IfNoneMatch ¶
func (c *PoliciesGetCall) IfNoneMatch(entityTag string) *PoliciesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type PoliciesListCall ¶
type PoliciesListCall struct {
// contains filtered or unexported fields
}
func (*PoliciesListCall) Context ¶
func (c *PoliciesListCall) Context(ctx context.Context) *PoliciesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PoliciesListCall) Do ¶
func (c *PoliciesListCall) Do(opts ...googleapi.CallOption) (*PoliciesListResponse, error)
Do executes the "dns.policies.list" call. Exactly one of *PoliciesListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *PoliciesListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PoliciesListCall) Fields ¶
func (c *PoliciesListCall) Fields(s ...googleapi.Field) *PoliciesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PoliciesListCall) Header ¶
func (c *PoliciesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PoliciesListCall) IfNoneMatch ¶
func (c *PoliciesListCall) IfNoneMatch(entityTag string) *PoliciesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*PoliciesListCall) MaxResults ¶
func (c *PoliciesListCall) MaxResults(maxResults int64) *PoliciesListCall
MaxResults sets the optional parameter "maxResults": Maximum number of results to be returned. If unspecified, the server decides how many results to return.
func (*PoliciesListCall) PageToken ¶
func (c *PoliciesListCall) PageToken(pageToken string) *PoliciesListCall
PageToken sets the optional parameter "pageToken": A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
func (*PoliciesListCall) Pages ¶
func (c *PoliciesListCall) Pages(ctx context.Context, f func(*PoliciesListResponse) error) error
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.
type PoliciesListResponse ¶
type PoliciesListResponse struct { Header *ResponseHeader `json:"header,omitempty"` // Kind: Type of resource. Kind string `json:"kind,omitempty"` // NextPageToken: The presence of this field indicates that there exist // more results following your last page of results in pagination order. // To fetch them, make another list request using this value as your // page token. This lets you the complete contents of even very large // collections one page at a time. However, if the contents of the // collection change between the first and last paginated list request, // the set of all elements returned are an inconsistent view of the // collection. You cannot retrieve a consistent snapshot of a collection // larger than the maximum page size. NextPageToken string `json:"nextPageToken,omitempty"` // Policies: The policy resources. Policies []*Policy `json:"policies,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Header") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Header") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*PoliciesListResponse) MarshalJSON ¶
func (s *PoliciesListResponse) MarshalJSON() ([]byte, error)
type PoliciesPatchCall ¶
type PoliciesPatchCall struct {
// contains filtered or unexported fields
}
func (*PoliciesPatchCall) ClientOperationId ¶
func (c *PoliciesPatchCall) ClientOperationId(clientOperationId string) *PoliciesPatchCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*PoliciesPatchCall) Context ¶
func (c *PoliciesPatchCall) Context(ctx context.Context) *PoliciesPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PoliciesPatchCall) Do ¶
func (c *PoliciesPatchCall) Do(opts ...googleapi.CallOption) (*PoliciesPatchResponse, error)
Do executes the "dns.policies.patch" call. Exactly one of *PoliciesPatchResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *PoliciesPatchResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PoliciesPatchCall) Fields ¶
func (c *PoliciesPatchCall) Fields(s ...googleapi.Field) *PoliciesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PoliciesPatchCall) Header ¶
func (c *PoliciesPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type PoliciesPatchResponse ¶
type PoliciesPatchResponse struct { Header *ResponseHeader `json:"header,omitempty"` Policy *Policy `json:"policy,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Header") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Header") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*PoliciesPatchResponse) MarshalJSON ¶
func (s *PoliciesPatchResponse) MarshalJSON() ([]byte, error)
type PoliciesService ¶
type PoliciesService struct {
// contains filtered or unexported fields
}
func NewPoliciesService ¶
func NewPoliciesService(s *Service) *PoliciesService
func (*PoliciesService) Create ¶
func (r *PoliciesService) Create(project string, location string, policy *Policy) *PoliciesCreateCall
Create: Creates a new Policy.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- project: Identifies the project addressed by this request.
func (*PoliciesService) Delete ¶
func (r *PoliciesService) Delete(project string, location string, policy string) *PoliciesDeleteCall
Delete: Deletes a previously created Policy. Fails if the policy is still being referenced by a network.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- policy: User given friendly name of the policy addressed by this request.
- project: Identifies the project addressed by this request.
func (*PoliciesService) Get ¶
func (r *PoliciesService) Get(project string, location string, policy string) *PoliciesGetCall
Get: Fetches the representation of an existing Policy.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- policy: User given friendly name of the policy addressed by this request.
- project: Identifies the project addressed by this request.
func (*PoliciesService) List ¶
func (r *PoliciesService) List(project string, location string) *PoliciesListCall
List: Enumerates all Policies associated with a project.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- project: Identifies the project addressed by this request.
func (*PoliciesService) Patch ¶
func (r *PoliciesService) Patch(project string, location string, policy string, policy2 *Policy) *PoliciesPatchCall
Patch: Applies a partial update to an existing Policy.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- policy: User given friendly name of the policy addressed by this request.
- project: Identifies the project addressed by this request.
func (*PoliciesService) Update ¶
func (r *PoliciesService) Update(project string, location string, policy string, policy2 *Policy) *PoliciesUpdateCall
Update: Updates an existing Policy.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- policy: User given friendly name of the policy addressed by this request.
- project: Identifies the project addressed by this request.
type PoliciesUpdateCall ¶
type PoliciesUpdateCall struct {
// contains filtered or unexported fields
}
func (*PoliciesUpdateCall) ClientOperationId ¶
func (c *PoliciesUpdateCall) ClientOperationId(clientOperationId string) *PoliciesUpdateCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*PoliciesUpdateCall) Context ¶
func (c *PoliciesUpdateCall) Context(ctx context.Context) *PoliciesUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PoliciesUpdateCall) Do ¶
func (c *PoliciesUpdateCall) Do(opts ...googleapi.CallOption) (*PoliciesUpdateResponse, error)
Do executes the "dns.policies.update" call. Exactly one of *PoliciesUpdateResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *PoliciesUpdateResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PoliciesUpdateCall) Fields ¶
func (c *PoliciesUpdateCall) Fields(s ...googleapi.Field) *PoliciesUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PoliciesUpdateCall) Header ¶
func (c *PoliciesUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type PoliciesUpdateResponse ¶
type PoliciesUpdateResponse struct { Header *ResponseHeader `json:"header,omitempty"` Policy *Policy `json:"policy,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Header") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Header") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*PoliciesUpdateResponse) MarshalJSON ¶
func (s *PoliciesUpdateResponse) MarshalJSON() ([]byte, error)
type Policy ¶
type Policy struct { // AlternativeNameServerConfig: Sets an alternative name server for the // associated networks. When specified, all DNS queries are forwarded to // a name server that you choose. Names such as .internal are not // available when an alternative name server is specified. AlternativeNameServerConfig *PolicyAlternativeNameServerConfig `json:"alternativeNameServerConfig,omitempty"` // Description: A mutable string of at most 1024 characters associated // with this resource for the user's convenience. Has no effect on the // policy's function. Description string `json:"description,omitempty"` // EnableInboundForwarding: Allows networks bound to this policy to // receive DNS queries sent by VMs or applications over VPN connections. // When enabled, a virtual IP address is allocated from each of the // subnetworks that are bound to this policy. EnableInboundForwarding bool `json:"enableInboundForwarding,omitempty"` // EnableLogging: Controls whether logging is enabled for the networks // bound to this policy. Defaults to no logging if not set. EnableLogging bool `json:"enableLogging,omitempty"` // Id: Unique identifier for the resource; defined by the server (output // only). Id uint64 `json:"id,omitempty,string"` Kind string `json:"kind,omitempty"` // Name: User-assigned name for this policy. Name string `json:"name,omitempty"` // Networks: List of network names specifying networks to which this // policy is applied. Networks []*PolicyNetwork `json:"networks,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. // "AlternativeNameServerConfig") to unconditionally include in API // requests. By default, fields with empty or default values are omitted // from API requests. However, any non-pointer, non-interface field // appearing in ForceSendFields will be sent to the server regardless of // whether the field is empty or not. This may be used to include empty // fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. // "AlternativeNameServerConfig") to include in API requests with the // JSON null value. By default, fields with empty values are omitted // from API requests. However, any field with an empty value appearing // in NullFields will be sent to the server as null. It is an error if a // field in this list has a non-empty value. This may be used to include // null fields in Patch requests. NullFields []string `json:"-"` }
Policy: A policy is a collection of DNS rules applied to one or more Virtual Private Cloud resources.
func (*Policy) MarshalJSON ¶
type PolicyAlternativeNameServerConfig ¶
type PolicyAlternativeNameServerConfig struct { Kind string `json:"kind,omitempty"` // TargetNameServers: Sets an alternative name server for the associated // networks. When specified, all DNS queries are forwarded to a name // server that you choose. Names such as .internal are not available // when an alternative name server is specified. TargetNameServers []*PolicyAlternativeNameServerConfigTargetNameServer `json:"targetNameServers,omitempty"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*PolicyAlternativeNameServerConfig) MarshalJSON ¶
func (s *PolicyAlternativeNameServerConfig) MarshalJSON() ([]byte, error)
type PolicyAlternativeNameServerConfigTargetNameServer ¶
type PolicyAlternativeNameServerConfigTargetNameServer struct { // ForwardingPath: Forwarding path for this TargetNameServer. If unset // or set to DEFAULT, Cloud DNS makes forwarding decisions based on // address ranges; that is, RFC1918 addresses go to the VPC network, // non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud // DNS always sends queries through the VPC network for this target. // // Possible values: // "DEFAULT" - Cloud DNS makes forwarding decision based on IP address // ranges; that is, RFC1918 addresses forward to the target through the // VPC and non-RFC1918 addresses forward to the target through the // internet // "PRIVATE" - Cloud DNS always forwards to this target through the // VPC. ForwardingPath string `json:"forwardingPath,omitempty"` // Ipv4Address: IPv4 address to forward to. Ipv4Address string `json:"ipv4Address,omitempty"` Kind string `json:"kind,omitempty"` // ForceSendFields is a list of field names (e.g. "ForwardingPath") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ForwardingPath") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*PolicyAlternativeNameServerConfigTargetNameServer) MarshalJSON ¶
func (s *PolicyAlternativeNameServerConfigTargetNameServer) MarshalJSON() ([]byte, error)
type PolicyNetwork ¶
type PolicyNetwork struct { Kind string `json:"kind,omitempty"` // NetworkUrl: The fully qualified URL of the VPC network to bind to. // This should be formatted like // https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network} NetworkUrl string `json:"networkUrl,omitempty"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*PolicyNetwork) MarshalJSON ¶
func (s *PolicyNetwork) MarshalJSON() ([]byte, error)
type Project ¶
type Project struct { // Id: User assigned unique identifier for the resource (output only). Id string `json:"id,omitempty"` Kind string `json:"kind,omitempty"` // Number: Unique numeric identifier for the resource; defined by the // server (output only). Number uint64 `json:"number,omitempty,string"` // Quota: Quotas assigned to this project (output only). Quota *Quota `json:"quota,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Id") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Id") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Project: A project resource. The project is a top level container for resources including Cloud DNS ManagedZones. Projects can be created only in the APIs console. Next tag: 7.
func (*Project) MarshalJSON ¶
type ProjectsGetCall ¶
type ProjectsGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsGetCall) ClientOperationId ¶
func (c *ProjectsGetCall) ClientOperationId(clientOperationId string) *ProjectsGetCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ProjectsGetCall) Context ¶
func (c *ProjectsGetCall) Context(ctx context.Context) *ProjectsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsGetCall) Do ¶
func (c *ProjectsGetCall) Do(opts ...googleapi.CallOption) (*Project, error)
Do executes the "dns.projects.get" call. Exactly one of *Project or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Project.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsGetCall) Fields ¶
func (c *ProjectsGetCall) Fields(s ...googleapi.Field) *ProjectsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsGetCall) Header ¶
func (c *ProjectsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ProjectsGetCall) IfNoneMatch ¶
func (c *ProjectsGetCall) IfNoneMatch(entityTag string) *ProjectsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ProjectsService ¶
type ProjectsService struct {
// contains filtered or unexported fields
}
func NewProjectsService ¶
func NewProjectsService(s *Service) *ProjectsService
func (*ProjectsService) Get ¶
func (r *ProjectsService) Get(project string, location string) *ProjectsGetCall
Get: Fetches the representation of an existing Project.
- location: . - project: Identifies the project addressed by this request.
type Quota ¶
type Quota struct { // DnsKeysPerManagedZone: Maximum allowed number of DnsKeys per // ManagedZone. DnsKeysPerManagedZone int64 `json:"dnsKeysPerManagedZone,omitempty"` // ItemsPerRoutingPolicy: Maximum allowed number of items per routing // policy. ItemsPerRoutingPolicy int64 `json:"itemsPerRoutingPolicy,omitempty"` Kind string `json:"kind,omitempty"` // ManagedZones: Maximum allowed number of managed zones in the project. ManagedZones int64 `json:"managedZones,omitempty"` // ManagedZonesPerNetwork: Maximum allowed number of managed zones which // can be attached to a network. ManagedZonesPerNetwork int64 `json:"managedZonesPerNetwork,omitempty"` // NetworksPerManagedZone: Maximum allowed number of networks to which a // privately scoped zone can be attached. NetworksPerManagedZone int64 `json:"networksPerManagedZone,omitempty"` // NetworksPerPolicy: Maximum allowed number of networks per policy. NetworksPerPolicy int64 `json:"networksPerPolicy,omitempty"` // PeeringZonesPerTargetNetwork: Maximum allowed number of consumer // peering zones per target network owned by this producer project PeeringZonesPerTargetNetwork int64 `json:"peeringZonesPerTargetNetwork,omitempty"` // Policies: Maximum allowed number of policies per project. Policies int64 `json:"policies,omitempty"` // ResourceRecordsPerRrset: Maximum allowed number of ResourceRecords // per ResourceRecordSet. ResourceRecordsPerRrset int64 `json:"resourceRecordsPerRrset,omitempty"` // RrsetAdditionsPerChange: Maximum allowed number of ResourceRecordSets // to add per ChangesCreateRequest. RrsetAdditionsPerChange int64 `json:"rrsetAdditionsPerChange,omitempty"` // RrsetDeletionsPerChange: Maximum allowed number of ResourceRecordSets // to delete per ChangesCreateRequest. RrsetDeletionsPerChange int64 `json:"rrsetDeletionsPerChange,omitempty"` // RrsetsPerManagedZone: Maximum allowed number of ResourceRecordSets // per zone in the project. RrsetsPerManagedZone int64 `json:"rrsetsPerManagedZone,omitempty"` // TargetNameServersPerManagedZone: Maximum allowed number of target // name servers per managed forwarding zone. TargetNameServersPerManagedZone int64 `json:"targetNameServersPerManagedZone,omitempty"` // TargetNameServersPerPolicy: Maximum allowed number of alternative // target name servers per policy. TargetNameServersPerPolicy int64 `json:"targetNameServersPerPolicy,omitempty"` // TotalRrdataSizePerChange: Maximum allowed size for total rrdata in // one ChangesCreateRequest in bytes. TotalRrdataSizePerChange int64 `json:"totalRrdataSizePerChange,omitempty"` // WhitelistedKeySpecs: DNSSEC algorithm and key length types that can // be used for DnsKeys. WhitelistedKeySpecs []*DnsKeySpec `json:"whitelistedKeySpecs,omitempty"` // ForceSendFields is a list of field names (e.g. // "DnsKeysPerManagedZone") to unconditionally include in API requests. // By default, fields with empty or default values are omitted from API // requests. However, any non-pointer, non-interface field appearing in // ForceSendFields will be sent to the server regardless of whether the // field is empty or not. This may be used to include empty fields in // Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DnsKeysPerManagedZone") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
Quota: Limits associated with a Project.
func (*Quota) MarshalJSON ¶
type RRSetRoutingPolicy ¶
type RRSetRoutingPolicy struct { Geo *RRSetRoutingPolicyGeoPolicy `json:"geo,omitempty"` Kind string `json:"kind,omitempty"` Wrr *RRSetRoutingPolicyWrrPolicy `json:"wrr,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. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. 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. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
RRSetRoutingPolicy: A RRSetRoutingPolicy represents ResourceRecordSet data that is returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection.
func (*RRSetRoutingPolicy) MarshalJSON ¶
func (s *RRSetRoutingPolicy) MarshalJSON() ([]byte, error)
type RRSetRoutingPolicyGeoPolicy ¶
type RRSetRoutingPolicyGeoPolicy struct { // Items: The primary geo routing configuration. If there are multiple // items with the same location, an error is returned instead. Items []*RRSetRoutingPolicyGeoPolicyGeoPolicyItem `json:"items,omitempty"` Kind string `json:"kind,omitempty"` // ForceSendFields is a list of field names (e.g. "Items") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Items") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
RRSetRoutingPolicyGeoPolicy: Configures a RRSetRoutingPolicy that routes based on the geo location of the querying user.
func (*RRSetRoutingPolicyGeoPolicy) MarshalJSON ¶
func (s *RRSetRoutingPolicyGeoPolicy) MarshalJSON() ([]byte, error)
type RRSetRoutingPolicyGeoPolicyGeoPolicyItem ¶
type RRSetRoutingPolicyGeoPolicyGeoPolicyItem struct { Kind string `json:"kind,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. Location string `json:"location,omitempty"` Rrdatas []string `json:"rrdatas,omitempty"` // SignatureRrdatas: DNSSEC generated signatures for all the rrdata // within this item. Note that if health checked targets are provided // for DNSSEC enabled zones, there's a restriction of 1 ip per item. . SignatureRrdatas []string `json:"signatureRrdatas,omitempty"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
RRSetRoutingPolicyGeoPolicyGeoPolicyItem: ResourceRecordSet data for one geo location.
func (*RRSetRoutingPolicyGeoPolicyGeoPolicyItem) MarshalJSON ¶
func (s *RRSetRoutingPolicyGeoPolicyGeoPolicyItem) MarshalJSON() ([]byte, error)
type RRSetRoutingPolicyWrrPolicy ¶
type RRSetRoutingPolicyWrrPolicy struct { Items []*RRSetRoutingPolicyWrrPolicyWrrPolicyItem `json:"items,omitempty"` Kind string `json:"kind,omitempty"` // ForceSendFields is a list of field names (e.g. "Items") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Items") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
RRSetRoutingPolicyWrrPolicy: Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.
func (*RRSetRoutingPolicyWrrPolicy) MarshalJSON ¶
func (s *RRSetRoutingPolicyWrrPolicy) MarshalJSON() ([]byte, error)
type RRSetRoutingPolicyWrrPolicyWrrPolicyItem ¶
type RRSetRoutingPolicyWrrPolicyWrrPolicyItem struct { Kind string `json:"kind,omitempty"` Rrdatas []string `json:"rrdatas,omitempty"` // SignatureRrdatas: DNSSEC generated signatures for all the rrdata // within this item. Note that if health checked targets are provided // for DNSSEC enabled zones, there's a restriction of 1 ip per item. . SignatureRrdatas []string `json:"signatureRrdatas,omitempty"` // Weight: The weight corresponding to this subset of rrdata. When // multiple WeightedRoundRobinPolicyItems are configured, the // probability of returning an rrset is proportional to its weight // relative to the sum of weights configured for all items. This weight // should be non-negative. Weight float64 `json:"weight,omitempty"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
RRSetRoutingPolicyWrrPolicyWrrPolicyItem: A routing block which contains the routing information for one WRR item.
func (*RRSetRoutingPolicyWrrPolicyWrrPolicyItem) MarshalJSON ¶
func (s *RRSetRoutingPolicyWrrPolicyWrrPolicyItem) MarshalJSON() ([]byte, error)
func (*RRSetRoutingPolicyWrrPolicyWrrPolicyItem) UnmarshalJSON ¶
func (s *RRSetRoutingPolicyWrrPolicyWrrPolicyItem) UnmarshalJSON(data []byte) error
type ResourceRecordSet ¶
type ResourceRecordSet struct { Kind string `json:"kind,omitempty"` // Name: For example, www.example.com. Name string `json:"name,omitempty"` // RoutingPolicy: Configures dynamic query responses based on geo // location of querying user or a weighted round robin based routing // policy. A ResourceRecordSet should only have either rrdata (static) // or routing_policy (dynamic). An error is returned otherwise. RoutingPolicy *RRSetRoutingPolicy `json:"routingPolicy,omitempty"` // Rrdatas: As defined in RFC 1035 (section 5) and RFC 1034 (section // 3.6.1) -- see examples. Rrdatas []string `json:"rrdatas,omitempty"` // SignatureRrdatas: As defined in RFC 4034 (section 3.2). SignatureRrdatas []string `json:"signatureRrdatas,omitempty"` // Ttl: Number of seconds that this ResourceRecordSet can be cached by // resolvers. Ttl int64 `json:"ttl,omitempty"` // Type: The identifier of a supported record type. See the list of // Supported DNS record types. Type string `json:"type,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ResourceRecordSet: A unit of data that is returned by the DNS servers.
func (*ResourceRecordSet) MarshalJSON ¶
func (s *ResourceRecordSet) MarshalJSON() ([]byte, error)
type ResourceRecordSetsCreateCall ¶
type ResourceRecordSetsCreateCall struct {
// contains filtered or unexported fields
}
func (*ResourceRecordSetsCreateCall) ClientOperationId ¶
func (c *ResourceRecordSetsCreateCall) ClientOperationId(clientOperationId string) *ResourceRecordSetsCreateCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ResourceRecordSetsCreateCall) Context ¶
func (c *ResourceRecordSetsCreateCall) Context(ctx context.Context) *ResourceRecordSetsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResourceRecordSetsCreateCall) Do ¶
func (c *ResourceRecordSetsCreateCall) Do(opts ...googleapi.CallOption) (*ResourceRecordSet, error)
Do executes the "dns.resourceRecordSets.create" call. Exactly one of *ResourceRecordSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ResourceRecordSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ResourceRecordSetsCreateCall) Fields ¶
func (c *ResourceRecordSetsCreateCall) Fields(s ...googleapi.Field) *ResourceRecordSetsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResourceRecordSetsCreateCall) Header ¶
func (c *ResourceRecordSetsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ResourceRecordSetsDeleteCall ¶
type ResourceRecordSetsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ResourceRecordSetsDeleteCall) ClientOperationId ¶
func (c *ResourceRecordSetsDeleteCall) ClientOperationId(clientOperationId string) *ResourceRecordSetsDeleteCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ResourceRecordSetsDeleteCall) Context ¶
func (c *ResourceRecordSetsDeleteCall) Context(ctx context.Context) *ResourceRecordSetsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResourceRecordSetsDeleteCall) Do ¶
func (c *ResourceRecordSetsDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "dns.resourceRecordSets.delete" call.
func (*ResourceRecordSetsDeleteCall) Fields ¶
func (c *ResourceRecordSetsDeleteCall) Fields(s ...googleapi.Field) *ResourceRecordSetsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResourceRecordSetsDeleteCall) Header ¶
func (c *ResourceRecordSetsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ResourceRecordSetsGetCall ¶
type ResourceRecordSetsGetCall struct {
// contains filtered or unexported fields
}
func (*ResourceRecordSetsGetCall) ClientOperationId ¶
func (c *ResourceRecordSetsGetCall) ClientOperationId(clientOperationId string) *ResourceRecordSetsGetCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ResourceRecordSetsGetCall) Context ¶
func (c *ResourceRecordSetsGetCall) Context(ctx context.Context) *ResourceRecordSetsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResourceRecordSetsGetCall) Do ¶
func (c *ResourceRecordSetsGetCall) Do(opts ...googleapi.CallOption) (*ResourceRecordSet, error)
Do executes the "dns.resourceRecordSets.get" call. Exactly one of *ResourceRecordSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ResourceRecordSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ResourceRecordSetsGetCall) Fields ¶
func (c *ResourceRecordSetsGetCall) Fields(s ...googleapi.Field) *ResourceRecordSetsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResourceRecordSetsGetCall) Header ¶
func (c *ResourceRecordSetsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ResourceRecordSetsGetCall) IfNoneMatch ¶
func (c *ResourceRecordSetsGetCall) IfNoneMatch(entityTag string) *ResourceRecordSetsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ResourceRecordSetsListCall ¶
type ResourceRecordSetsListCall struct {
// contains filtered or unexported fields
}
func (*ResourceRecordSetsListCall) Context ¶
func (c *ResourceRecordSetsListCall) Context(ctx context.Context) *ResourceRecordSetsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResourceRecordSetsListCall) Do ¶
func (c *ResourceRecordSetsListCall) Do(opts ...googleapi.CallOption) (*ResourceRecordSetsListResponse, error)
Do executes the "dns.resourceRecordSets.list" call. Exactly one of *ResourceRecordSetsListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ResourceRecordSetsListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ResourceRecordSetsListCall) Fields ¶
func (c *ResourceRecordSetsListCall) Fields(s ...googleapi.Field) *ResourceRecordSetsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResourceRecordSetsListCall) Header ¶
func (c *ResourceRecordSetsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ResourceRecordSetsListCall) IfNoneMatch ¶
func (c *ResourceRecordSetsListCall) IfNoneMatch(entityTag string) *ResourceRecordSetsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ResourceRecordSetsListCall) MaxResults ¶
func (c *ResourceRecordSetsListCall) MaxResults(maxResults int64) *ResourceRecordSetsListCall
MaxResults sets the optional parameter "maxResults": Maximum number of results to be returned. If unspecified, the server decides how many results to return.
func (*ResourceRecordSetsListCall) Name ¶
func (c *ResourceRecordSetsListCall) Name(name string) *ResourceRecordSetsListCall
Name sets the optional parameter "name": Restricts the list to return only records with this fully qualified domain name.
func (*ResourceRecordSetsListCall) PageToken ¶
func (c *ResourceRecordSetsListCall) PageToken(pageToken string) *ResourceRecordSetsListCall
PageToken sets the optional parameter "pageToken": A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
func (*ResourceRecordSetsListCall) Pages ¶
func (c *ResourceRecordSetsListCall) Pages(ctx context.Context, f func(*ResourceRecordSetsListResponse) error) error
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.
func (*ResourceRecordSetsListCall) Type ¶
func (c *ResourceRecordSetsListCall) Type(type_ string) *ResourceRecordSetsListCall
Type sets the optional parameter "type": Restricts the list to return only records of this type. If present, the "name" parameter must also be present.
type ResourceRecordSetsListResponse ¶
type ResourceRecordSetsListResponse struct { Header *ResponseHeader `json:"header,omitempty"` // Kind: Type of resource. Kind string `json:"kind,omitempty"` // NextPageToken: The presence of this field indicates that there exist // more results following your last page of results in pagination order. // To fetch them, make another list request using this value as your // pagination token. This lets you retrieve complete contents of even // larger collections, one page at a time. However, if the contents of // the collection change between the first and last paginated list // request, the set of elements returned are an inconsistent view of the // collection. You cannot retrieve a consistent snapshot of a collection // larger than the maximum page size. NextPageToken string `json:"nextPageToken,omitempty"` // Rrsets: The resource record set resources. Rrsets []*ResourceRecordSet `json:"rrsets,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Header") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Header") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ResourceRecordSetsListResponse) MarshalJSON ¶
func (s *ResourceRecordSetsListResponse) MarshalJSON() ([]byte, error)
type ResourceRecordSetsPatchCall ¶
type ResourceRecordSetsPatchCall struct {
// contains filtered or unexported fields
}
func (*ResourceRecordSetsPatchCall) ClientOperationId ¶
func (c *ResourceRecordSetsPatchCall) ClientOperationId(clientOperationId string) *ResourceRecordSetsPatchCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ResourceRecordSetsPatchCall) Context ¶
func (c *ResourceRecordSetsPatchCall) Context(ctx context.Context) *ResourceRecordSetsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResourceRecordSetsPatchCall) Do ¶
func (c *ResourceRecordSetsPatchCall) Do(opts ...googleapi.CallOption) (*ResourceRecordSet, error)
Do executes the "dns.resourceRecordSets.patch" call. Exactly one of *ResourceRecordSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ResourceRecordSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ResourceRecordSetsPatchCall) Fields ¶
func (c *ResourceRecordSetsPatchCall) Fields(s ...googleapi.Field) *ResourceRecordSetsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResourceRecordSetsPatchCall) Header ¶
func (c *ResourceRecordSetsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ResourceRecordSetsService ¶
type ResourceRecordSetsService struct {
// contains filtered or unexported fields
}
func NewResourceRecordSetsService ¶
func NewResourceRecordSetsService(s *Service) *ResourceRecordSetsService
func (*ResourceRecordSetsService) Create ¶
func (r *ResourceRecordSetsService) Create(project string, location string, managedZone string, resourcerecordset *ResourceRecordSet) *ResourceRecordSetsCreateCall
Create: Creates a new ResourceRecordSet.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- managedZone: Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
- project: Identifies the project addressed by this request.
func (*ResourceRecordSetsService) Delete ¶
func (r *ResourceRecordSetsService) Delete(project string, location string, managedZone string, name string, type_ string) *ResourceRecordSetsDeleteCall
Delete: Deletes a previously created ResourceRecordSet.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- managedZone: Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
- name: Fully qualified domain name.
- project: Identifies the project addressed by this request.
- type: RRSet type.
func (*ResourceRecordSetsService) Get ¶
func (r *ResourceRecordSetsService) Get(project string, location string, managedZone string, name string, type_ string) *ResourceRecordSetsGetCall
Get: Fetches the representation of an existing ResourceRecordSet.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- managedZone: Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
- name: Fully qualified domain name.
- project: Identifies the project addressed by this request.
- type: RRSet type.
func (*ResourceRecordSetsService) List ¶
func (r *ResourceRecordSetsService) List(project string, location string, managedZone string) *ResourceRecordSetsListCall
List: Enumerates ResourceRecordSets that you have created but not yet deleted.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- managedZone: Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
- project: Identifies the project addressed by this request.
func (*ResourceRecordSetsService) Patch ¶
func (r *ResourceRecordSetsService) Patch(project string, location string, managedZone string, name string, type_ string, resourcerecordset *ResourceRecordSet) *ResourceRecordSetsPatchCall
Patch: Applies a partial update to an existing ResourceRecordSet.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- managedZone: Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
- name: Fully qualified domain name.
- project: Identifies the project addressed by this request.
- type: RRSet type.
type ResponseHeader ¶
type ResponseHeader struct { // OperationId: For mutating operation requests that completed // successfully. This is the client_operation_id if the client specified // it, otherwise it is generated by the server (output only). OperationId string `json:"operationId,omitempty"` // ForceSendFields is a list of field names (e.g. "OperationId") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "OperationId") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ResponseHeader: Elements common to every response.
func (*ResponseHeader) MarshalJSON ¶
func (s *ResponseHeader) MarshalJSON() ([]byte, error)
type ResponsePoliciesCreateCall ¶
type ResponsePoliciesCreateCall struct {
// contains filtered or unexported fields
}
func (*ResponsePoliciesCreateCall) ClientOperationId ¶
func (c *ResponsePoliciesCreateCall) ClientOperationId(clientOperationId string) *ResponsePoliciesCreateCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ResponsePoliciesCreateCall) Context ¶
func (c *ResponsePoliciesCreateCall) Context(ctx context.Context) *ResponsePoliciesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResponsePoliciesCreateCall) Do ¶
func (c *ResponsePoliciesCreateCall) Do(opts ...googleapi.CallOption) (*ResponsePolicy, error)
Do executes the "dns.responsePolicies.create" call. Exactly one of *ResponsePolicy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ResponsePolicy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ResponsePoliciesCreateCall) Fields ¶
func (c *ResponsePoliciesCreateCall) Fields(s ...googleapi.Field) *ResponsePoliciesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResponsePoliciesCreateCall) Header ¶
func (c *ResponsePoliciesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ResponsePoliciesDeleteCall ¶
type ResponsePoliciesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ResponsePoliciesDeleteCall) ClientOperationId ¶
func (c *ResponsePoliciesDeleteCall) ClientOperationId(clientOperationId string) *ResponsePoliciesDeleteCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ResponsePoliciesDeleteCall) Context ¶
func (c *ResponsePoliciesDeleteCall) Context(ctx context.Context) *ResponsePoliciesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResponsePoliciesDeleteCall) Do ¶
func (c *ResponsePoliciesDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "dns.responsePolicies.delete" call.
func (*ResponsePoliciesDeleteCall) Fields ¶
func (c *ResponsePoliciesDeleteCall) Fields(s ...googleapi.Field) *ResponsePoliciesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResponsePoliciesDeleteCall) Header ¶
func (c *ResponsePoliciesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ResponsePoliciesGetCall ¶
type ResponsePoliciesGetCall struct {
// contains filtered or unexported fields
}
func (*ResponsePoliciesGetCall) ClientOperationId ¶
func (c *ResponsePoliciesGetCall) ClientOperationId(clientOperationId string) *ResponsePoliciesGetCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ResponsePoliciesGetCall) Context ¶
func (c *ResponsePoliciesGetCall) Context(ctx context.Context) *ResponsePoliciesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResponsePoliciesGetCall) Do ¶
func (c *ResponsePoliciesGetCall) Do(opts ...googleapi.CallOption) (*ResponsePolicy, error)
Do executes the "dns.responsePolicies.get" call. Exactly one of *ResponsePolicy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ResponsePolicy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ResponsePoliciesGetCall) Fields ¶
func (c *ResponsePoliciesGetCall) Fields(s ...googleapi.Field) *ResponsePoliciesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResponsePoliciesGetCall) Header ¶
func (c *ResponsePoliciesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ResponsePoliciesGetCall) IfNoneMatch ¶
func (c *ResponsePoliciesGetCall) IfNoneMatch(entityTag string) *ResponsePoliciesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ResponsePoliciesListCall ¶
type ResponsePoliciesListCall struct {
// contains filtered or unexported fields
}
func (*ResponsePoliciesListCall) Context ¶
func (c *ResponsePoliciesListCall) Context(ctx context.Context) *ResponsePoliciesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResponsePoliciesListCall) Do ¶
func (c *ResponsePoliciesListCall) Do(opts ...googleapi.CallOption) (*ResponsePoliciesListResponse, error)
Do executes the "dns.responsePolicies.list" call. Exactly one of *ResponsePoliciesListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ResponsePoliciesListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ResponsePoliciesListCall) Fields ¶
func (c *ResponsePoliciesListCall) Fields(s ...googleapi.Field) *ResponsePoliciesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResponsePoliciesListCall) Header ¶
func (c *ResponsePoliciesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ResponsePoliciesListCall) IfNoneMatch ¶
func (c *ResponsePoliciesListCall) IfNoneMatch(entityTag string) *ResponsePoliciesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ResponsePoliciesListCall) MaxResults ¶
func (c *ResponsePoliciesListCall) MaxResults(maxResults int64) *ResponsePoliciesListCall
MaxResults sets the optional parameter "maxResults": Maximum number of results to be returned. If unspecified, the server decides how many results to return.
func (*ResponsePoliciesListCall) PageToken ¶
func (c *ResponsePoliciesListCall) PageToken(pageToken string) *ResponsePoliciesListCall
PageToken sets the optional parameter "pageToken": A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
func (*ResponsePoliciesListCall) Pages ¶
func (c *ResponsePoliciesListCall) Pages(ctx context.Context, f func(*ResponsePoliciesListResponse) error) error
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.
type ResponsePoliciesListResponse ¶
type ResponsePoliciesListResponse struct { Header *ResponseHeader `json:"header,omitempty"` // NextPageToken: The presence of this field indicates that there exist // more results following your last page of results in pagination order. // To fetch them, make another list request using this value as your // page token. This lets you the complete contents of even very large // collections one page at a time. However, if the contents of the // collection change between the first and last paginated list request, // the set of all elements returned are an inconsistent view of the // collection. You cannot retrieve a consistent snapshot of a collection // larger than the maximum page size. NextPageToken string `json:"nextPageToken,omitempty"` // ResponsePolicies: The Response Policy resources. ResponsePolicies []*ResponsePolicy `json:"responsePolicies,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Header") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Header") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ResponsePoliciesListResponse) MarshalJSON ¶
func (s *ResponsePoliciesListResponse) MarshalJSON() ([]byte, error)
type ResponsePoliciesPatchCall ¶
type ResponsePoliciesPatchCall struct {
// contains filtered or unexported fields
}
func (*ResponsePoliciesPatchCall) ClientOperationId ¶
func (c *ResponsePoliciesPatchCall) ClientOperationId(clientOperationId string) *ResponsePoliciesPatchCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ResponsePoliciesPatchCall) Context ¶
func (c *ResponsePoliciesPatchCall) Context(ctx context.Context) *ResponsePoliciesPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResponsePoliciesPatchCall) Do ¶
func (c *ResponsePoliciesPatchCall) Do(opts ...googleapi.CallOption) (*ResponsePoliciesPatchResponse, error)
Do executes the "dns.responsePolicies.patch" call. Exactly one of *ResponsePoliciesPatchResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ResponsePoliciesPatchResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ResponsePoliciesPatchCall) Fields ¶
func (c *ResponsePoliciesPatchCall) Fields(s ...googleapi.Field) *ResponsePoliciesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResponsePoliciesPatchCall) Header ¶
func (c *ResponsePoliciesPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ResponsePoliciesPatchResponse ¶
type ResponsePoliciesPatchResponse struct { Header *ResponseHeader `json:"header,omitempty"` ResponsePolicy *ResponsePolicy `json:"responsePolicy,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Header") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Header") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ResponsePoliciesPatchResponse) MarshalJSON ¶
func (s *ResponsePoliciesPatchResponse) MarshalJSON() ([]byte, error)
type ResponsePoliciesService ¶
type ResponsePoliciesService struct {
// contains filtered or unexported fields
}
func NewResponsePoliciesService ¶
func NewResponsePoliciesService(s *Service) *ResponsePoliciesService
func (*ResponsePoliciesService) Create ¶
func (r *ResponsePoliciesService) Create(project string, location string, responsepolicy *ResponsePolicy) *ResponsePoliciesCreateCall
Create: Creates a new Response Policy
- location: Specifies the location of the resource, only applicable in the v APIs. This information will be used for routing and will be part of the resource name.
- project: Identifies the project addressed by this request.
func (*ResponsePoliciesService) Delete ¶
func (r *ResponsePoliciesService) Delete(project string, location string, responsePolicy string) *ResponsePoliciesDeleteCall
Delete: Deletes a previously created Response Policy. Fails if the response policy is non-empty or still being referenced by a network.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- project: Identifies the project addressed by this request.
- responsePolicy: User assigned name of the Response Policy addressed by this request.
func (*ResponsePoliciesService) Get ¶
func (r *ResponsePoliciesService) Get(project string, location string, responsePolicy string) *ResponsePoliciesGetCall
Get: Fetches the representation of an existing Response Policy.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- project: Identifies the project addressed by this request.
- responsePolicy: User assigned name of the Response Policy addressed by this request.
func (*ResponsePoliciesService) List ¶
func (r *ResponsePoliciesService) List(project string, location string) *ResponsePoliciesListCall
List: Enumerates all Response Policies associated with a project.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- project: Identifies the project addressed by this request.
func (*ResponsePoliciesService) Patch ¶
func (r *ResponsePoliciesService) Patch(project string, location string, responsePolicy string, responsepolicy *ResponsePolicy) *ResponsePoliciesPatchCall
Patch: Applies a partial update to an existing Response Policy.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- project: Identifies the project addressed by this request.
- responsePolicy: User assigned name of the Respones Policy addressed by this request.
func (*ResponsePoliciesService) Update ¶
func (r *ResponsePoliciesService) Update(project string, location string, responsePolicy string, responsepolicy *ResponsePolicy) *ResponsePoliciesUpdateCall
Update: Updates an existing Response Policy.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- project: Identifies the project addressed by this request.
- responsePolicy: User assigned name of the Response Policy addressed by this request.
type ResponsePoliciesUpdateCall ¶
type ResponsePoliciesUpdateCall struct {
// contains filtered or unexported fields
}
func (*ResponsePoliciesUpdateCall) ClientOperationId ¶
func (c *ResponsePoliciesUpdateCall) ClientOperationId(clientOperationId string) *ResponsePoliciesUpdateCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ResponsePoliciesUpdateCall) Context ¶
func (c *ResponsePoliciesUpdateCall) Context(ctx context.Context) *ResponsePoliciesUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResponsePoliciesUpdateCall) Do ¶
func (c *ResponsePoliciesUpdateCall) Do(opts ...googleapi.CallOption) (*ResponsePoliciesUpdateResponse, error)
Do executes the "dns.responsePolicies.update" call. Exactly one of *ResponsePoliciesUpdateResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ResponsePoliciesUpdateResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ResponsePoliciesUpdateCall) Fields ¶
func (c *ResponsePoliciesUpdateCall) Fields(s ...googleapi.Field) *ResponsePoliciesUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResponsePoliciesUpdateCall) Header ¶
func (c *ResponsePoliciesUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ResponsePoliciesUpdateResponse ¶
type ResponsePoliciesUpdateResponse struct { Header *ResponseHeader `json:"header,omitempty"` ResponsePolicy *ResponsePolicy `json:"responsePolicy,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Header") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Header") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ResponsePoliciesUpdateResponse) MarshalJSON ¶
func (s *ResponsePoliciesUpdateResponse) MarshalJSON() ([]byte, error)
type ResponsePolicy ¶
type ResponsePolicy struct { // Description: User-provided description for this Response Policy. Description string `json:"description,omitempty"` // GkeClusters: The list of Google Kubernetes Engine clusters to which // this response policy is applied. GkeClusters []*ResponsePolicyGKECluster `json:"gkeClusters,omitempty"` // Id: Unique identifier for the resource; defined by the server (output // only). Id int64 `json:"id,omitempty,string"` Kind string `json:"kind,omitempty"` // Networks: List of network names specifying networks to which this // policy is applied. Networks []*ResponsePolicyNetwork `json:"networks,omitempty"` // ResponsePolicyName: User assigned name for this Response Policy. ResponsePolicyName string `json:"responsePolicyName,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // 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. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. 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. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ResponsePolicy: A Response Policy is a collection of selectors that apply to queries made against one or more Virtual Private Cloud networks.
func (*ResponsePolicy) MarshalJSON ¶
func (s *ResponsePolicy) MarshalJSON() ([]byte, error)
type ResponsePolicyGKECluster ¶
type ResponsePolicyGKECluster struct { // GkeClusterName: The resource name of the cluster to bind this // response policy to. This should be specified in the format like: // projects/*/locations/*/clusters/*. This is referenced from GKE // projects.locations.clusters.get API: // https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get GkeClusterName string `json:"gkeClusterName,omitempty"` Kind string `json:"kind,omitempty"` // ForceSendFields is a list of field names (e.g. "GkeClusterName") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "GkeClusterName") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*ResponsePolicyGKECluster) MarshalJSON ¶
func (s *ResponsePolicyGKECluster) MarshalJSON() ([]byte, error)
type ResponsePolicyNetwork ¶
type ResponsePolicyNetwork struct { Kind string `json:"kind,omitempty"` // NetworkUrl: The fully qualified URL of the VPC network to bind to. // This should be formatted like // https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network} NetworkUrl string `json:"networkUrl,omitempty"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ResponsePolicyNetwork) MarshalJSON ¶
func (s *ResponsePolicyNetwork) MarshalJSON() ([]byte, error)
type ResponsePolicyRule ¶
type ResponsePolicyRule struct { // Behavior: Answer this query with a behavior rather than DNS data. // // Possible values: // "BEHAVIOR_UNSPECIFIED" // "BYPASS_RESPONSE_POLICY" - Skip a less-specific ResponsePolicyRule // and continue normal query logic. This can be used in conjunction with // a wildcard to exempt a subset of the wildcard ResponsePolicyRule from // the ResponsePolicy behavior and e.g., query the public internet // instead. For instance, if these rules exist: *.example.com -> 1.2.3.4 // foo.example.com -> PASSTHRU Then a query for 'foo.example.com' skips // the wildcard. Behavior string `json:"behavior,omitempty"` // DnsName: The DNS name (wildcard or exact) to apply this rule to. Must // be unique within the Response Policy Rule. DnsName string `json:"dnsName,omitempty"` Kind string `json:"kind,omitempty"` // LocalData: Answer this query directly with DNS data. These // ResourceRecordSets override any other DNS behavior for the matched // name; in particular they override private zones, the public internet, // and GCP internal DNS. No SOA nor NS types are allowed. LocalData *ResponsePolicyRuleLocalData `json:"localData,omitempty"` // RuleName: An identifier for this rule. Must be unique with the // ResponsePolicy. RuleName string `json:"ruleName,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Behavior") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Behavior") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ResponsePolicyRule: A Response Policy Rule is a selector that applies its behavior to queries that match the selector. Selectors are DNS names, which may be wildcards or exact matches. Each DNS query subject to a Response Policy matches at most one ResponsePolicyRule, as identified by the dns_name field with the longest matching suffix.
func (*ResponsePolicyRule) MarshalJSON ¶
func (s *ResponsePolicyRule) MarshalJSON() ([]byte, error)
type ResponsePolicyRuleLocalData ¶
type ResponsePolicyRuleLocalData struct { // LocalDatas: All resource record sets for this selector, one per // resource record type. The name must match the dns_name. LocalDatas []*ResourceRecordSet `json:"localDatas,omitempty"` // ForceSendFields is a list of field names (e.g. "LocalDatas") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "LocalDatas") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ResponsePolicyRuleLocalData) MarshalJSON ¶
func (s *ResponsePolicyRuleLocalData) MarshalJSON() ([]byte, error)
type ResponsePolicyRulesCreateCall ¶
type ResponsePolicyRulesCreateCall struct {
// contains filtered or unexported fields
}
func (*ResponsePolicyRulesCreateCall) ClientOperationId ¶
func (c *ResponsePolicyRulesCreateCall) ClientOperationId(clientOperationId string) *ResponsePolicyRulesCreateCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ResponsePolicyRulesCreateCall) Context ¶
func (c *ResponsePolicyRulesCreateCall) Context(ctx context.Context) *ResponsePolicyRulesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResponsePolicyRulesCreateCall) Do ¶
func (c *ResponsePolicyRulesCreateCall) Do(opts ...googleapi.CallOption) (*ResponsePolicyRule, error)
Do executes the "dns.responsePolicyRules.create" call. Exactly one of *ResponsePolicyRule or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ResponsePolicyRule.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ResponsePolicyRulesCreateCall) Fields ¶
func (c *ResponsePolicyRulesCreateCall) Fields(s ...googleapi.Field) *ResponsePolicyRulesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResponsePolicyRulesCreateCall) Header ¶
func (c *ResponsePolicyRulesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ResponsePolicyRulesDeleteCall ¶
type ResponsePolicyRulesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ResponsePolicyRulesDeleteCall) ClientOperationId ¶
func (c *ResponsePolicyRulesDeleteCall) ClientOperationId(clientOperationId string) *ResponsePolicyRulesDeleteCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ResponsePolicyRulesDeleteCall) Context ¶
func (c *ResponsePolicyRulesDeleteCall) Context(ctx context.Context) *ResponsePolicyRulesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResponsePolicyRulesDeleteCall) Do ¶
func (c *ResponsePolicyRulesDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "dns.responsePolicyRules.delete" call.
func (*ResponsePolicyRulesDeleteCall) Fields ¶
func (c *ResponsePolicyRulesDeleteCall) Fields(s ...googleapi.Field) *ResponsePolicyRulesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResponsePolicyRulesDeleteCall) Header ¶
func (c *ResponsePolicyRulesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ResponsePolicyRulesGetCall ¶
type ResponsePolicyRulesGetCall struct {
// contains filtered or unexported fields
}
func (*ResponsePolicyRulesGetCall) ClientOperationId ¶
func (c *ResponsePolicyRulesGetCall) ClientOperationId(clientOperationId string) *ResponsePolicyRulesGetCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ResponsePolicyRulesGetCall) Context ¶
func (c *ResponsePolicyRulesGetCall) Context(ctx context.Context) *ResponsePolicyRulesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResponsePolicyRulesGetCall) Do ¶
func (c *ResponsePolicyRulesGetCall) Do(opts ...googleapi.CallOption) (*ResponsePolicyRule, error)
Do executes the "dns.responsePolicyRules.get" call. Exactly one of *ResponsePolicyRule or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ResponsePolicyRule.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ResponsePolicyRulesGetCall) Fields ¶
func (c *ResponsePolicyRulesGetCall) Fields(s ...googleapi.Field) *ResponsePolicyRulesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResponsePolicyRulesGetCall) Header ¶
func (c *ResponsePolicyRulesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ResponsePolicyRulesGetCall) IfNoneMatch ¶
func (c *ResponsePolicyRulesGetCall) IfNoneMatch(entityTag string) *ResponsePolicyRulesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ResponsePolicyRulesListCall ¶
type ResponsePolicyRulesListCall struct {
// contains filtered or unexported fields
}
func (*ResponsePolicyRulesListCall) Context ¶
func (c *ResponsePolicyRulesListCall) Context(ctx context.Context) *ResponsePolicyRulesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResponsePolicyRulesListCall) Do ¶
func (c *ResponsePolicyRulesListCall) Do(opts ...googleapi.CallOption) (*ResponsePolicyRulesListResponse, error)
Do executes the "dns.responsePolicyRules.list" call. Exactly one of *ResponsePolicyRulesListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ResponsePolicyRulesListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ResponsePolicyRulesListCall) Fields ¶
func (c *ResponsePolicyRulesListCall) Fields(s ...googleapi.Field) *ResponsePolicyRulesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResponsePolicyRulesListCall) Header ¶
func (c *ResponsePolicyRulesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ResponsePolicyRulesListCall) IfNoneMatch ¶
func (c *ResponsePolicyRulesListCall) IfNoneMatch(entityTag string) *ResponsePolicyRulesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ResponsePolicyRulesListCall) MaxResults ¶
func (c *ResponsePolicyRulesListCall) MaxResults(maxResults int64) *ResponsePolicyRulesListCall
MaxResults sets the optional parameter "maxResults": Maximum number of results to be returned. If unspecified, the server decides how many results to return.
func (*ResponsePolicyRulesListCall) PageToken ¶
func (c *ResponsePolicyRulesListCall) PageToken(pageToken string) *ResponsePolicyRulesListCall
PageToken sets the optional parameter "pageToken": A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
func (*ResponsePolicyRulesListCall) Pages ¶
func (c *ResponsePolicyRulesListCall) Pages(ctx context.Context, f func(*ResponsePolicyRulesListResponse) error) error
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.
type ResponsePolicyRulesListResponse ¶
type ResponsePolicyRulesListResponse struct { Header *ResponseHeader `json:"header,omitempty"` // NextPageToken: The presence of this field indicates that there exist // more results following your last page of results in pagination order. // To fetch them, make another list request using this value as your // page token. This lets you the complete contents of even very large // collections one page at a time. However, if the contents of the // collection change between the first and last paginated list request, // the set of all elements returned are an inconsistent view of the // collection. You cannot retrieve a consistent snapshot of a collection // larger than the maximum page size. NextPageToken string `json:"nextPageToken,omitempty"` // ResponsePolicyRules: The Response Policy Rule resources. ResponsePolicyRules []*ResponsePolicyRule `json:"responsePolicyRules,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Header") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Header") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ResponsePolicyRulesListResponse) MarshalJSON ¶
func (s *ResponsePolicyRulesListResponse) MarshalJSON() ([]byte, error)
type ResponsePolicyRulesPatchCall ¶
type ResponsePolicyRulesPatchCall struct {
// contains filtered or unexported fields
}
func (*ResponsePolicyRulesPatchCall) ClientOperationId ¶
func (c *ResponsePolicyRulesPatchCall) ClientOperationId(clientOperationId string) *ResponsePolicyRulesPatchCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ResponsePolicyRulesPatchCall) Context ¶
func (c *ResponsePolicyRulesPatchCall) Context(ctx context.Context) *ResponsePolicyRulesPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResponsePolicyRulesPatchCall) Do ¶
func (c *ResponsePolicyRulesPatchCall) Do(opts ...googleapi.CallOption) (*ResponsePolicyRulesPatchResponse, error)
Do executes the "dns.responsePolicyRules.patch" call. Exactly one of *ResponsePolicyRulesPatchResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ResponsePolicyRulesPatchResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ResponsePolicyRulesPatchCall) Fields ¶
func (c *ResponsePolicyRulesPatchCall) Fields(s ...googleapi.Field) *ResponsePolicyRulesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResponsePolicyRulesPatchCall) Header ¶
func (c *ResponsePolicyRulesPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ResponsePolicyRulesPatchResponse ¶
type ResponsePolicyRulesPatchResponse struct { Header *ResponseHeader `json:"header,omitempty"` ResponsePolicyRule *ResponsePolicyRule `json:"responsePolicyRule,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Header") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Header") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ResponsePolicyRulesPatchResponse) MarshalJSON ¶
func (s *ResponsePolicyRulesPatchResponse) MarshalJSON() ([]byte, error)
type ResponsePolicyRulesService ¶
type ResponsePolicyRulesService struct {
// contains filtered or unexported fields
}
func NewResponsePolicyRulesService ¶
func NewResponsePolicyRulesService(s *Service) *ResponsePolicyRulesService
func (*ResponsePolicyRulesService) Create ¶
func (r *ResponsePolicyRulesService) Create(project string, location string, responsePolicy string, responsepolicyrule *ResponsePolicyRule) *ResponsePolicyRulesCreateCall
Create: Creates a new Response Policy Rule.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- project: Identifies the project addressed by this request.
- responsePolicy: User assigned name of the Response Policy containing the Response Policy Rule.
func (*ResponsePolicyRulesService) Delete ¶
func (r *ResponsePolicyRulesService) Delete(project string, location string, responsePolicy string, responsePolicyRule string) *ResponsePolicyRulesDeleteCall
Delete: Deletes a previously created Response Policy Rule.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- project: Identifies the project addressed by this request.
- responsePolicy: User assigned name of the Response Policy containing the Response Policy Rule.
- responsePolicyRule: User assigned name of the Response Policy Rule addressed by this request.
func (*ResponsePolicyRulesService) Get ¶
func (r *ResponsePolicyRulesService) Get(project string, location string, responsePolicy string, responsePolicyRule string) *ResponsePolicyRulesGetCall
Get: Fetches the representation of an existing Response Policy Rule.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- project: Identifies the project addressed by this request.
- responsePolicy: User assigned name of the Response Policy containing the Response Policy Rule.
- responsePolicyRule: User assigned name of the Response Policy Rule addressed by this request.
func (*ResponsePolicyRulesService) List ¶
func (r *ResponsePolicyRulesService) List(project string, location string, responsePolicy string) *ResponsePolicyRulesListCall
List: Enumerates all Response Policy Rules associated with a project.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- project: Identifies the project addressed by this request.
- responsePolicy: User assigned name of the Response Policy to list.
func (*ResponsePolicyRulesService) Patch ¶
func (r *ResponsePolicyRulesService) Patch(project string, location string, responsePolicy string, responsePolicyRule string, responsepolicyrule *ResponsePolicyRule) *ResponsePolicyRulesPatchCall
Patch: Applies a partial update to an existing Response Policy Rule.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- project: Identifies the project addressed by this request.
- responsePolicy: User assigned name of the Response Policy containing the Response Policy Rule.
- responsePolicyRule: User assigned name of the Response Policy Rule addressed by this request.
func (*ResponsePolicyRulesService) Update ¶
func (r *ResponsePolicyRulesService) Update(project string, location string, responsePolicy string, responsePolicyRule string, responsepolicyrule *ResponsePolicyRule) *ResponsePolicyRulesUpdateCall
Update: Updates an existing Response Policy Rule.
- location: Specifies the location of the resource. This information will be used for routing and will be part of the resource name.
- project: Identifies the project addressed by this request.
- responsePolicy: User assigned name of the Response Policy containing the Response Policy Rule.
- responsePolicyRule: User assigned name of the Response Policy Rule addressed by this request.
type ResponsePolicyRulesUpdateCall ¶
type ResponsePolicyRulesUpdateCall struct {
// contains filtered or unexported fields
}
func (*ResponsePolicyRulesUpdateCall) ClientOperationId ¶
func (c *ResponsePolicyRulesUpdateCall) ClientOperationId(clientOperationId string) *ResponsePolicyRulesUpdateCall
ClientOperationId sets the optional parameter "clientOperationId": For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
func (*ResponsePolicyRulesUpdateCall) Context ¶
func (c *ResponsePolicyRulesUpdateCall) Context(ctx context.Context) *ResponsePolicyRulesUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ResponsePolicyRulesUpdateCall) Do ¶
func (c *ResponsePolicyRulesUpdateCall) Do(opts ...googleapi.CallOption) (*ResponsePolicyRulesUpdateResponse, error)
Do executes the "dns.responsePolicyRules.update" call. Exactly one of *ResponsePolicyRulesUpdateResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ResponsePolicyRulesUpdateResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ResponsePolicyRulesUpdateCall) Fields ¶
func (c *ResponsePolicyRulesUpdateCall) Fields(s ...googleapi.Field) *ResponsePolicyRulesUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ResponsePolicyRulesUpdateCall) Header ¶
func (c *ResponsePolicyRulesUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ResponsePolicyRulesUpdateResponse ¶
type ResponsePolicyRulesUpdateResponse struct { Header *ResponseHeader `json:"header,omitempty"` ResponsePolicyRule *ResponsePolicyRule `json:"responsePolicyRule,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Header") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be // sent to the server regardless of whether the field is empty or not. // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Header") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ResponsePolicyRulesUpdateResponse) MarshalJSON ¶
func (s *ResponsePolicyRulesUpdateResponse) MarshalJSON() ([]byte, error)
type Service ¶
type Service struct { BasePath string // API endpoint base URL UserAgent string // optional additional User-Agent fragment Changes *ChangesService DnsKeys *DnsKeysService ManagedZoneOperations *ManagedZoneOperationsService ManagedZones *ManagedZonesService Policies *PoliciesService Projects *ProjectsService ResourceRecordSets *ResourceRecordSetsService ResponsePolicies *ResponsePoliciesService ResponsePolicyRules *ResponsePolicyRulesService // contains filtered or unexported fields }
func New
deprecated
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.
func NewService ¶
NewService creates a new Service.