matchGrpcAddress = $matchGrpcAddress; } /** * @return string */ public function getMatchGrpcAddress() { return $this->matchGrpcAddress; } /** * Output only. PscAutomatedEndpoints is populated if private service connect * is enabled if PscAutomatedConfig is set. * * @param GoogleCloudAiplatformV1PscAutomatedEndpoints[] $pscAutomatedEndpoints */ public function setPscAutomatedEndpoints($pscAutomatedEndpoints) { $this->pscAutomatedEndpoints = $pscAutomatedEndpoints; } /** * @return GoogleCloudAiplatformV1PscAutomatedEndpoints[] */ public function getPscAutomatedEndpoints() { return $this->pscAutomatedEndpoints; } /** * Output only. The name of the service attachment resource. Populated if * private service connect is enabled. * * @param string $serviceAttachment */ public function setServiceAttachment($serviceAttachment) { $this->serviceAttachment = $serviceAttachment; } /** * @return string */ public function getServiceAttachment() { return $this->serviceAttachment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1IndexPrivateEndpoints::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1IndexPrivateEndpoints');