Versions in this module Expand all Collapse all v0 v0.37.1 Dec 15, 2020 Changes in this version + const AppengineAdminScope + const CloudPlatformReadOnlyScope + const CloudPlatformScope + type APIService struct + Apps *AppsService + BasePath string + UserAgent string + func New(client *http.Client) (*APIService, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*APIService, error) + type AppsAuthorizedCertificatesCreateCall struct + func (c *AppsAuthorizedCertificatesCreateCall) Context(ctx context.Context) *AppsAuthorizedCertificatesCreateCall + func (c *AppsAuthorizedCertificatesCreateCall) Do(opts ...googleapi.CallOption) (*AuthorizedCertificate, error) + func (c *AppsAuthorizedCertificatesCreateCall) Fields(s ...googleapi.Field) *AppsAuthorizedCertificatesCreateCall + func (c *AppsAuthorizedCertificatesCreateCall) Header() http.Header + type AppsAuthorizedCertificatesDeleteCall struct + func (c *AppsAuthorizedCertificatesDeleteCall) Context(ctx context.Context) *AppsAuthorizedCertificatesDeleteCall + func (c *AppsAuthorizedCertificatesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *AppsAuthorizedCertificatesDeleteCall) Fields(s ...googleapi.Field) *AppsAuthorizedCertificatesDeleteCall + func (c *AppsAuthorizedCertificatesDeleteCall) Header() http.Header + type AppsAuthorizedCertificatesGetCall struct + func (c *AppsAuthorizedCertificatesGetCall) Context(ctx context.Context) *AppsAuthorizedCertificatesGetCall + func (c *AppsAuthorizedCertificatesGetCall) Do(opts ...googleapi.CallOption) (*AuthorizedCertificate, error) + func (c *AppsAuthorizedCertificatesGetCall) Fields(s ...googleapi.Field) *AppsAuthorizedCertificatesGetCall + func (c *AppsAuthorizedCertificatesGetCall) Header() http.Header + func (c *AppsAuthorizedCertificatesGetCall) IfNoneMatch(entityTag string) *AppsAuthorizedCertificatesGetCall + func (c *AppsAuthorizedCertificatesGetCall) View(view string) *AppsAuthorizedCertificatesGetCall + type AppsAuthorizedCertificatesListCall struct + func (c *AppsAuthorizedCertificatesListCall) Context(ctx context.Context) *AppsAuthorizedCertificatesListCall + func (c *AppsAuthorizedCertificatesListCall) Do(opts ...googleapi.CallOption) (*ListAuthorizedCertificatesResponse, error) + func (c *AppsAuthorizedCertificatesListCall) Fields(s ...googleapi.Field) *AppsAuthorizedCertificatesListCall + func (c *AppsAuthorizedCertificatesListCall) Header() http.Header + func (c *AppsAuthorizedCertificatesListCall) IfNoneMatch(entityTag string) *AppsAuthorizedCertificatesListCall + func (c *AppsAuthorizedCertificatesListCall) PageSize(pageSize int64) *AppsAuthorizedCertificatesListCall + func (c *AppsAuthorizedCertificatesListCall) PageToken(pageToken string) *AppsAuthorizedCertificatesListCall + func (c *AppsAuthorizedCertificatesListCall) Pages(ctx context.Context, f func(*ListAuthorizedCertificatesResponse) error) error + func (c *AppsAuthorizedCertificatesListCall) View(view string) *AppsAuthorizedCertificatesListCall + type AppsAuthorizedCertificatesPatchCall struct + func (c *AppsAuthorizedCertificatesPatchCall) Context(ctx context.Context) *AppsAuthorizedCertificatesPatchCall + func (c *AppsAuthorizedCertificatesPatchCall) Do(opts ...googleapi.CallOption) (*AuthorizedCertificate, error) + func (c *AppsAuthorizedCertificatesPatchCall) Fields(s ...googleapi.Field) *AppsAuthorizedCertificatesPatchCall + func (c *AppsAuthorizedCertificatesPatchCall) Header() http.Header + func (c *AppsAuthorizedCertificatesPatchCall) UpdateMask(updateMask string) *AppsAuthorizedCertificatesPatchCall + type AppsAuthorizedCertificatesService struct + func NewAppsAuthorizedCertificatesService(s *APIService) *AppsAuthorizedCertificatesService + func (r *AppsAuthorizedCertificatesService) Create(appsId string, authorizedcertificate *AuthorizedCertificate) *AppsAuthorizedCertificatesCreateCall + func (r *AppsAuthorizedCertificatesService) Delete(appsId string, authorizedCertificatesId string) *AppsAuthorizedCertificatesDeleteCall + func (r *AppsAuthorizedCertificatesService) Get(appsId string, authorizedCertificatesId string) *AppsAuthorizedCertificatesGetCall + func (r *AppsAuthorizedCertificatesService) List(appsId string) *AppsAuthorizedCertificatesListCall + func (r *AppsAuthorizedCertificatesService) Patch(appsId string, authorizedCertificatesId string, ...) *AppsAuthorizedCertificatesPatchCall + type AppsAuthorizedDomainsListCall struct + func (c *AppsAuthorizedDomainsListCall) Context(ctx context.Context) *AppsAuthorizedDomainsListCall + func (c *AppsAuthorizedDomainsListCall) Do(opts ...googleapi.CallOption) (*ListAuthorizedDomainsResponse, error) + func (c *AppsAuthorizedDomainsListCall) Fields(s ...googleapi.Field) *AppsAuthorizedDomainsListCall + func (c *AppsAuthorizedDomainsListCall) Header() http.Header + func (c *AppsAuthorizedDomainsListCall) IfNoneMatch(entityTag string) *AppsAuthorizedDomainsListCall + func (c *AppsAuthorizedDomainsListCall) PageSize(pageSize int64) *AppsAuthorizedDomainsListCall + func (c *AppsAuthorizedDomainsListCall) PageToken(pageToken string) *AppsAuthorizedDomainsListCall + func (c *AppsAuthorizedDomainsListCall) Pages(ctx context.Context, f func(*ListAuthorizedDomainsResponse) error) error + type AppsAuthorizedDomainsService struct + func NewAppsAuthorizedDomainsService(s *APIService) *AppsAuthorizedDomainsService + func (r *AppsAuthorizedDomainsService) List(appsId string) *AppsAuthorizedDomainsListCall + type AppsDomainMappingsCreateCall struct + func (c *AppsDomainMappingsCreateCall) Context(ctx context.Context) *AppsDomainMappingsCreateCall + func (c *AppsDomainMappingsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *AppsDomainMappingsCreateCall) Fields(s ...googleapi.Field) *AppsDomainMappingsCreateCall + func (c *AppsDomainMappingsCreateCall) Header() http.Header + func (c *AppsDomainMappingsCreateCall) NoManagedCertificate(noManagedCertificate bool) *AppsDomainMappingsCreateCall + func (c *AppsDomainMappingsCreateCall) OverrideStrategy(overrideStrategy string) *AppsDomainMappingsCreateCall + type AppsDomainMappingsDeleteCall struct + func (c *AppsDomainMappingsDeleteCall) Context(ctx context.Context) *AppsDomainMappingsDeleteCall + func (c *AppsDomainMappingsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *AppsDomainMappingsDeleteCall) Fields(s ...googleapi.Field) *AppsDomainMappingsDeleteCall + func (c *AppsDomainMappingsDeleteCall) Header() http.Header + type AppsDomainMappingsGetCall struct + func (c *AppsDomainMappingsGetCall) Context(ctx context.Context) *AppsDomainMappingsGetCall + func (c *AppsDomainMappingsGetCall) Do(opts ...googleapi.CallOption) (*DomainMapping, error) + func (c *AppsDomainMappingsGetCall) Fields(s ...googleapi.Field) *AppsDomainMappingsGetCall + func (c *AppsDomainMappingsGetCall) Header() http.Header + func (c *AppsDomainMappingsGetCall) IfNoneMatch(entityTag string) *AppsDomainMappingsGetCall + type AppsDomainMappingsListCall struct + func (c *AppsDomainMappingsListCall) Context(ctx context.Context) *AppsDomainMappingsListCall + func (c *AppsDomainMappingsListCall) Do(opts ...googleapi.CallOption) (*ListDomainMappingsResponse, error) + func (c *AppsDomainMappingsListCall) Fields(s ...googleapi.Field) *AppsDomainMappingsListCall + func (c *AppsDomainMappingsListCall) Header() http.Header + func (c *AppsDomainMappingsListCall) IfNoneMatch(entityTag string) *AppsDomainMappingsListCall + func (c *AppsDomainMappingsListCall) PageSize(pageSize int64) *AppsDomainMappingsListCall + func (c *AppsDomainMappingsListCall) PageToken(pageToken string) *AppsDomainMappingsListCall + func (c *AppsDomainMappingsListCall) Pages(ctx context.Context, f func(*ListDomainMappingsResponse) error) error + type AppsDomainMappingsPatchCall struct + func (c *AppsDomainMappingsPatchCall) Context(ctx context.Context) *AppsDomainMappingsPatchCall + func (c *AppsDomainMappingsPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *AppsDomainMappingsPatchCall) Fields(s ...googleapi.Field) *AppsDomainMappingsPatchCall + func (c *AppsDomainMappingsPatchCall) Header() http.Header + func (c *AppsDomainMappingsPatchCall) NoManagedCertificate(noManagedCertificate bool) *AppsDomainMappingsPatchCall + func (c *AppsDomainMappingsPatchCall) UpdateMask(updateMask string) *AppsDomainMappingsPatchCall + type AppsDomainMappingsService struct + func NewAppsDomainMappingsService(s *APIService) *AppsDomainMappingsService + func (r *AppsDomainMappingsService) Create(appsId string, domainmapping *DomainMapping) *AppsDomainMappingsCreateCall + func (r *AppsDomainMappingsService) Delete(appsId string, domainMappingsId string) *AppsDomainMappingsDeleteCall + func (r *AppsDomainMappingsService) Get(appsId string, domainMappingsId string) *AppsDomainMappingsGetCall + func (r *AppsDomainMappingsService) List(appsId string) *AppsDomainMappingsListCall + func (r *AppsDomainMappingsService) Patch(appsId string, domainMappingsId string, domainmapping *DomainMapping) *AppsDomainMappingsPatchCall + type AppsLocationsGetCall struct + func (c *AppsLocationsGetCall) Context(ctx context.Context) *AppsLocationsGetCall + func (c *AppsLocationsGetCall) Do(opts ...googleapi.CallOption) (*Location, error) + func (c *AppsLocationsGetCall) Fields(s ...googleapi.Field) *AppsLocationsGetCall + func (c *AppsLocationsGetCall) Header() http.Header + func (c *AppsLocationsGetCall) IfNoneMatch(entityTag string) *AppsLocationsGetCall + type AppsLocationsListCall struct + func (c *AppsLocationsListCall) Context(ctx context.Context) *AppsLocationsListCall + func (c *AppsLocationsListCall) Do(opts ...googleapi.CallOption) (*ListLocationsResponse, error) + func (c *AppsLocationsListCall) Fields(s ...googleapi.Field) *AppsLocationsListCall + func (c *AppsLocationsListCall) Filter(filter string) *AppsLocationsListCall + func (c *AppsLocationsListCall) Header() http.Header + func (c *AppsLocationsListCall) IfNoneMatch(entityTag string) *AppsLocationsListCall + func (c *AppsLocationsListCall) PageSize(pageSize int64) *AppsLocationsListCall + func (c *AppsLocationsListCall) PageToken(pageToken string) *AppsLocationsListCall + func (c *AppsLocationsListCall) Pages(ctx context.Context, f func(*ListLocationsResponse) error) error + type AppsLocationsService struct + func NewAppsLocationsService(s *APIService) *AppsLocationsService + func (r *AppsLocationsService) Get(appsId string, locationsId string) *AppsLocationsGetCall + func (r *AppsLocationsService) List(appsId string) *AppsLocationsListCall + type AppsOperationsGetCall struct + func (c *AppsOperationsGetCall) Context(ctx context.Context) *AppsOperationsGetCall + func (c *AppsOperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *AppsOperationsGetCall) Fields(s ...googleapi.Field) *AppsOperationsGetCall + func (c *AppsOperationsGetCall) Header() http.Header + func (c *AppsOperationsGetCall) IfNoneMatch(entityTag string) *AppsOperationsGetCall + type AppsOperationsListCall struct + func (c *AppsOperationsListCall) Context(ctx context.Context) *AppsOperationsListCall + func (c *AppsOperationsListCall) Do(opts ...googleapi.CallOption) (*ListOperationsResponse, error) + func (c *AppsOperationsListCall) Fields(s ...googleapi.Field) *AppsOperationsListCall + func (c *AppsOperationsListCall) Filter(filter string) *AppsOperationsListCall + func (c *AppsOperationsListCall) Header() http.Header + func (c *AppsOperationsListCall) IfNoneMatch(entityTag string) *AppsOperationsListCall + func (c *AppsOperationsListCall) PageSize(pageSize int64) *AppsOperationsListCall + func (c *AppsOperationsListCall) PageToken(pageToken string) *AppsOperationsListCall + func (c *AppsOperationsListCall) Pages(ctx context.Context, f func(*ListOperationsResponse) error) error + type AppsOperationsService struct + func NewAppsOperationsService(s *APIService) *AppsOperationsService + func (r *AppsOperationsService) Get(appsId string, operationsId string) *AppsOperationsGetCall + func (r *AppsOperationsService) List(appsId string) *AppsOperationsListCall + type AppsService struct + AuthorizedCertificates *AppsAuthorizedCertificatesService + AuthorizedDomains *AppsAuthorizedDomainsService + DomainMappings *AppsDomainMappingsService + Locations *AppsLocationsService + Operations *AppsOperationsService + func NewAppsService(s *APIService) *AppsService + type AuthorizedCertificate struct + CertificateRawData *CertificateRawData + DisplayName string + DomainMappingsCount int64 + DomainNames []string + ExpireTime string + ForceSendFields []string + Id string + ManagedCertificate *ManagedCertificate + Name string + NullFields []string + VisibleDomainMappings []string + func (s *AuthorizedCertificate) MarshalJSON() ([]byte, error) + type AuthorizedDomain struct + ForceSendFields []string + Id string + Name string + NullFields []string + func (s *AuthorizedDomain) MarshalJSON() ([]byte, error) + type CertificateRawData struct + ForceSendFields []string + NullFields []string + PrivateKey string + PublicCertificate string + func (s *CertificateRawData) MarshalJSON() ([]byte, error) + type CreateVersionMetadataV1 struct + CloudBuildId string + ForceSendFields []string + NullFields []string + func (s *CreateVersionMetadataV1) MarshalJSON() ([]byte, error) + type CreateVersionMetadataV1Alpha struct + CloudBuildId string + ForceSendFields []string + NullFields []string + func (s *CreateVersionMetadataV1Alpha) MarshalJSON() ([]byte, error) + type CreateVersionMetadataV1Beta struct + CloudBuildId string + ForceSendFields []string + NullFields []string + func (s *CreateVersionMetadataV1Beta) MarshalJSON() ([]byte, error) + type DomainMapping struct + ForceSendFields []string + Id string + Name string + NullFields []string + ResourceRecords []*ResourceRecord + SslSettings *SslSettings + func (s *DomainMapping) MarshalJSON() ([]byte, error) + type Empty struct + type ListAuthorizedCertificatesResponse struct + Certificates []*AuthorizedCertificate + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListAuthorizedCertificatesResponse) MarshalJSON() ([]byte, error) + type ListAuthorizedDomainsResponse struct + Domains []*AuthorizedDomain + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListAuthorizedDomainsResponse) MarshalJSON() ([]byte, error) + type ListDomainMappingsResponse struct + DomainMappings []*DomainMapping + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListDomainMappingsResponse) MarshalJSON() ([]byte, error) + type ListLocationsResponse struct + ForceSendFields []string + Locations []*Location + NextPageToken string + NullFields []string + func (s *ListLocationsResponse) MarshalJSON() ([]byte, error) + type ListOperationsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Operations []*Operation + func (s *ListOperationsResponse) MarshalJSON() ([]byte, error) + type Location struct + DisplayName string + ForceSendFields []string + Labels map[string]string + LocationId string + Metadata googleapi.RawMessage + Name string + NullFields []string + func (s *Location) MarshalJSON() ([]byte, error) + type LocationMetadata struct + FlexibleEnvironmentAvailable bool + ForceSendFields []string + NullFields []string + StandardEnvironmentAvailable bool + func (s *LocationMetadata) MarshalJSON() ([]byte, error) + type ManagedCertificate struct + ForceSendFields []string + LastRenewalTime string + NullFields []string + Status string + func (s *ManagedCertificate) 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 OperationMetadataV1 struct + CreateVersionMetadata *CreateVersionMetadataV1 + EndTime string + EphemeralMessage string + ForceSendFields []string + InsertTime string + Method string + NullFields []string + Target string + User string + Warning []string + func (s *OperationMetadataV1) MarshalJSON() ([]byte, error) + type OperationMetadataV1Alpha struct + CreateVersionMetadata *CreateVersionMetadataV1Alpha + EndTime string + EphemeralMessage string + ForceSendFields []string + InsertTime string + Method string + NullFields []string + Target string + User string + Warning []string + func (s *OperationMetadataV1Alpha) MarshalJSON() ([]byte, error) + type OperationMetadataV1Beta struct + CreateVersionMetadata *CreateVersionMetadataV1Beta + EndTime string + EphemeralMessage string + ForceSendFields []string + InsertTime string + Method string + NullFields []string + Target string + User string + Warning []string + func (s *OperationMetadataV1Beta) MarshalJSON() ([]byte, error) + type ResourceRecord struct + ForceSendFields []string + Name string + NullFields []string + Rrdata string + Type string + func (s *ResourceRecord) MarshalJSON() ([]byte, error) + type SslSettings struct + CertificateId string + ForceSendFields []string + IsManagedCertificate bool + NullFields []string + func (s *SslSettings) MarshalJSON() ([]byte, error) + type Status struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s *Status) MarshalJSON() ([]byte, error)