methodSelectors = $methodSelectors; } /** * @return GoogleIdentityAccesscontextmanagerV1MethodSelector[] */ public function getMethodSelectors() { return $this->methodSelectors; } /** * @param string */ public function setServiceName($serviceName) { $this->serviceName = $serviceName; } /** * @return string */ public function getServiceName() { return $this->serviceName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleIdentityAccesscontextmanagerV1ApiOperation::class, 'Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1ApiOperation');