GoogleCloudAiplatformV1IndexPrivateEndpoints class

IndexPrivateEndpoints proto is used to provide paths for users to send requests via private endpoints (e.g. private service access, private service connect).

To send request via private service access, use match_grpc_address. To send request via private service connect, use service_attachment.

Properties

hashCode int
The hash code for this object.
no setterinherited
matchGrpcAddress String?
The ip address used to send match gRPC requests.
getter/setter pair
pscAutomatedEndpoints List<GoogleCloudAiplatformV1PscAutomatedEndpoints>?
PscAutomatedEndpoints is populated if private service connect is enabled if PscAutomatedConfig is set.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAttachment String?
The name of the service attachment resource.
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