Documentation ¶
Overview ¶
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Index ¶
- Variables
- func CloudRunV2JobIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
- func CloudRunV2JobIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
- func CloudRunV2OperationWaitTime(config *transport_tpg.Config, op map[string]interface{}, ...) error
- func CloudRunV2OperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, ...) error
- func CloudRunV2ServiceIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
- func CloudRunV2ServiceIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
- func DataSourceGoogleCloudRunV2Job() *schema.Resource
- func DataSourceGoogleCloudRunV2Service() *schema.Resource
- func ResourceCloudRunV2Job() *schema.Resource
- func ResourceCloudRunV2Service() *schema.Resource
- func RunAdminV2OperationWaitTime(config *transport_tpg.Config, op *run.GoogleLongrunningOperation, ...) error
- func RunAdminV2OperationWaitTimeWithResponse(config *transport_tpg.Config, op *run.GoogleLongrunningOperation, ...) error
- type CloudRunV2JobIamUpdater
- func (u *CloudRunV2JobIamUpdater) DescribeResource() string
- func (u *CloudRunV2JobIamUpdater) GetMutexKey() string
- func (u *CloudRunV2JobIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
- func (u *CloudRunV2JobIamUpdater) GetResourceId() string
- func (u *CloudRunV2JobIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
- type CloudRunV2OperationWaiter
- type CloudRunV2ServiceIamUpdater
- func (u *CloudRunV2ServiceIamUpdater) DescribeResource() string
- func (u *CloudRunV2ServiceIamUpdater) GetMutexKey() string
- func (u *CloudRunV2ServiceIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
- func (u *CloudRunV2ServiceIamUpdater) GetResourceId() string
- func (u *CloudRunV2ServiceIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
- type RunAdminV2OperationWaiter
Constants ¶
This section is empty.
Variables ¶
View Source
var CloudRunV2JobIamSchema = map[string]*schema.Schema{ "project": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "location": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "name": { Type: schema.TypeString, Required: true, ForceNew: true, DiffSuppressFunc: tpgresource.CompareSelfLinkOrResourceName, }, }
View Source
var CloudRunV2ServiceIamSchema = map[string]*schema.Schema{ "project": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "location": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "name": { Type: schema.TypeString, Required: true, ForceNew: true, DiffSuppressFunc: tpgresource.CompareSelfLinkOrResourceName, }, }
Functions ¶
func CloudRunV2JobIamUpdaterProducer ¶
func CloudRunV2JobIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
func CloudRunV2JobIdParseFunc ¶
func CloudRunV2JobIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
func CloudRunV2OperationWaitTimeWithResponse ¶
func CloudRunV2OperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, response *map[string]interface{}, project, activity, userAgent string, timeout time.Duration) error
nolint: deadcode,unused
func CloudRunV2ServiceIamUpdaterProducer ¶
func CloudRunV2ServiceIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
func CloudRunV2ServiceIdParseFunc ¶
func CloudRunV2ServiceIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
func ResourceCloudRunV2Job ¶
Types ¶
type CloudRunV2JobIamUpdater ¶
type CloudRunV2JobIamUpdater struct { Config *transport_tpg.Config // contains filtered or unexported fields }
func (*CloudRunV2JobIamUpdater) DescribeResource ¶
func (u *CloudRunV2JobIamUpdater) DescribeResource() string
func (*CloudRunV2JobIamUpdater) GetMutexKey ¶
func (u *CloudRunV2JobIamUpdater) GetMutexKey() string
func (*CloudRunV2JobIamUpdater) GetResourceIamPolicy ¶
func (u *CloudRunV2JobIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
func (*CloudRunV2JobIamUpdater) GetResourceId ¶
func (u *CloudRunV2JobIamUpdater) GetResourceId() string
func (*CloudRunV2JobIamUpdater) SetResourceIamPolicy ¶
func (u *CloudRunV2JobIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
type CloudRunV2OperationWaiter ¶
type CloudRunV2OperationWaiter struct { Config *transport_tpg.Config UserAgent string Project string tpgresource.CommonOperationWaiter }
func (*CloudRunV2OperationWaiter) QueryOp ¶
func (w *CloudRunV2OperationWaiter) QueryOp() (interface{}, error)
type CloudRunV2ServiceIamUpdater ¶
type CloudRunV2ServiceIamUpdater struct { Config *transport_tpg.Config // contains filtered or unexported fields }
func (*CloudRunV2ServiceIamUpdater) DescribeResource ¶
func (u *CloudRunV2ServiceIamUpdater) DescribeResource() string
func (*CloudRunV2ServiceIamUpdater) GetMutexKey ¶
func (u *CloudRunV2ServiceIamUpdater) GetMutexKey() string
func (*CloudRunV2ServiceIamUpdater) GetResourceIamPolicy ¶
func (u *CloudRunV2ServiceIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
func (*CloudRunV2ServiceIamUpdater) GetResourceId ¶
func (u *CloudRunV2ServiceIamUpdater) GetResourceId() string
func (*CloudRunV2ServiceIamUpdater) SetResourceIamPolicy ¶
func (u *CloudRunV2ServiceIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
type RunAdminV2OperationWaiter ¶
type RunAdminV2OperationWaiter struct { Config *transport_tpg.Config UserAgent string Project string tpgresource.CommonOperationWaiter }
func (*RunAdminV2OperationWaiter) QueryOp ¶
func (w *RunAdminV2OperationWaiter) QueryOp() (interface{}, error)
Source Files ¶
- cloud_run_v2_operation.go
- data_source_google_cloud_run_v2_job.go
- data_source_google_cloud_run_v2_service.go
- iam_cloud_run_v2_job.go
- iam_cloud_run_v2_service.go
- resource_cloud_run_v2_job.go
- resource_cloud_run_v2_job_sweeper.go
- resource_cloud_run_v2_service.go
- resource_cloud_run_v2_service_sweeper.go
- runadminv3_operation.go
Click to show internal directories.
Click to hide internal directories.