VertexAIIndexPrivateEndpoints 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.
- Annotations
-
- @immutable
Constructors
- VertexAIIndexPrivateEndpoints.new({required String matchGrpcAddress, required String serviceAttachment})
-
IndexPrivateEndpoints proto is used to provide paths for users to send
requests via private endpoints (e.g. private service access, private service
connect).
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- matchGrpcAddress → String
-
The ip address used to send match gRPC requests.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAttachment → String
-
The name of the service attachment resource.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant VertexAIIndexPrivateEndpoints other) → bool -
The equality operator.
override