ProjectsLocationsClientsResource class

Constructors

ProjectsLocationsClientsResource(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

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.
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
toString() String
A string representation of this object.
inherited

Operators

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