Versions in this module Expand all Collapse all v0 v0.37.1 Dec 15, 2020 Changes in this version + type ProjectsGetRemoteConfigCall struct + func (c *ProjectsGetRemoteConfigCall) Context(ctx context.Context) *ProjectsGetRemoteConfigCall + func (c *ProjectsGetRemoteConfigCall) Do(opts ...googleapi.CallOption) (*RemoteConfig, error) + func (c *ProjectsGetRemoteConfigCall) Fields(s ...googleapi.Field) *ProjectsGetRemoteConfigCall + func (c *ProjectsGetRemoteConfigCall) Header() http.Header + func (c *ProjectsGetRemoteConfigCall) IfNoneMatch(entityTag string) *ProjectsGetRemoteConfigCall + type ProjectsService struct + func NewProjectsService(s *Service) *ProjectsService + func (r *ProjectsService) GetRemoteConfig(projectid string) *ProjectsGetRemoteConfigCall + func (r *ProjectsService) UpdateRemoteConfig(projectid string, remoteconfig *RemoteConfig) *ProjectsUpdateRemoteConfigCall + type ProjectsUpdateRemoteConfigCall struct + func (c *ProjectsUpdateRemoteConfigCall) Context(ctx context.Context) *ProjectsUpdateRemoteConfigCall + func (c *ProjectsUpdateRemoteConfigCall) Do(opts ...googleapi.CallOption) (*RemoteConfig, error) + func (c *ProjectsUpdateRemoteConfigCall) Fields(s ...googleapi.Field) *ProjectsUpdateRemoteConfigCall + func (c *ProjectsUpdateRemoteConfigCall) Header() http.Header + func (c *ProjectsUpdateRemoteConfigCall) ValidateOnly(validateOnly bool) *ProjectsUpdateRemoteConfigCall + type RemoteConfig struct + Conditions []*RemoteConfigCondition + ForceSendFields []string + NullFields []string + Parameters map[string]RemoteConfigParameter + func (s *RemoteConfig) MarshalJSON() ([]byte, error) + type RemoteConfigCondition struct + Description string + Expression string + ForceSendFields []string + Name string + NullFields []string + TagColor string + func (s *RemoteConfigCondition) MarshalJSON() ([]byte, error) + type RemoteConfigParameter struct + ConditionalValues map[string]RemoteConfigParameterValue + DefaultValue *RemoteConfigParameterValue + Description string + ForceSendFields []string + NullFields []string + func (s *RemoteConfigParameter) MarshalJSON() ([]byte, error) + type RemoteConfigParameterValue struct + ForceSendFields []string + NullFields []string + UseInAppDefault bool + Value string + func (s *RemoteConfigParameterValue) MarshalJSON() ([]byte, error) + type Service struct + BasePath string + Projects *ProjectsService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)