Versions in this module Expand all Collapse all v0 v0.0.1 Dec 7, 2023 Changes in this version + const CloudPlatformScope + type FoldersService struct + Settings *FoldersSettingsService + func NewFoldersService(s *Service) *FoldersService + type FoldersSettingsGetCall struct + func (c *FoldersSettingsGetCall) Context(ctx context.Context) *FoldersSettingsGetCall + func (c *FoldersSettingsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudResourcesettingsV1Setting, error) + func (c *FoldersSettingsGetCall) Fields(s ...googleapi.Field) *FoldersSettingsGetCall + func (c *FoldersSettingsGetCall) Header() http.Header + func (c *FoldersSettingsGetCall) IfNoneMatch(entityTag string) *FoldersSettingsGetCall + func (c *FoldersSettingsGetCall) View(view string) *FoldersSettingsGetCall + type FoldersSettingsListCall struct + func (c *FoldersSettingsListCall) Context(ctx context.Context) *FoldersSettingsListCall + func (c *FoldersSettingsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudResourcesettingsV1ListSettingsResponse, error) + func (c *FoldersSettingsListCall) Fields(s ...googleapi.Field) *FoldersSettingsListCall + func (c *FoldersSettingsListCall) Header() http.Header + func (c *FoldersSettingsListCall) IfNoneMatch(entityTag string) *FoldersSettingsListCall + func (c *FoldersSettingsListCall) PageSize(pageSize int64) *FoldersSettingsListCall + func (c *FoldersSettingsListCall) PageToken(pageToken string) *FoldersSettingsListCall + func (c *FoldersSettingsListCall) Pages(ctx context.Context, ...) error + func (c *FoldersSettingsListCall) View(view string) *FoldersSettingsListCall + type FoldersSettingsPatchCall struct + func (c *FoldersSettingsPatchCall) Context(ctx context.Context) *FoldersSettingsPatchCall + func (c *FoldersSettingsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudResourcesettingsV1Setting, error) + func (c *FoldersSettingsPatchCall) Fields(s ...googleapi.Field) *FoldersSettingsPatchCall + func (c *FoldersSettingsPatchCall) Header() http.Header + type FoldersSettingsService struct + func NewFoldersSettingsService(s *Service) *FoldersSettingsService + func (r *FoldersSettingsService) Get(name string) *FoldersSettingsGetCall + func (r *FoldersSettingsService) List(parent string) *FoldersSettingsListCall + func (r *FoldersSettingsService) Patch(name string, ...) *FoldersSettingsPatchCall + type GoogleCloudResourcesettingsV1ListSettingsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Settings []*GoogleCloudResourcesettingsV1Setting + func (s *GoogleCloudResourcesettingsV1ListSettingsResponse) MarshalJSON() ([]byte, error) + type GoogleCloudResourcesettingsV1Setting struct + EffectiveValue *GoogleCloudResourcesettingsV1Value + Etag string + ForceSendFields []string + LocalValue *GoogleCloudResourcesettingsV1Value + Metadata *GoogleCloudResourcesettingsV1SettingMetadata + Name string + NullFields []string + func (s *GoogleCloudResourcesettingsV1Setting) MarshalJSON() ([]byte, error) + type GoogleCloudResourcesettingsV1SettingMetadata struct + DataType string + DefaultValue *GoogleCloudResourcesettingsV1Value + Description string + DisplayName string + ForceSendFields []string + NullFields []string + ReadOnly bool + func (s *GoogleCloudResourcesettingsV1SettingMetadata) MarshalJSON() ([]byte, error) + type GoogleCloudResourcesettingsV1Value struct + BooleanValue bool + DurationValue string + EnumValue *GoogleCloudResourcesettingsV1ValueEnumValue + ForceSendFields []string + NullFields []string + StringMapValue *GoogleCloudResourcesettingsV1ValueStringMap + StringSetValue *GoogleCloudResourcesettingsV1ValueStringSet + StringValue string + func (s *GoogleCloudResourcesettingsV1Value) MarshalJSON() ([]byte, error) + type GoogleCloudResourcesettingsV1ValueEnumValue struct + ForceSendFields []string + NullFields []string + Value string + func (s *GoogleCloudResourcesettingsV1ValueEnumValue) MarshalJSON() ([]byte, error) + type GoogleCloudResourcesettingsV1ValueStringMap struct + ForceSendFields []string + Mappings map[string]string + NullFields []string + func (s *GoogleCloudResourcesettingsV1ValueStringMap) MarshalJSON() ([]byte, error) + type GoogleCloudResourcesettingsV1ValueStringSet struct + ForceSendFields []string + NullFields []string + Values []string + func (s *GoogleCloudResourcesettingsV1ValueStringSet) MarshalJSON() ([]byte, error) + type OrganizationsService struct + Settings *OrganizationsSettingsService + func NewOrganizationsService(s *Service) *OrganizationsService + type OrganizationsSettingsGetCall struct + func (c *OrganizationsSettingsGetCall) Context(ctx context.Context) *OrganizationsSettingsGetCall + func (c *OrganizationsSettingsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudResourcesettingsV1Setting, error) + func (c *OrganizationsSettingsGetCall) Fields(s ...googleapi.Field) *OrganizationsSettingsGetCall + func (c *OrganizationsSettingsGetCall) Header() http.Header + func (c *OrganizationsSettingsGetCall) IfNoneMatch(entityTag string) *OrganizationsSettingsGetCall + func (c *OrganizationsSettingsGetCall) View(view string) *OrganizationsSettingsGetCall + type OrganizationsSettingsListCall struct + func (c *OrganizationsSettingsListCall) Context(ctx context.Context) *OrganizationsSettingsListCall + func (c *OrganizationsSettingsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudResourcesettingsV1ListSettingsResponse, error) + func (c *OrganizationsSettingsListCall) Fields(s ...googleapi.Field) *OrganizationsSettingsListCall + func (c *OrganizationsSettingsListCall) Header() http.Header + func (c *OrganizationsSettingsListCall) IfNoneMatch(entityTag string) *OrganizationsSettingsListCall + func (c *OrganizationsSettingsListCall) PageSize(pageSize int64) *OrganizationsSettingsListCall + func (c *OrganizationsSettingsListCall) PageToken(pageToken string) *OrganizationsSettingsListCall + func (c *OrganizationsSettingsListCall) Pages(ctx context.Context, ...) error + func (c *OrganizationsSettingsListCall) View(view string) *OrganizationsSettingsListCall + type OrganizationsSettingsPatchCall struct + func (c *OrganizationsSettingsPatchCall) Context(ctx context.Context) *OrganizationsSettingsPatchCall + func (c *OrganizationsSettingsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudResourcesettingsV1Setting, error) + func (c *OrganizationsSettingsPatchCall) Fields(s ...googleapi.Field) *OrganizationsSettingsPatchCall + func (c *OrganizationsSettingsPatchCall) Header() http.Header + type OrganizationsSettingsService struct + func NewOrganizationsSettingsService(s *Service) *OrganizationsSettingsService + func (r *OrganizationsSettingsService) Get(name string) *OrganizationsSettingsGetCall + func (r *OrganizationsSettingsService) List(parent string) *OrganizationsSettingsListCall + func (r *OrganizationsSettingsService) Patch(name string, ...) *OrganizationsSettingsPatchCall + type ProjectsService struct + Settings *ProjectsSettingsService + func NewProjectsService(s *Service) *ProjectsService + type ProjectsSettingsGetCall struct + func (c *ProjectsSettingsGetCall) Context(ctx context.Context) *ProjectsSettingsGetCall + func (c *ProjectsSettingsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudResourcesettingsV1Setting, error) + func (c *ProjectsSettingsGetCall) Fields(s ...googleapi.Field) *ProjectsSettingsGetCall + func (c *ProjectsSettingsGetCall) Header() http.Header + func (c *ProjectsSettingsGetCall) IfNoneMatch(entityTag string) *ProjectsSettingsGetCall + func (c *ProjectsSettingsGetCall) View(view string) *ProjectsSettingsGetCall + type ProjectsSettingsListCall struct + func (c *ProjectsSettingsListCall) Context(ctx context.Context) *ProjectsSettingsListCall + func (c *ProjectsSettingsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudResourcesettingsV1ListSettingsResponse, error) + func (c *ProjectsSettingsListCall) Fields(s ...googleapi.Field) *ProjectsSettingsListCall + func (c *ProjectsSettingsListCall) Header() http.Header + func (c *ProjectsSettingsListCall) IfNoneMatch(entityTag string) *ProjectsSettingsListCall + func (c *ProjectsSettingsListCall) PageSize(pageSize int64) *ProjectsSettingsListCall + func (c *ProjectsSettingsListCall) PageToken(pageToken string) *ProjectsSettingsListCall + func (c *ProjectsSettingsListCall) Pages(ctx context.Context, ...) error + func (c *ProjectsSettingsListCall) View(view string) *ProjectsSettingsListCall + type ProjectsSettingsPatchCall struct + func (c *ProjectsSettingsPatchCall) Context(ctx context.Context) *ProjectsSettingsPatchCall + func (c *ProjectsSettingsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudResourcesettingsV1Setting, error) + func (c *ProjectsSettingsPatchCall) Fields(s ...googleapi.Field) *ProjectsSettingsPatchCall + func (c *ProjectsSettingsPatchCall) Header() http.Header + type ProjectsSettingsService struct + func NewProjectsSettingsService(s *Service) *ProjectsSettingsService + func (r *ProjectsSettingsService) Get(name string) *ProjectsSettingsGetCall + func (r *ProjectsSettingsService) List(parent string) *ProjectsSettingsListCall + func (r *ProjectsSettingsService) Patch(name string, ...) *ProjectsSettingsPatchCall + type Service struct + BasePath string + Folders *FoldersService + Organizations *OrganizationsService + Projects *ProjectsService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)