Documentation ¶
Overview ¶
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Index ¶
- Variables
- func Cloudfunctions2OperationWaitTime(config *transport_tpg.Config, op map[string]interface{}, ...) error
- func Cloudfunctions2OperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, ...) error
- func Cloudfunctions2functionIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
- func Cloudfunctions2functionIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
- func DataSourceGoogleCloudFunctions2Function() *schema.Resource
- func ResourceCloudfunctions2function() *schema.Resource
- type Cloudfunctions2OperationWaiter
- type Cloudfunctions2functionIamUpdater
- func (u *Cloudfunctions2functionIamUpdater) DescribeResource() string
- func (u *Cloudfunctions2functionIamUpdater) GetMutexKey() string
- func (u *Cloudfunctions2functionIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
- func (u *Cloudfunctions2functionIamUpdater) GetResourceId() string
- func (u *Cloudfunctions2functionIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Cloudfunctions2functionIamSchema = map[string]*schema.Schema{ "project": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "location": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "cloud_function": { Type: schema.TypeString, Required: true, ForceNew: true, DiffSuppressFunc: tpgresource.CompareSelfLinkOrResourceName, }, }
Functions ¶
func Cloudfunctions2OperationWaitTimeWithResponse ¶
func Cloudfunctions2OperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, response *map[string]interface{}, project, activity, userAgent string, timeout time.Duration) error
nolint: deadcode,unused
func Cloudfunctions2functionIamUpdaterProducer ¶
func Cloudfunctions2functionIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
func Cloudfunctions2functionIdParseFunc ¶
func Cloudfunctions2functionIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
Types ¶
type Cloudfunctions2OperationWaiter ¶
type Cloudfunctions2OperationWaiter struct { Config *transport_tpg.Config UserAgent string Project string tpgresource.CommonOperationWaiter }
func (*Cloudfunctions2OperationWaiter) QueryOp ¶
func (w *Cloudfunctions2OperationWaiter) QueryOp() (interface{}, error)
type Cloudfunctions2functionIamUpdater ¶
type Cloudfunctions2functionIamUpdater struct { Config *transport_tpg.Config // contains filtered or unexported fields }
func (*Cloudfunctions2functionIamUpdater) DescribeResource ¶
func (u *Cloudfunctions2functionIamUpdater) DescribeResource() string
func (*Cloudfunctions2functionIamUpdater) GetMutexKey ¶
func (u *Cloudfunctions2functionIamUpdater) GetMutexKey() string
func (*Cloudfunctions2functionIamUpdater) GetResourceIamPolicy ¶
func (u *Cloudfunctions2functionIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
func (*Cloudfunctions2functionIamUpdater) GetResourceId ¶
func (u *Cloudfunctions2functionIamUpdater) GetResourceId() string
func (*Cloudfunctions2functionIamUpdater) SetResourceIamPolicy ¶
func (u *Cloudfunctions2functionIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
Click to show internal directories.
Click to hide internal directories.