Documentation ¶
Index ¶
- Variables
- func ApiGatewayApiConfigIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
- func ApiGatewayApiConfigIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
- func ApiGatewayApiIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
- func ApiGatewayApiIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
- func ApiGatewayGatewayIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
- func ApiGatewayGatewayIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
- func ApiGatewayOperationWaitTime(config *transport_tpg.Config, op map[string]interface{}, ...) error
- func ApiGatewayOperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, ...) error
- func ResourceApiGatewayApi() *schema.Resource
- func ResourceApiGatewayApiConfig() *schema.Resource
- func ResourceApiGatewayGateway() *schema.Resource
- type ApiGatewayApiConfigIamUpdater
- func (u *ApiGatewayApiConfigIamUpdater) DescribeResource() string
- func (u *ApiGatewayApiConfigIamUpdater) GetMutexKey() string
- func (u *ApiGatewayApiConfigIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
- func (u *ApiGatewayApiConfigIamUpdater) GetResourceId() string
- func (u *ApiGatewayApiConfigIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
- type ApiGatewayApiIamUpdater
- func (u *ApiGatewayApiIamUpdater) DescribeResource() string
- func (u *ApiGatewayApiIamUpdater) GetMutexKey() string
- func (u *ApiGatewayApiIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
- func (u *ApiGatewayApiIamUpdater) GetResourceId() string
- func (u *ApiGatewayApiIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
- type ApiGatewayGatewayIamUpdater
- func (u *ApiGatewayGatewayIamUpdater) DescribeResource() string
- func (u *ApiGatewayGatewayIamUpdater) GetMutexKey() string
- func (u *ApiGatewayGatewayIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
- func (u *ApiGatewayGatewayIamUpdater) GetResourceId() string
- func (u *ApiGatewayGatewayIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
- type ApiGatewayOperationWaiter
Constants ¶
This section is empty.
Variables ¶
View Source
var ApiGatewayApiConfigIamSchema = map[string]*schema.Schema{ "project": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "api": { Type: schema.TypeString, Required: true, ForceNew: true, }, "api_config": { Type: schema.TypeString, Required: true, ForceNew: true, DiffSuppressFunc: tpgresource.CompareSelfLinkOrResourceName, }, }
View Source
var ApiGatewayApiIamSchema = map[string]*schema.Schema{ "project": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "api": { Type: schema.TypeString, Required: true, ForceNew: true, DiffSuppressFunc: tpgresource.CompareSelfLinkOrResourceName, }, }
View Source
var ApiGatewayGatewayIamSchema = map[string]*schema.Schema{ "project": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "region": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "gateway": { Type: schema.TypeString, Required: true, ForceNew: true, DiffSuppressFunc: tpgresource.CompareSelfLinkOrResourceName, }, }
Functions ¶
func ApiGatewayApiConfigIamUpdaterProducer ¶
func ApiGatewayApiConfigIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
func ApiGatewayApiConfigIdParseFunc ¶
func ApiGatewayApiConfigIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
func ApiGatewayApiIamUpdaterProducer ¶
func ApiGatewayApiIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
func ApiGatewayApiIdParseFunc ¶
func ApiGatewayApiIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
func ApiGatewayGatewayIamUpdaterProducer ¶
func ApiGatewayGatewayIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
func ApiGatewayGatewayIdParseFunc ¶
func ApiGatewayGatewayIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
func ApiGatewayOperationWaitTimeWithResponse ¶
func ApiGatewayOperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, response *map[string]interface{}, project, activity, userAgent string, timeout time.Duration) error
nolint: deadcode,unused
func ResourceApiGatewayApi ¶
Types ¶
type ApiGatewayApiConfigIamUpdater ¶
type ApiGatewayApiConfigIamUpdater struct { Config *transport_tpg.Config // contains filtered or unexported fields }
func (*ApiGatewayApiConfigIamUpdater) DescribeResource ¶
func (u *ApiGatewayApiConfigIamUpdater) DescribeResource() string
func (*ApiGatewayApiConfigIamUpdater) GetMutexKey ¶
func (u *ApiGatewayApiConfigIamUpdater) GetMutexKey() string
func (*ApiGatewayApiConfigIamUpdater) GetResourceIamPolicy ¶
func (u *ApiGatewayApiConfigIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
func (*ApiGatewayApiConfigIamUpdater) GetResourceId ¶
func (u *ApiGatewayApiConfigIamUpdater) GetResourceId() string
func (*ApiGatewayApiConfigIamUpdater) SetResourceIamPolicy ¶
func (u *ApiGatewayApiConfigIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
type ApiGatewayApiIamUpdater ¶
type ApiGatewayApiIamUpdater struct { Config *transport_tpg.Config // contains filtered or unexported fields }
func (*ApiGatewayApiIamUpdater) DescribeResource ¶
func (u *ApiGatewayApiIamUpdater) DescribeResource() string
func (*ApiGatewayApiIamUpdater) GetMutexKey ¶
func (u *ApiGatewayApiIamUpdater) GetMutexKey() string
func (*ApiGatewayApiIamUpdater) GetResourceIamPolicy ¶
func (u *ApiGatewayApiIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
func (*ApiGatewayApiIamUpdater) GetResourceId ¶
func (u *ApiGatewayApiIamUpdater) GetResourceId() string
func (*ApiGatewayApiIamUpdater) SetResourceIamPolicy ¶
func (u *ApiGatewayApiIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
type ApiGatewayGatewayIamUpdater ¶
type ApiGatewayGatewayIamUpdater struct { Config *transport_tpg.Config // contains filtered or unexported fields }
func (*ApiGatewayGatewayIamUpdater) DescribeResource ¶
func (u *ApiGatewayGatewayIamUpdater) DescribeResource() string
func (*ApiGatewayGatewayIamUpdater) GetMutexKey ¶
func (u *ApiGatewayGatewayIamUpdater) GetMutexKey() string
func (*ApiGatewayGatewayIamUpdater) GetResourceIamPolicy ¶
func (u *ApiGatewayGatewayIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
func (*ApiGatewayGatewayIamUpdater) GetResourceId ¶
func (u *ApiGatewayGatewayIamUpdater) GetResourceId() string
func (*ApiGatewayGatewayIamUpdater) SetResourceIamPolicy ¶
func (u *ApiGatewayGatewayIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
type ApiGatewayOperationWaiter ¶
type ApiGatewayOperationWaiter struct { Config *transport_tpg.Config UserAgent string Project string tpgresource.CommonOperationWaiter }
func (*ApiGatewayOperationWaiter) QueryOp ¶
func (w *ApiGatewayOperationWaiter) QueryOp() (interface{}, error)
Source Files ¶
- api_gateway_operation.go
- iam_api_gateway_api.go
- iam_api_gateway_api_config.go
- iam_api_gateway_gateway.go
- resource_api_gateway_api.go
- resource_api_gateway_api_config.go
- resource_api_gateway_api_config_sweeper.go
- resource_api_gateway_api_sweeper.go
- resource_api_gateway_gateway.go
- resource_api_gateway_gateway_sweeper.go
Click to show internal directories.
Click to hide internal directories.