apiSource = $apiSource; } /** * @return string */ public function getApiSource() { return $this->apiSource; } /** * @param GoogleCloudApigeeV1Attribute[] */ public function setAttributes($attributes) { $this->attributes = $attributes; } /** * @return GoogleCloudApigeeV1Attribute[] */ public function getAttributes() { return $this->attributes; } /** * @param string[] */ public function setMethods($methods) { $this->methods = $methods; } /** * @return string[] */ public function getMethods() { return $this->methods; } /** * @param GoogleCloudApigeeV1Quota */ public function setQuota(GoogleCloudApigeeV1Quota $quota) { $this->quota = $quota; } /** * @return GoogleCloudApigeeV1Quota */ public function getQuota() { return $this->quota; } /** * @param string */ public function setService($service) { $this->service = $service; } /** * @return string */ public function getService() { return $this->service; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1GrpcOperationConfig::class, 'Google_Service_Apigee_GoogleCloudApigeeV1GrpcOperationConfig');