GoogleCloudAiplatformV1SemanticGovernancePolicyEngine class

Define a singleton SemanticGovernancePolicyEngine resource under a project and location.

Constructors

GoogleCloudAiplatformV1SemanticGovernancePolicyEngine({String? createTime, Map<String, GoogleCloudAiplatformV1GatewayConfig>? gatewayConfigs, String? ipAddress, String? name, String? pscForwardingRule, String? pscServiceAttachment, String? state, String? updateTime})
GoogleCloudAiplatformV1SemanticGovernancePolicyEngine.fromJson(Map json_)

Properties

createTime String?
Timestamp when this SemanticGovernancePolicyEngine was created.
getter/setter pair
gatewayConfigs Map<String, GoogleCloudAiplatformV1GatewayConfig>?
Configurations for gateways.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ipAddress String?
The private IPv4 address of the PSC endpoint.
getter/setter pair
name String?
Identifier.
getter/setter pair
pscForwardingRule String?
The URI of the PSC endpoint resource created in customer project.
getter/setter pair
pscServiceAttachment String?
URI of the PSC attachment resource provided by SGP.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of the SemanticGovernancePolicyEngine.
getter/setter pair
updateTime String?
Timestamp when this SemanticGovernancePolicyEngine was last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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