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 ApiConfigHandler struct + AuthFailAction string + ForceSendFields []string + Login string + NullFields []string + Script string + SecurityLevel string + Url string + func (s *ApiConfigHandler) MarshalJSON() ([]byte, error) + type ApiEndpointHandler struct + ForceSendFields []string + NullFields []string + ScriptPath string + func (s *ApiEndpointHandler) MarshalJSON() ([]byte, error) + type Application struct + AuthDomain string + CodeBucket string + DatabaseType string + DefaultBucket string + DefaultCookieExpiration string + DefaultHostname string + DispatchRules []*UrlDispatchRule + FeatureSettings *FeatureSettings + ForceSendFields []string + GcrDomain string + Iap *IdentityAwareProxy + Id string + LocationId string + Name string + NullFields []string + ServingStatus string + func (s *Application) MarshalJSON() ([]byte, 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 AppsCreateCall struct + func (c *AppsCreateCall) Context(ctx context.Context) *AppsCreateCall + func (c *AppsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *AppsCreateCall) Fields(s ...googleapi.Field) *AppsCreateCall + func (c *AppsCreateCall) Header() http.Header + 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) 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) 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 AppsFirewallIngressRulesBatchUpdateCall struct + func (c *AppsFirewallIngressRulesBatchUpdateCall) Context(ctx context.Context) *AppsFirewallIngressRulesBatchUpdateCall + func (c *AppsFirewallIngressRulesBatchUpdateCall) Do(opts ...googleapi.CallOption) (*BatchUpdateIngressRulesResponse, error) + func (c *AppsFirewallIngressRulesBatchUpdateCall) Fields(s ...googleapi.Field) *AppsFirewallIngressRulesBatchUpdateCall + func (c *AppsFirewallIngressRulesBatchUpdateCall) Header() http.Header + type AppsFirewallIngressRulesCreateCall struct + func (c *AppsFirewallIngressRulesCreateCall) Context(ctx context.Context) *AppsFirewallIngressRulesCreateCall + func (c *AppsFirewallIngressRulesCreateCall) Do(opts ...googleapi.CallOption) (*FirewallRule, error) + func (c *AppsFirewallIngressRulesCreateCall) Fields(s ...googleapi.Field) *AppsFirewallIngressRulesCreateCall + func (c *AppsFirewallIngressRulesCreateCall) Header() http.Header + type AppsFirewallIngressRulesDeleteCall struct + func (c *AppsFirewallIngressRulesDeleteCall) Context(ctx context.Context) *AppsFirewallIngressRulesDeleteCall + func (c *AppsFirewallIngressRulesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *AppsFirewallIngressRulesDeleteCall) Fields(s ...googleapi.Field) *AppsFirewallIngressRulesDeleteCall + func (c *AppsFirewallIngressRulesDeleteCall) Header() http.Header + type AppsFirewallIngressRulesGetCall struct + func (c *AppsFirewallIngressRulesGetCall) Context(ctx context.Context) *AppsFirewallIngressRulesGetCall + func (c *AppsFirewallIngressRulesGetCall) Do(opts ...googleapi.CallOption) (*FirewallRule, error) + func (c *AppsFirewallIngressRulesGetCall) Fields(s ...googleapi.Field) *AppsFirewallIngressRulesGetCall + func (c *AppsFirewallIngressRulesGetCall) Header() http.Header + func (c *AppsFirewallIngressRulesGetCall) IfNoneMatch(entityTag string) *AppsFirewallIngressRulesGetCall + type AppsFirewallIngressRulesListCall struct + func (c *AppsFirewallIngressRulesListCall) Context(ctx context.Context) *AppsFirewallIngressRulesListCall + func (c *AppsFirewallIngressRulesListCall) Do(opts ...googleapi.CallOption) (*ListIngressRulesResponse, error) + func (c *AppsFirewallIngressRulesListCall) Fields(s ...googleapi.Field) *AppsFirewallIngressRulesListCall + func (c *AppsFirewallIngressRulesListCall) Header() http.Header + func (c *AppsFirewallIngressRulesListCall) IfNoneMatch(entityTag string) *AppsFirewallIngressRulesListCall + func (c *AppsFirewallIngressRulesListCall) MatchingAddress(matchingAddress string) *AppsFirewallIngressRulesListCall + func (c *AppsFirewallIngressRulesListCall) PageSize(pageSize int64) *AppsFirewallIngressRulesListCall + func (c *AppsFirewallIngressRulesListCall) PageToken(pageToken string) *AppsFirewallIngressRulesListCall + func (c *AppsFirewallIngressRulesListCall) Pages(ctx context.Context, f func(*ListIngressRulesResponse) error) error + type AppsFirewallIngressRulesPatchCall struct + func (c *AppsFirewallIngressRulesPatchCall) Context(ctx context.Context) *AppsFirewallIngressRulesPatchCall + func (c *AppsFirewallIngressRulesPatchCall) Do(opts ...googleapi.CallOption) (*FirewallRule, error) + func (c *AppsFirewallIngressRulesPatchCall) Fields(s ...googleapi.Field) *AppsFirewallIngressRulesPatchCall + func (c *AppsFirewallIngressRulesPatchCall) Header() http.Header + func (c *AppsFirewallIngressRulesPatchCall) UpdateMask(updateMask string) *AppsFirewallIngressRulesPatchCall + type AppsFirewallIngressRulesService struct + func NewAppsFirewallIngressRulesService(s *APIService) *AppsFirewallIngressRulesService + func (r *AppsFirewallIngressRulesService) BatchUpdate(appsId string, batchupdateingressrulesrequest *BatchUpdateIngressRulesRequest) *AppsFirewallIngressRulesBatchUpdateCall + func (r *AppsFirewallIngressRulesService) Create(appsId string, firewallrule *FirewallRule) *AppsFirewallIngressRulesCreateCall + func (r *AppsFirewallIngressRulesService) Delete(appsId string, ingressRulesId string) *AppsFirewallIngressRulesDeleteCall + func (r *AppsFirewallIngressRulesService) Get(appsId string, ingressRulesId string) *AppsFirewallIngressRulesGetCall + func (r *AppsFirewallIngressRulesService) List(appsId string) *AppsFirewallIngressRulesListCall + func (r *AppsFirewallIngressRulesService) Patch(appsId string, ingressRulesId string, firewallrule *FirewallRule) *AppsFirewallIngressRulesPatchCall + type AppsFirewallService struct + IngressRules *AppsFirewallIngressRulesService + func NewAppsFirewallService(s *APIService) *AppsFirewallService + type AppsGetCall struct + func (c *AppsGetCall) Context(ctx context.Context) *AppsGetCall + func (c *AppsGetCall) Do(opts ...googleapi.CallOption) (*Application, error) + func (c *AppsGetCall) Fields(s ...googleapi.Field) *AppsGetCall + func (c *AppsGetCall) Header() http.Header + func (c *AppsGetCall) IfNoneMatch(entityTag string) *AppsGetCall + 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 AppsPatchCall struct + func (c *AppsPatchCall) Context(ctx context.Context) *AppsPatchCall + func (c *AppsPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *AppsPatchCall) Fields(s ...googleapi.Field) *AppsPatchCall + func (c *AppsPatchCall) Header() http.Header + func (c *AppsPatchCall) UpdateMask(updateMask string) *AppsPatchCall + type AppsRepairCall struct + func (c *AppsRepairCall) Context(ctx context.Context) *AppsRepairCall + func (c *AppsRepairCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *AppsRepairCall) Fields(s ...googleapi.Field) *AppsRepairCall + func (c *AppsRepairCall) Header() http.Header + type AppsService struct + AuthorizedCertificates *AppsAuthorizedCertificatesService + AuthorizedDomains *AppsAuthorizedDomainsService + DomainMappings *AppsDomainMappingsService + Firewall *AppsFirewallService + Locations *AppsLocationsService + Operations *AppsOperationsService + Services *AppsServicesService + func NewAppsService(s *APIService) *AppsService + func (r *AppsService) Create(application *Application) *AppsCreateCall + func (r *AppsService) Get(appsId string) *AppsGetCall + func (r *AppsService) Patch(appsId string, application *Application) *AppsPatchCall + func (r *AppsService) Repair(appsId string, repairapplicationrequest *RepairApplicationRequest) *AppsRepairCall + type AppsServicesDeleteCall struct + func (c *AppsServicesDeleteCall) Context(ctx context.Context) *AppsServicesDeleteCall + func (c *AppsServicesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *AppsServicesDeleteCall) Fields(s ...googleapi.Field) *AppsServicesDeleteCall + func (c *AppsServicesDeleteCall) Header() http.Header + type AppsServicesGetCall struct + func (c *AppsServicesGetCall) Context(ctx context.Context) *AppsServicesGetCall + func (c *AppsServicesGetCall) Do(opts ...googleapi.CallOption) (*Service, error) + func (c *AppsServicesGetCall) Fields(s ...googleapi.Field) *AppsServicesGetCall + func (c *AppsServicesGetCall) Header() http.Header + func (c *AppsServicesGetCall) IfNoneMatch(entityTag string) *AppsServicesGetCall + type AppsServicesListCall struct + func (c *AppsServicesListCall) Context(ctx context.Context) *AppsServicesListCall + func (c *AppsServicesListCall) Do(opts ...googleapi.CallOption) (*ListServicesResponse, error) + func (c *AppsServicesListCall) Fields(s ...googleapi.Field) *AppsServicesListCall + func (c *AppsServicesListCall) Header() http.Header + func (c *AppsServicesListCall) IfNoneMatch(entityTag string) *AppsServicesListCall + func (c *AppsServicesListCall) PageSize(pageSize int64) *AppsServicesListCall + func (c *AppsServicesListCall) PageToken(pageToken string) *AppsServicesListCall + func (c *AppsServicesListCall) Pages(ctx context.Context, f func(*ListServicesResponse) error) error + type AppsServicesPatchCall struct + func (c *AppsServicesPatchCall) Context(ctx context.Context) *AppsServicesPatchCall + func (c *AppsServicesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *AppsServicesPatchCall) Fields(s ...googleapi.Field) *AppsServicesPatchCall + func (c *AppsServicesPatchCall) Header() http.Header + func (c *AppsServicesPatchCall) MigrateTraffic(migrateTraffic bool) *AppsServicesPatchCall + func (c *AppsServicesPatchCall) UpdateMask(updateMask string) *AppsServicesPatchCall + type AppsServicesService struct + Versions *AppsServicesVersionsService + func NewAppsServicesService(s *APIService) *AppsServicesService + func (r *AppsServicesService) Delete(appsId string, servicesId string) *AppsServicesDeleteCall + func (r *AppsServicesService) Get(appsId string, servicesId string) *AppsServicesGetCall + func (r *AppsServicesService) List(appsId string) *AppsServicesListCall + func (r *AppsServicesService) Patch(appsId string, servicesId string, service *Service) *AppsServicesPatchCall + type AppsServicesVersionsCreateCall struct + func (c *AppsServicesVersionsCreateCall) Context(ctx context.Context) *AppsServicesVersionsCreateCall + func (c *AppsServicesVersionsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *AppsServicesVersionsCreateCall) Fields(s ...googleapi.Field) *AppsServicesVersionsCreateCall + func (c *AppsServicesVersionsCreateCall) Header() http.Header + type AppsServicesVersionsDeleteCall struct + func (c *AppsServicesVersionsDeleteCall) Context(ctx context.Context) *AppsServicesVersionsDeleteCall + func (c *AppsServicesVersionsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *AppsServicesVersionsDeleteCall) Fields(s ...googleapi.Field) *AppsServicesVersionsDeleteCall + func (c *AppsServicesVersionsDeleteCall) Header() http.Header + type AppsServicesVersionsGetCall struct + func (c *AppsServicesVersionsGetCall) Context(ctx context.Context) *AppsServicesVersionsGetCall + func (c *AppsServicesVersionsGetCall) Do(opts ...googleapi.CallOption) (*Version, error) + func (c *AppsServicesVersionsGetCall) Fields(s ...googleapi.Field) *AppsServicesVersionsGetCall + func (c *AppsServicesVersionsGetCall) Header() http.Header + func (c *AppsServicesVersionsGetCall) IfNoneMatch(entityTag string) *AppsServicesVersionsGetCall + func (c *AppsServicesVersionsGetCall) View(view string) *AppsServicesVersionsGetCall + type AppsServicesVersionsInstancesDebugCall struct + func (c *AppsServicesVersionsInstancesDebugCall) Context(ctx context.Context) *AppsServicesVersionsInstancesDebugCall + func (c *AppsServicesVersionsInstancesDebugCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *AppsServicesVersionsInstancesDebugCall) Fields(s ...googleapi.Field) *AppsServicesVersionsInstancesDebugCall + func (c *AppsServicesVersionsInstancesDebugCall) Header() http.Header + type AppsServicesVersionsInstancesDeleteCall struct + func (c *AppsServicesVersionsInstancesDeleteCall) Context(ctx context.Context) *AppsServicesVersionsInstancesDeleteCall + func (c *AppsServicesVersionsInstancesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *AppsServicesVersionsInstancesDeleteCall) Fields(s ...googleapi.Field) *AppsServicesVersionsInstancesDeleteCall + func (c *AppsServicesVersionsInstancesDeleteCall) Header() http.Header + type AppsServicesVersionsInstancesGetCall struct + func (c *AppsServicesVersionsInstancesGetCall) Context(ctx context.Context) *AppsServicesVersionsInstancesGetCall + func (c *AppsServicesVersionsInstancesGetCall) Do(opts ...googleapi.CallOption) (*Instance, error) + func (c *AppsServicesVersionsInstancesGetCall) Fields(s ...googleapi.Field) *AppsServicesVersionsInstancesGetCall + func (c *AppsServicesVersionsInstancesGetCall) Header() http.Header + func (c *AppsServicesVersionsInstancesGetCall) IfNoneMatch(entityTag string) *AppsServicesVersionsInstancesGetCall + type AppsServicesVersionsInstancesListCall struct + func (c *AppsServicesVersionsInstancesListCall) Context(ctx context.Context) *AppsServicesVersionsInstancesListCall + func (c *AppsServicesVersionsInstancesListCall) Do(opts ...googleapi.CallOption) (*ListInstancesResponse, error) + func (c *AppsServicesVersionsInstancesListCall) Fields(s ...googleapi.Field) *AppsServicesVersionsInstancesListCall + func (c *AppsServicesVersionsInstancesListCall) Header() http.Header + func (c *AppsServicesVersionsInstancesListCall) IfNoneMatch(entityTag string) *AppsServicesVersionsInstancesListCall + func (c *AppsServicesVersionsInstancesListCall) PageSize(pageSize int64) *AppsServicesVersionsInstancesListCall + func (c *AppsServicesVersionsInstancesListCall) PageToken(pageToken string) *AppsServicesVersionsInstancesListCall + func (c *AppsServicesVersionsInstancesListCall) Pages(ctx context.Context, f func(*ListInstancesResponse) error) error + type AppsServicesVersionsInstancesService struct + func NewAppsServicesVersionsInstancesService(s *APIService) *AppsServicesVersionsInstancesService + func (r *AppsServicesVersionsInstancesService) Debug(appsId string, servicesId string, versionsId string, instancesId string, ...) *AppsServicesVersionsInstancesDebugCall + func (r *AppsServicesVersionsInstancesService) Delete(appsId string, servicesId string, versionsId string, instancesId string) *AppsServicesVersionsInstancesDeleteCall + func (r *AppsServicesVersionsInstancesService) Get(appsId string, servicesId string, versionsId string, instancesId string) *AppsServicesVersionsInstancesGetCall + func (r *AppsServicesVersionsInstancesService) List(appsId string, servicesId string, versionsId string) *AppsServicesVersionsInstancesListCall + type AppsServicesVersionsListCall struct + func (c *AppsServicesVersionsListCall) Context(ctx context.Context) *AppsServicesVersionsListCall + func (c *AppsServicesVersionsListCall) Do(opts ...googleapi.CallOption) (*ListVersionsResponse, error) + func (c *AppsServicesVersionsListCall) Fields(s ...googleapi.Field) *AppsServicesVersionsListCall + func (c *AppsServicesVersionsListCall) Header() http.Header + func (c *AppsServicesVersionsListCall) IfNoneMatch(entityTag string) *AppsServicesVersionsListCall + func (c *AppsServicesVersionsListCall) PageSize(pageSize int64) *AppsServicesVersionsListCall + func (c *AppsServicesVersionsListCall) PageToken(pageToken string) *AppsServicesVersionsListCall + func (c *AppsServicesVersionsListCall) Pages(ctx context.Context, f func(*ListVersionsResponse) error) error + func (c *AppsServicesVersionsListCall) View(view string) *AppsServicesVersionsListCall + type AppsServicesVersionsPatchCall struct + func (c *AppsServicesVersionsPatchCall) Context(ctx context.Context) *AppsServicesVersionsPatchCall + func (c *AppsServicesVersionsPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *AppsServicesVersionsPatchCall) Fields(s ...googleapi.Field) *AppsServicesVersionsPatchCall + func (c *AppsServicesVersionsPatchCall) Header() http.Header + func (c *AppsServicesVersionsPatchCall) UpdateMask(updateMask string) *AppsServicesVersionsPatchCall + type AppsServicesVersionsService struct + Instances *AppsServicesVersionsInstancesService + func NewAppsServicesVersionsService(s *APIService) *AppsServicesVersionsService + func (r *AppsServicesVersionsService) Create(appsId string, servicesId string, version *Version) *AppsServicesVersionsCreateCall + func (r *AppsServicesVersionsService) Delete(appsId string, servicesId string, versionsId string) *AppsServicesVersionsDeleteCall + func (r *AppsServicesVersionsService) Get(appsId string, servicesId string, versionsId string) *AppsServicesVersionsGetCall + func (r *AppsServicesVersionsService) List(appsId string, servicesId string) *AppsServicesVersionsListCall + func (r *AppsServicesVersionsService) Patch(appsId string, servicesId string, versionsId string, version *Version) *AppsServicesVersionsPatchCall + 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 AutomaticScaling struct + CoolDownPeriod string + CpuUtilization *CpuUtilization + DiskUtilization *DiskUtilization + ForceSendFields []string + MaxConcurrentRequests int64 + MaxIdleInstances int64 + MaxPendingLatency string + MaxTotalInstances int64 + MinIdleInstances int64 + MinPendingLatency string + MinTotalInstances int64 + NetworkUtilization *NetworkUtilization + NullFields []string + RequestUtilization *RequestUtilization + StandardSchedulerSettings *StandardSchedulerSettings + func (s *AutomaticScaling) MarshalJSON() ([]byte, error) + type BasicScaling struct + ForceSendFields []string + IdleTimeout string + MaxInstances int64 + NullFields []string + func (s *BasicScaling) MarshalJSON() ([]byte, error) + type BatchUpdateIngressRulesRequest struct + ForceSendFields []string + IngressRules []*FirewallRule + NullFields []string + func (s *BatchUpdateIngressRulesRequest) MarshalJSON() ([]byte, error) + type BatchUpdateIngressRulesResponse struct + ForceSendFields []string + IngressRules []*FirewallRule + NullFields []string + func (s *BatchUpdateIngressRulesResponse) MarshalJSON() ([]byte, error) + type CertificateRawData struct + ForceSendFields []string + NullFields []string + PrivateKey string + PublicCertificate string + func (s *CertificateRawData) MarshalJSON() ([]byte, error) + type CloudBuildOptions struct + AppYamlPath string + CloudBuildTimeout string + ForceSendFields []string + NullFields []string + func (s *CloudBuildOptions) MarshalJSON() ([]byte, error) + type ContainerInfo struct + ForceSendFields []string + Image string + NullFields []string + func (s *ContainerInfo) MarshalJSON() ([]byte, error) + type CpuUtilization struct + AggregationWindowLength string + ForceSendFields []string + NullFields []string + TargetUtilization float64 + func (s *CpuUtilization) MarshalJSON() ([]byte, error) + func (s *CpuUtilization) UnmarshalJSON(data []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 DebugInstanceRequest struct + ForceSendFields []string + NullFields []string + SshKey string + func (s *DebugInstanceRequest) MarshalJSON() ([]byte, error) + type Deployment struct + CloudBuildOptions *CloudBuildOptions + Container *ContainerInfo + Files map[string]FileInfo + ForceSendFields []string + NullFields []string + Zip *ZipInfo + func (s *Deployment) MarshalJSON() ([]byte, error) + type DiskUtilization struct + ForceSendFields []string + NullFields []string + TargetReadBytesPerSecond int64 + TargetReadOpsPerSecond int64 + TargetWriteBytesPerSecond int64 + TargetWriteOpsPerSecond int64 + func (s *DiskUtilization) 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 EndpointsApiService struct + ConfigId string + DisableTraceSampling bool + ForceSendFields []string + Name string + NullFields []string + RolloutStrategy string + func (s *EndpointsApiService) MarshalJSON() ([]byte, error) + type Entrypoint struct + ForceSendFields []string + NullFields []string + Shell string + func (s *Entrypoint) MarshalJSON() ([]byte, error) + type ErrorHandler struct + ErrorCode string + ForceSendFields []string + MimeType string + NullFields []string + StaticFile string + func (s *ErrorHandler) MarshalJSON() ([]byte, error) + type FeatureSettings struct + ForceSendFields []string + NullFields []string + SplitHealthChecks bool + UseContainerOptimizedOs bool + func (s *FeatureSettings) MarshalJSON() ([]byte, error) + type FileInfo struct + ForceSendFields []string + MimeType string + NullFields []string + Sha1Sum string + SourceUrl string + func (s *FileInfo) MarshalJSON() ([]byte, error) + type FirewallRule struct + Action string + Description string + ForceSendFields []string + NullFields []string + Priority int64 + SourceRange string + func (s *FirewallRule) MarshalJSON() ([]byte, error) + type HealthCheck struct + CheckInterval string + DisableHealthCheck bool + ForceSendFields []string + HealthyThreshold int64 + Host string + NullFields []string + RestartThreshold int64 + Timeout string + UnhealthyThreshold int64 + func (s *HealthCheck) MarshalJSON() ([]byte, error) + type IdentityAwareProxy struct + Enabled bool + ForceSendFields []string + NullFields []string + Oauth2ClientId string + Oauth2ClientSecret string + Oauth2ClientSecretSha256 string + func (s *IdentityAwareProxy) MarshalJSON() ([]byte, error) + type Instance struct + AppEngineRelease string + Availability string + AverageLatency int64 + Errors int64 + ForceSendFields []string + Id string + MemoryUsage int64 + Name string + NullFields []string + Qps float64 + Requests int64 + StartTime string + VmDebugEnabled bool + VmId string + VmIp string + VmLiveness string + VmName string + VmStatus string + VmZoneName string + func (s *Instance) MarshalJSON() ([]byte, error) + func (s *Instance) UnmarshalJSON(data []byte) error + type Library struct + ForceSendFields []string + Name string + NullFields []string + Version string + func (s *Library) MarshalJSON() ([]byte, error) + 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 ListIngressRulesResponse struct + ForceSendFields []string + IngressRules []*FirewallRule + NextPageToken string + NullFields []string + func (s *ListIngressRulesResponse) MarshalJSON() ([]byte, error) + type ListInstancesResponse struct + ForceSendFields []string + Instances []*Instance + NextPageToken string + NullFields []string + func (s *ListInstancesResponse) 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 ListServicesResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Services []*Service + func (s *ListServicesResponse) MarshalJSON() ([]byte, error) + type ListVersionsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Versions []*Version + func (s *ListVersionsResponse) MarshalJSON() ([]byte, error) + type LivenessCheck struct + CheckInterval string + FailureThreshold int64 + ForceSendFields []string + Host string + InitialDelay string + NullFields []string + Path string + SuccessThreshold int64 + Timeout string + func (s *LivenessCheck) 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 ManualScaling struct + ForceSendFields []string + Instances int64 + NullFields []string + func (s *ManualScaling) MarshalJSON() ([]byte, error) + type Network struct + ForceSendFields []string + ForwardedPorts []string + InstanceTag string + Name string + NullFields []string + SessionAffinity bool + SubnetworkName string + func (s *Network) MarshalJSON() ([]byte, error) + type NetworkSettings struct + ForceSendFields []string + IngressTrafficAllowed string + NullFields []string + func (s *NetworkSettings) MarshalJSON() ([]byte, error) + type NetworkUtilization struct + ForceSendFields []string + NullFields []string + TargetReceivedBytesPerSecond int64 + TargetReceivedPacketsPerSecond int64 + TargetSentBytesPerSecond int64 + TargetSentPacketsPerSecond int64 + func (s *NetworkUtilization) 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 ReadinessCheck struct + AppStartTimeout string + CheckInterval string + FailureThreshold int64 + ForceSendFields []string + Host string + NullFields []string + Path string + SuccessThreshold int64 + Timeout string + func (s *ReadinessCheck) MarshalJSON() ([]byte, error) + type RepairApplicationRequest struct + type RequestUtilization struct + ForceSendFields []string + NullFields []string + TargetConcurrentRequests int64 + TargetRequestCountPerSecond int64 + func (s *RequestUtilization) MarshalJSON() ([]byte, error) + type ResourceRecord struct + ForceSendFields []string + Name string + NullFields []string + Rrdata string + Type string + func (s *ResourceRecord) MarshalJSON() ([]byte, error) + type Resources struct + Cpu float64 + DiskGb float64 + ForceSendFields []string + KmsKeyReference string + MemoryGb float64 + NullFields []string + Volumes []*Volume + func (s *Resources) MarshalJSON() ([]byte, error) + func (s *Resources) UnmarshalJSON(data []byte) error + type ScriptHandler struct + ForceSendFields []string + NullFields []string + ScriptPath string + func (s *ScriptHandler) MarshalJSON() ([]byte, error) + type Service struct + ForceSendFields []string + Id string + Name string + NetworkSettings *NetworkSettings + NullFields []string + Split *TrafficSplit + func (s *Service) MarshalJSON() ([]byte, error) + type SslSettings struct + CertificateId string + ForceSendFields []string + NullFields []string + PendingManagedCertificateId string + SslManagementType string + func (s *SslSettings) MarshalJSON() ([]byte, error) + type StandardSchedulerSettings struct + ForceSendFields []string + MaxInstances int64 + MinInstances int64 + NullFields []string + TargetCpuUtilization float64 + TargetThroughputUtilization float64 + func (s *StandardSchedulerSettings) MarshalJSON() ([]byte, error) + func (s *StandardSchedulerSettings) UnmarshalJSON(data []byte) error + type StaticFilesHandler struct + ApplicationReadable bool + Expiration string + ForceSendFields []string + HttpHeaders map[string]string + MimeType string + NullFields []string + Path string + RequireMatchingFile bool + UploadPathRegex string + func (s *StaticFilesHandler) MarshalJSON() ([]byte, error) + type Status struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s *Status) MarshalJSON() ([]byte, error) + type TrafficSplit struct + Allocations map[string]float64 + ForceSendFields []string + NullFields []string + ShardBy string + func (s *TrafficSplit) MarshalJSON() ([]byte, error) + type UrlDispatchRule struct + Domain string + ForceSendFields []string + NullFields []string + Path string + Service string + func (s *UrlDispatchRule) MarshalJSON() ([]byte, error) + type UrlMap struct + ApiEndpoint *ApiEndpointHandler + AuthFailAction string + ForceSendFields []string + Login string + NullFields []string + RedirectHttpResponseCode string + Script *ScriptHandler + SecurityLevel string + StaticFiles *StaticFilesHandler + UrlRegex string + func (s *UrlMap) MarshalJSON() ([]byte, error) + type Version struct + ApiConfig *ApiConfigHandler + AutomaticScaling *AutomaticScaling + BasicScaling *BasicScaling + BetaSettings map[string]string + BuildEnvVariables map[string]string + CreateTime string + CreatedBy string + DefaultExpiration string + Deployment *Deployment + DiskUsageBytes int64 + EndpointsApiService *EndpointsApiService + Entrypoint *Entrypoint + Env string + EnvVariables map[string]string + ErrorHandlers []*ErrorHandler + ForceSendFields []string + Handlers []*UrlMap + HealthCheck *HealthCheck + Id string + InboundServices []string + InstanceClass string + Libraries []*Library + LivenessCheck *LivenessCheck + ManualScaling *ManualScaling + Name string + Network *Network + NobuildFilesRegex string + NullFields []string + ReadinessCheck *ReadinessCheck + Resources *Resources + Runtime string + RuntimeApiVersion string + RuntimeChannel string + RuntimeMainExecutablePath string + ServingStatus string + Threadsafe bool + VersionUrl string + Vm bool + VpcAccessConnector *VpcAccessConnector + Zones []string + func (s *Version) MarshalJSON() ([]byte, error) + type Volume struct + ForceSendFields []string + Name string + NullFields []string + SizeGb float64 + VolumeType string + func (s *Volume) MarshalJSON() ([]byte, error) + func (s *Volume) UnmarshalJSON(data []byte) error + type VpcAccessConnector struct + ForceSendFields []string + Name string + NullFields []string + func (s *VpcAccessConnector) MarshalJSON() ([]byte, error) + type ZipInfo struct + FilesCount int64 + ForceSendFields []string + NullFields []string + SourceUrl string + func (s *ZipInfo) MarshalJSON() ([]byte, error)