ProjectsLocationsSemanticGovernancePoliciesResource class

Constructors

ProjectsLocationsSemanticGovernancePoliciesResource(ApiRequester client)

Properties

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

Methods

create(GoogleCloudAiplatformV1SemanticGovernancePolicy request, String parent, {String? semanticGovernancePolicyId, String? $fields}) Future<GoogleLongrunningOperation>
Creates a SemanticGovernancePolicy.
delete(String name, {String? etag, String? $fields}) Future<GoogleLongrunningOperation>
Deletes a SemanticGovernancePolicy.
get(String name, {String? $fields}) Future<GoogleCloudAiplatformV1SemanticGovernancePolicy>
Gets a SemanticGovernancePolicy.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudAiplatformV1ListSemanticGovernancePoliciesResponse>
Lists SemanticGovernancePolicies in a given location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudAiplatformV1SemanticGovernancePolicy request, String name, {String? updateMask, String? $fields}) Future<GoogleLongrunningOperation>
Updates a SemanticGovernancePolicy.
toString() String
A string representation of this object.
inherited

Operators

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