Versions in this module Expand all Collapse all v0 v0.196.2 Sep 10, 2024 Changes in this version + const CloudPlatformScope + const CloudruntimeconfigScope + type Binding struct + Condition *Expr + ForceSendFields []string + Members []string + NullFields []string + Role string + func (s Binding) MarshalJSON() ([]byte, error) + type Cardinality struct + ForceSendFields []string + NullFields []string + Number int64 + Path string + func (s Cardinality) MarshalJSON() ([]byte, error) + type Empty struct + type EndCondition struct + Cardinality *Cardinality + ForceSendFields []string + NullFields []string + func (s EndCondition) MarshalJSON() ([]byte, error) + type Expr struct + Description string + Expression string + ForceSendFields []string + Location string + NullFields []string + Title string + func (s Expr) MarshalJSON() ([]byte, error) + type ListConfigsResponse struct + Configs []*RuntimeConfig + ForceSendFields []string + NextPageToken string + NullFields []string + func (s ListConfigsResponse) MarshalJSON() ([]byte, error) + type ListVariablesResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Variables []*Variable + func (s ListVariablesResponse) MarshalJSON() ([]byte, error) + type ListWaitersResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Waiters []*Waiter + func (s ListWaitersResponse) 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 Policy struct + Bindings []*Binding + Etag string + ForceSendFields []string + NullFields []string + Version int64 + func (s Policy) MarshalJSON() ([]byte, error) + type ProjectsConfigsCreateCall struct + func (c *ProjectsConfigsCreateCall) Context(ctx context.Context) *ProjectsConfigsCreateCall + func (c *ProjectsConfigsCreateCall) Do(opts ...googleapi.CallOption) (*RuntimeConfig, error) + func (c *ProjectsConfigsCreateCall) Fields(s ...googleapi.Field) *ProjectsConfigsCreateCall + func (c *ProjectsConfigsCreateCall) Header() http.Header + func (c *ProjectsConfigsCreateCall) RequestId(requestId string) *ProjectsConfigsCreateCall + type ProjectsConfigsDeleteCall struct + func (c *ProjectsConfigsDeleteCall) Context(ctx context.Context) *ProjectsConfigsDeleteCall + func (c *ProjectsConfigsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsConfigsDeleteCall) Fields(s ...googleapi.Field) *ProjectsConfigsDeleteCall + func (c *ProjectsConfigsDeleteCall) Header() http.Header + type ProjectsConfigsGetCall struct + func (c *ProjectsConfigsGetCall) Context(ctx context.Context) *ProjectsConfigsGetCall + func (c *ProjectsConfigsGetCall) Do(opts ...googleapi.CallOption) (*RuntimeConfig, error) + func (c *ProjectsConfigsGetCall) Fields(s ...googleapi.Field) *ProjectsConfigsGetCall + func (c *ProjectsConfigsGetCall) Header() http.Header + func (c *ProjectsConfigsGetCall) IfNoneMatch(entityTag string) *ProjectsConfigsGetCall + type ProjectsConfigsGetIamPolicyCall struct + func (c *ProjectsConfigsGetIamPolicyCall) Context(ctx context.Context) *ProjectsConfigsGetIamPolicyCall + func (c *ProjectsConfigsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsConfigsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsConfigsGetIamPolicyCall + func (c *ProjectsConfigsGetIamPolicyCall) Header() http.Header + func (c *ProjectsConfigsGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsConfigsGetIamPolicyCall + func (c *ProjectsConfigsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsConfigsGetIamPolicyCall + type ProjectsConfigsListCall struct + func (c *ProjectsConfigsListCall) Context(ctx context.Context) *ProjectsConfigsListCall + func (c *ProjectsConfigsListCall) Do(opts ...googleapi.CallOption) (*ListConfigsResponse, error) + func (c *ProjectsConfigsListCall) Fields(s ...googleapi.Field) *ProjectsConfigsListCall + func (c *ProjectsConfigsListCall) Header() http.Header + func (c *ProjectsConfigsListCall) IfNoneMatch(entityTag string) *ProjectsConfigsListCall + func (c *ProjectsConfigsListCall) PageSize(pageSize int64) *ProjectsConfigsListCall + func (c *ProjectsConfigsListCall) PageToken(pageToken string) *ProjectsConfigsListCall + func (c *ProjectsConfigsListCall) Pages(ctx context.Context, f func(*ListConfigsResponse) error) error + type ProjectsConfigsOperationsGetCall struct + func (c *ProjectsConfigsOperationsGetCall) Context(ctx context.Context) *ProjectsConfigsOperationsGetCall + func (c *ProjectsConfigsOperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsConfigsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsConfigsOperationsGetCall + func (c *ProjectsConfigsOperationsGetCall) Header() http.Header + func (c *ProjectsConfigsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsConfigsOperationsGetCall + type ProjectsConfigsOperationsService struct + func NewProjectsConfigsOperationsService(s *Service) *ProjectsConfigsOperationsService + func (r *ProjectsConfigsOperationsService) Get(name string) *ProjectsConfigsOperationsGetCall + func (r *ProjectsConfigsOperationsService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsConfigsOperationsTestIamPermissionsCall + type ProjectsConfigsOperationsTestIamPermissionsCall struct + func (c *ProjectsConfigsOperationsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsConfigsOperationsTestIamPermissionsCall + func (c *ProjectsConfigsOperationsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) + func (c *ProjectsConfigsOperationsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsConfigsOperationsTestIamPermissionsCall + func (c *ProjectsConfigsOperationsTestIamPermissionsCall) Header() http.Header + type ProjectsConfigsService struct + Operations *ProjectsConfigsOperationsService + Variables *ProjectsConfigsVariablesService + Waiters *ProjectsConfigsWaitersService + func NewProjectsConfigsService(s *Service) *ProjectsConfigsService + func (r *ProjectsConfigsService) Create(parent string, runtimeconfig *RuntimeConfig) *ProjectsConfigsCreateCall + func (r *ProjectsConfigsService) Delete(name string) *ProjectsConfigsDeleteCall + func (r *ProjectsConfigsService) Get(name string) *ProjectsConfigsGetCall + func (r *ProjectsConfigsService) GetIamPolicy(resource string) *ProjectsConfigsGetIamPolicyCall + func (r *ProjectsConfigsService) List(parent string) *ProjectsConfigsListCall + func (r *ProjectsConfigsService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsConfigsSetIamPolicyCall + func (r *ProjectsConfigsService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsConfigsTestIamPermissionsCall + func (r *ProjectsConfigsService) Update(name string, runtimeconfig *RuntimeConfig) *ProjectsConfigsUpdateCall + type ProjectsConfigsSetIamPolicyCall struct + func (c *ProjectsConfigsSetIamPolicyCall) Context(ctx context.Context) *ProjectsConfigsSetIamPolicyCall + func (c *ProjectsConfigsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsConfigsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsConfigsSetIamPolicyCall + func (c *ProjectsConfigsSetIamPolicyCall) Header() http.Header + type ProjectsConfigsTestIamPermissionsCall struct + func (c *ProjectsConfigsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsConfigsTestIamPermissionsCall + func (c *ProjectsConfigsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) + func (c *ProjectsConfigsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsConfigsTestIamPermissionsCall + func (c *ProjectsConfigsTestIamPermissionsCall) Header() http.Header + type ProjectsConfigsUpdateCall struct + func (c *ProjectsConfigsUpdateCall) Context(ctx context.Context) *ProjectsConfigsUpdateCall + func (c *ProjectsConfigsUpdateCall) Do(opts ...googleapi.CallOption) (*RuntimeConfig, error) + func (c *ProjectsConfigsUpdateCall) Fields(s ...googleapi.Field) *ProjectsConfigsUpdateCall + func (c *ProjectsConfigsUpdateCall) Header() http.Header + type ProjectsConfigsVariablesCreateCall struct + func (c *ProjectsConfigsVariablesCreateCall) Context(ctx context.Context) *ProjectsConfigsVariablesCreateCall + func (c *ProjectsConfigsVariablesCreateCall) Do(opts ...googleapi.CallOption) (*Variable, error) + func (c *ProjectsConfigsVariablesCreateCall) Fields(s ...googleapi.Field) *ProjectsConfigsVariablesCreateCall + func (c *ProjectsConfigsVariablesCreateCall) Header() http.Header + func (c *ProjectsConfigsVariablesCreateCall) RequestId(requestId string) *ProjectsConfigsVariablesCreateCall + type ProjectsConfigsVariablesDeleteCall struct + func (c *ProjectsConfigsVariablesDeleteCall) Context(ctx context.Context) *ProjectsConfigsVariablesDeleteCall + func (c *ProjectsConfigsVariablesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsConfigsVariablesDeleteCall) Fields(s ...googleapi.Field) *ProjectsConfigsVariablesDeleteCall + func (c *ProjectsConfigsVariablesDeleteCall) Header() http.Header + func (c *ProjectsConfigsVariablesDeleteCall) Recursive(recursive bool) *ProjectsConfigsVariablesDeleteCall + type ProjectsConfigsVariablesGetCall struct + func (c *ProjectsConfigsVariablesGetCall) Context(ctx context.Context) *ProjectsConfigsVariablesGetCall + func (c *ProjectsConfigsVariablesGetCall) Do(opts ...googleapi.CallOption) (*Variable, error) + func (c *ProjectsConfigsVariablesGetCall) Fields(s ...googleapi.Field) *ProjectsConfigsVariablesGetCall + func (c *ProjectsConfigsVariablesGetCall) Header() http.Header + func (c *ProjectsConfigsVariablesGetCall) IfNoneMatch(entityTag string) *ProjectsConfigsVariablesGetCall + type ProjectsConfigsVariablesListCall struct + func (c *ProjectsConfigsVariablesListCall) Context(ctx context.Context) *ProjectsConfigsVariablesListCall + func (c *ProjectsConfigsVariablesListCall) Do(opts ...googleapi.CallOption) (*ListVariablesResponse, error) + func (c *ProjectsConfigsVariablesListCall) Fields(s ...googleapi.Field) *ProjectsConfigsVariablesListCall + func (c *ProjectsConfigsVariablesListCall) Filter(filter string) *ProjectsConfigsVariablesListCall + func (c *ProjectsConfigsVariablesListCall) Header() http.Header + func (c *ProjectsConfigsVariablesListCall) IfNoneMatch(entityTag string) *ProjectsConfigsVariablesListCall + func (c *ProjectsConfigsVariablesListCall) PageSize(pageSize int64) *ProjectsConfigsVariablesListCall + func (c *ProjectsConfigsVariablesListCall) PageToken(pageToken string) *ProjectsConfigsVariablesListCall + func (c *ProjectsConfigsVariablesListCall) Pages(ctx context.Context, f func(*ListVariablesResponse) error) error + func (c *ProjectsConfigsVariablesListCall) ReturnValues(returnValues bool) *ProjectsConfigsVariablesListCall + type ProjectsConfigsVariablesService struct + func NewProjectsConfigsVariablesService(s *Service) *ProjectsConfigsVariablesService + func (r *ProjectsConfigsVariablesService) Create(parent string, variable *Variable) *ProjectsConfigsVariablesCreateCall + func (r *ProjectsConfigsVariablesService) Delete(name string) *ProjectsConfigsVariablesDeleteCall + func (r *ProjectsConfigsVariablesService) Get(name string) *ProjectsConfigsVariablesGetCall + func (r *ProjectsConfigsVariablesService) List(parent string) *ProjectsConfigsVariablesListCall + func (r *ProjectsConfigsVariablesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsConfigsVariablesTestIamPermissionsCall + func (r *ProjectsConfigsVariablesService) Update(name string, variable *Variable) *ProjectsConfigsVariablesUpdateCall + func (r *ProjectsConfigsVariablesService) Watch(name string, watchvariablerequest *WatchVariableRequest) *ProjectsConfigsVariablesWatchCall + type ProjectsConfigsVariablesTestIamPermissionsCall struct + func (c *ProjectsConfigsVariablesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsConfigsVariablesTestIamPermissionsCall + func (c *ProjectsConfigsVariablesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) + func (c *ProjectsConfigsVariablesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsConfigsVariablesTestIamPermissionsCall + func (c *ProjectsConfigsVariablesTestIamPermissionsCall) Header() http.Header + type ProjectsConfigsVariablesUpdateCall struct + func (c *ProjectsConfigsVariablesUpdateCall) Context(ctx context.Context) *ProjectsConfigsVariablesUpdateCall + func (c *ProjectsConfigsVariablesUpdateCall) Do(opts ...googleapi.CallOption) (*Variable, error) + func (c *ProjectsConfigsVariablesUpdateCall) Fields(s ...googleapi.Field) *ProjectsConfigsVariablesUpdateCall + func (c *ProjectsConfigsVariablesUpdateCall) Header() http.Header + type ProjectsConfigsVariablesWatchCall struct + func (c *ProjectsConfigsVariablesWatchCall) Context(ctx context.Context) *ProjectsConfigsVariablesWatchCall + func (c *ProjectsConfigsVariablesWatchCall) Do(opts ...googleapi.CallOption) (*Variable, error) + func (c *ProjectsConfigsVariablesWatchCall) Fields(s ...googleapi.Field) *ProjectsConfigsVariablesWatchCall + func (c *ProjectsConfigsVariablesWatchCall) Header() http.Header + type ProjectsConfigsWaitersCreateCall struct + func (c *ProjectsConfigsWaitersCreateCall) Context(ctx context.Context) *ProjectsConfigsWaitersCreateCall + func (c *ProjectsConfigsWaitersCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsConfigsWaitersCreateCall) Fields(s ...googleapi.Field) *ProjectsConfigsWaitersCreateCall + func (c *ProjectsConfigsWaitersCreateCall) Header() http.Header + func (c *ProjectsConfigsWaitersCreateCall) RequestId(requestId string) *ProjectsConfigsWaitersCreateCall + type ProjectsConfigsWaitersDeleteCall struct + func (c *ProjectsConfigsWaitersDeleteCall) Context(ctx context.Context) *ProjectsConfigsWaitersDeleteCall + func (c *ProjectsConfigsWaitersDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsConfigsWaitersDeleteCall) Fields(s ...googleapi.Field) *ProjectsConfigsWaitersDeleteCall + func (c *ProjectsConfigsWaitersDeleteCall) Header() http.Header + type ProjectsConfigsWaitersGetCall struct + func (c *ProjectsConfigsWaitersGetCall) Context(ctx context.Context) *ProjectsConfigsWaitersGetCall + func (c *ProjectsConfigsWaitersGetCall) Do(opts ...googleapi.CallOption) (*Waiter, error) + func (c *ProjectsConfigsWaitersGetCall) Fields(s ...googleapi.Field) *ProjectsConfigsWaitersGetCall + func (c *ProjectsConfigsWaitersGetCall) Header() http.Header + func (c *ProjectsConfigsWaitersGetCall) IfNoneMatch(entityTag string) *ProjectsConfigsWaitersGetCall + type ProjectsConfigsWaitersListCall struct + func (c *ProjectsConfigsWaitersListCall) Context(ctx context.Context) *ProjectsConfigsWaitersListCall + func (c *ProjectsConfigsWaitersListCall) Do(opts ...googleapi.CallOption) (*ListWaitersResponse, error) + func (c *ProjectsConfigsWaitersListCall) Fields(s ...googleapi.Field) *ProjectsConfigsWaitersListCall + func (c *ProjectsConfigsWaitersListCall) Header() http.Header + func (c *ProjectsConfigsWaitersListCall) IfNoneMatch(entityTag string) *ProjectsConfigsWaitersListCall + func (c *ProjectsConfigsWaitersListCall) PageSize(pageSize int64) *ProjectsConfigsWaitersListCall + func (c *ProjectsConfigsWaitersListCall) PageToken(pageToken string) *ProjectsConfigsWaitersListCall + func (c *ProjectsConfigsWaitersListCall) Pages(ctx context.Context, f func(*ListWaitersResponse) error) error + type ProjectsConfigsWaitersService struct + func NewProjectsConfigsWaitersService(s *Service) *ProjectsConfigsWaitersService + func (r *ProjectsConfigsWaitersService) Create(parent string, waiter *Waiter) *ProjectsConfigsWaitersCreateCall + func (r *ProjectsConfigsWaitersService) Delete(name string) *ProjectsConfigsWaitersDeleteCall + func (r *ProjectsConfigsWaitersService) Get(name string) *ProjectsConfigsWaitersGetCall + func (r *ProjectsConfigsWaitersService) List(parent string) *ProjectsConfigsWaitersListCall + func (r *ProjectsConfigsWaitersService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsConfigsWaitersTestIamPermissionsCall + type ProjectsConfigsWaitersTestIamPermissionsCall struct + func (c *ProjectsConfigsWaitersTestIamPermissionsCall) Context(ctx context.Context) *ProjectsConfigsWaitersTestIamPermissionsCall + func (c *ProjectsConfigsWaitersTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) + func (c *ProjectsConfigsWaitersTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsConfigsWaitersTestIamPermissionsCall + func (c *ProjectsConfigsWaitersTestIamPermissionsCall) Header() http.Header + type ProjectsService struct + Configs *ProjectsConfigsService + func NewProjectsService(s *Service) *ProjectsService + type RuntimeConfig struct + Description string + ForceSendFields []string + Name string + NullFields []string + func (s RuntimeConfig) 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) + type SetIamPolicyRequest struct + ForceSendFields []string + NullFields []string + Policy *Policy + func (s SetIamPolicyRequest) MarshalJSON() ([]byte, error) + type Status struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s Status) MarshalJSON() ([]byte, error) + type TestIamPermissionsRequest struct + ForceSendFields []string + NullFields []string + Permissions []string + func (s TestIamPermissionsRequest) MarshalJSON() ([]byte, error) + type TestIamPermissionsResponse struct + ForceSendFields []string + NullFields []string + Permissions []string + func (s TestIamPermissionsResponse) MarshalJSON() ([]byte, error) + type Variable struct + ForceSendFields []string + Name string + NullFields []string + State string + Text string + UpdateTime string + Value string + func (s Variable) MarshalJSON() ([]byte, error) + type Waiter struct + CreateTime string + Done bool + Error *Status + Failure *EndCondition + ForceSendFields []string + Name string + NullFields []string + Success *EndCondition + Timeout string + func (s Waiter) MarshalJSON() ([]byte, error) + type WatchVariableRequest struct + ForceSendFields []string + NewerThan string + NullFields []string + func (s WatchVariableRequest) MarshalJSON() ([]byte, error)