GoogleCloudAiplatformV1IndexPrivateEndpoints constructor

GoogleCloudAiplatformV1IndexPrivateEndpoints({
  1. String? matchGrpcAddress,
  2. List<GoogleCloudAiplatformV1PscAutomatedEndpoints>? pscAutomatedEndpoints,
  3. String? serviceAttachment,
})

Implementation

GoogleCloudAiplatformV1IndexPrivateEndpoints({
  this.matchGrpcAddress,
  this.pscAutomatedEndpoints,
  this.serviceAttachment,
});