Versions in this module Expand all Collapse all v0 v0.196.2 Sep 10, 2024 Changes in this version + const CloudPlatformScope + const FirebaseScope + type CancelOperationRequest struct + type CertVerification struct + Dns *DnsUpdates + ForceSendFields []string + Http *HttpUpdate + NullFields []string + func (s CertVerification) MarshalJSON() ([]byte, error) + type CustomDomainMetadata struct + CertState string + ForceSendFields []string + HostState string + Issues []*Status + LiveMigrationSteps []*LiveMigrationStep + NullFields []string + OwnershipState string + QuickSetupUpdates *DnsUpdates + func (s CustomDomainMetadata) MarshalJSON() ([]byte, error) + type DnsRecord struct + DomainName string + ForceSendFields []string + NullFields []string + Rdata string + RequiredAction string + Type string + func (s DnsRecord) MarshalJSON() ([]byte, error) + type DnsRecordSet struct + CheckError *Status + DomainName string + ForceSendFields []string + NullFields []string + Records []*DnsRecord + func (s DnsRecordSet) MarshalJSON() ([]byte, error) + type DnsUpdates struct + CheckTime string + Desired []*DnsRecordSet + Discovered []*DnsRecordSet + ForceSendFields []string + NullFields []string + func (s DnsUpdates) MarshalJSON() ([]byte, error) + type Empty struct + type HttpUpdate struct + CheckError *Status + Desired string + Discovered string + ForceSendFields []string + LastCheckTime string + NullFields []string + Path string + func (s HttpUpdate) MarshalJSON() ([]byte, error) + type ListOperationsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Operations []*Operation + func (s ListOperationsResponse) MarshalJSON() ([]byte, error) + type LiveMigrationStep struct + CertVerification *CertVerification + DnsUpdates *DnsUpdates + ForceSendFields []string + Issues []*Status + NullFields []string + State string + func (s LiveMigrationStep) MarshalJSON() ([]byte, error) + type Operation struct + Done bool + Error *Status + ForceSendFields []string + Metadata googleapi.RawMessage + Name string + NullFields []string + Response googleapi.RawMessage + func (s Operation) MarshalJSON() ([]byte, error) + type OperationsCancelCall struct + func (c *OperationsCancelCall) Context(ctx context.Context) *OperationsCancelCall + func (c *OperationsCancelCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *OperationsCancelCall) Fields(s ...googleapi.Field) *OperationsCancelCall + func (c *OperationsCancelCall) Header() http.Header + type OperationsDeleteCall struct + func (c *OperationsDeleteCall) Context(ctx context.Context) *OperationsDeleteCall + func (c *OperationsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *OperationsDeleteCall) Fields(s ...googleapi.Field) *OperationsDeleteCall + func (c *OperationsDeleteCall) Header() http.Header + type OperationsListCall struct + func (c *OperationsListCall) Context(ctx context.Context) *OperationsListCall + func (c *OperationsListCall) Do(opts ...googleapi.CallOption) (*ListOperationsResponse, error) + func (c *OperationsListCall) Fields(s ...googleapi.Field) *OperationsListCall + func (c *OperationsListCall) Filter(filter string) *OperationsListCall + func (c *OperationsListCall) Header() http.Header + func (c *OperationsListCall) IfNoneMatch(entityTag string) *OperationsListCall + func (c *OperationsListCall) PageSize(pageSize int64) *OperationsListCall + func (c *OperationsListCall) PageToken(pageToken string) *OperationsListCall + func (c *OperationsListCall) Pages(ctx context.Context, f func(*ListOperationsResponse) error) error + type OperationsService struct + func NewOperationsService(s *Service) *OperationsService + func (r *OperationsService) Cancel(name string, canceloperationrequest *CancelOperationRequest) *OperationsCancelCall + func (r *OperationsService) Delete(name string) *OperationsDeleteCall + func (r *OperationsService) List(name string) *OperationsListCall + type ProjectsService struct + Sites *ProjectsSitesService + func NewProjectsService(s *Service) *ProjectsService + type ProjectsSitesCustomDomainsOperationsCancelCall struct + func (c *ProjectsSitesCustomDomainsOperationsCancelCall) Context(ctx context.Context) *ProjectsSitesCustomDomainsOperationsCancelCall + func (c *ProjectsSitesCustomDomainsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsSitesCustomDomainsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsSitesCustomDomainsOperationsCancelCall + func (c *ProjectsSitesCustomDomainsOperationsCancelCall) Header() http.Header + type ProjectsSitesCustomDomainsOperationsDeleteCall struct + func (c *ProjectsSitesCustomDomainsOperationsDeleteCall) Context(ctx context.Context) *ProjectsSitesCustomDomainsOperationsDeleteCall + func (c *ProjectsSitesCustomDomainsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsSitesCustomDomainsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsSitesCustomDomainsOperationsDeleteCall + func (c *ProjectsSitesCustomDomainsOperationsDeleteCall) Header() http.Header + type ProjectsSitesCustomDomainsOperationsService struct + func NewProjectsSitesCustomDomainsOperationsService(s *Service) *ProjectsSitesCustomDomainsOperationsService + func (r *ProjectsSitesCustomDomainsOperationsService) Cancel(name string, canceloperationrequest *CancelOperationRequest) *ProjectsSitesCustomDomainsOperationsCancelCall + func (r *ProjectsSitesCustomDomainsOperationsService) Delete(name string) *ProjectsSitesCustomDomainsOperationsDeleteCall + type ProjectsSitesCustomDomainsService struct + Operations *ProjectsSitesCustomDomainsOperationsService + func NewProjectsSitesCustomDomainsService(s *Service) *ProjectsSitesCustomDomainsService + type ProjectsSitesService struct + CustomDomains *ProjectsSitesCustomDomainsService + func NewProjectsSitesService(s *Service) *ProjectsSitesService + type Service struct + BasePath string + Operations *OperationsService + Projects *ProjectsService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type Status struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s Status) MarshalJSON() ([]byte, error)