matchGrpcAddress = $matchGrpcAddress; } /** * @return string */ public function getMatchGrpcAddress() { return $this->matchGrpcAddress; } /** * @param GoogleCloudAiplatformV1PscAutomatedEndpoints[] */ public function setPscAutomatedEndpoints($pscAutomatedEndpoints) { $this->pscAutomatedEndpoints = $pscAutomatedEndpoints; } /** * @return GoogleCloudAiplatformV1PscAutomatedEndpoints[] */ public function getPscAutomatedEndpoints() { return $this->pscAutomatedEndpoints; } /** * @param string */ 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');