ProjectsLocationsClientsResource class

Constructors

ProjectsLocationsClientsResource.new(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

changeConfig(GoogleCloudIntegrationsV1alphaChangeCustomerConfigRequest request, String parent, {String? $fields}) Future<GoogleCloudIntegrationsV1alphaChangeCustomerConfigResponse>
Updates the client customer configuration for the given project and location resource name
deprovision(GoogleCloudIntegrationsV1alphaDeprovisionClientRequest request, String parent, {String? $fields}) Future<GoogleProtobufEmpty>
Perform the deprovisioning steps to disable a user GCP project to use IP and purge all related data in a wipeout-compliant way.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
provision(GoogleCloudIntegrationsV1alphaProvisionClientRequest request, String parent, {String? $fields}) Future<GoogleProtobufEmpty>
Perform the provisioning steps to enable a user GCP project to use IP.
provisionClientPostProcessor(GoogleCloudIntegrationsV1alphaProvisionClientPostProcessorRequest request, String parent, {String? $fields}) Future<GoogleCloudIntegrationsV1alphaProvisionClientPostProcessorResponse>
Perform post provisioning steps after client is provisioned.
replace(GoogleCloudIntegrationsV1alphaReplaceServiceAccountRequest request, String parent, {String? $fields}) Future<GoogleProtobufEmpty>
Update run-as service account for provisioned client
switch_(GoogleCloudIntegrationsV1alphaSwitchEncryptionRequest request, String parent, {String? $fields}) Future<GoogleProtobufEmpty>
Update client from GMEK to CMEK
switchVariableMasking(GoogleCloudIntegrationsV1alphaSwitchVariableMaskingRequest request, String parent, {String? $fields}) Future<GoogleProtobufEmpty>
Update variable masking for provisioned client
toggleHttp(GoogleCloudIntegrationsV1alphaToggleHttpRequest request, String parent, {String? $fields}) Future<GoogleProtobufEmpty>
Enable/Disable http call for provisioned client
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited