Versions in this module Expand all Collapse all v0 v0.196.2 Sep 10, 2024 Changes in this version + const ContentScope + type AccountsQuotasListCall struct + func (c *AccountsQuotasListCall) Context(ctx context.Context) *AccountsQuotasListCall + func (c *AccountsQuotasListCall) Do(opts ...googleapi.CallOption) (*ListQuotaGroupsResponse, error) + func (c *AccountsQuotasListCall) Fields(s ...googleapi.Field) *AccountsQuotasListCall + func (c *AccountsQuotasListCall) Header() http.Header + func (c *AccountsQuotasListCall) IfNoneMatch(entityTag string) *AccountsQuotasListCall + func (c *AccountsQuotasListCall) PageSize(pageSize int64) *AccountsQuotasListCall + func (c *AccountsQuotasListCall) PageToken(pageToken string) *AccountsQuotasListCall + func (c *AccountsQuotasListCall) Pages(ctx context.Context, f func(*ListQuotaGroupsResponse) error) error + type AccountsQuotasService struct + func NewAccountsQuotasService(s *Service) *AccountsQuotasService + func (r *AccountsQuotasService) List(parent string) *AccountsQuotasListCall + type AccountsService struct + Quotas *AccountsQuotasService + func NewAccountsService(s *Service) *AccountsService + type ListQuotaGroupsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + QuotaGroups []*QuotaGroup + func (s ListQuotaGroupsResponse) MarshalJSON() ([]byte, error) + type MethodDetails struct + ForceSendFields []string + Method string + NullFields []string + Path string + Subapi string + Version string + func (s MethodDetails) MarshalJSON() ([]byte, error) + type ProductChange struct + ForceSendFields []string + NewValue string + NullFields []string + OldValue string + RegionCode string + ReportingContext string + func (s ProductChange) MarshalJSON() ([]byte, error) + type ProductStatusChangeMessage struct + Account string + Attribute string + Changes []*ProductChange + ForceSendFields []string + ManagingAccount string + NullFields []string + Resource string + ResourceId string + ResourceType string + func (s ProductStatusChangeMessage) MarshalJSON() ([]byte, error) + type QuotaGroup struct + ForceSendFields []string + MethodDetails []*MethodDetails + Name string + NullFields []string + QuotaLimit int64 + QuotaMinuteLimit int64 + QuotaUsage int64 + func (s QuotaGroup) MarshalJSON() ([]byte, error) + type Service struct + Accounts *AccountsService + BasePath string + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)