/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ServiceUser
NameSizeModeActions
Resource/-0755rm
Api.php27220644editdlrm
Authentication.php15000644editdlrm
AuthenticationRule.php20190644editdlrm
AuthorizationConfig.php8470644editdlrm
AuthProvider.php15200644editdlrm
AuthRequirement.php10340644editdlrm
Backend.php10730644editdlrm
BackendRule.php13630644editdlrm
Billing.php12290644editdlrm
BillingDestination.php11180644editdlrm
Context.php10730644editdlrm
ContextRule.php18050644editdlrm
Control.php8560644editdlrm
CustomError.php12380644editdlrm
CustomErrorRule.php10340644editdlrm
CustomHttpPattern.php9590644editdlrm
DisableServiceRequest.php6780644editdlrm
Documentation.php20270644editdlrm
DocumentationRule.php13040644editdlrm
EnableServiceRequest.php6770644editdlrm
Endpoint.php15210644editdlrm
Enum.php22310644editdlrm
EnumValue.php13760644editdlrm
Experimental.php11640644editdlrm
Field.php25760644editdlrm
Http.php13710644editdlrm
HttpRule.php28390644editdlrm
LabelDescriptor.php11760644editdlrm
ListEnabledServicesResponse.php13400644editdlrm
LogDescriptor.php16240644editdlrm
Logging.php17340644editdlrm
LoggingDestination.php10940644editdlrm
Method.php22630644editdlrm
MetricDescriptor.php27460644editdlrm
MetricDescriptorMetadata.php12620644editdlrm
MetricRule.php10290644editdlrm
Mixin.php9470644editdlrm
MonitoredResourceDescriptor.php17800644editdlrm
Monitoring.php17550644editdlrm
MonitoringDestination.php11210644editdlrm
OAuthRequirements.php8940644editdlrm
Operation.php16690644editdlrm
OperationMetadata.php16840644editdlrm
Option.php9550644editdlrm
Page.php13810644editdlrm
PublishedService.php12140644editdlrm
Quota.php14910644editdlrm
QuotaLimit.php23540644editdlrm
SearchServicesResponse.php13350644editdlrm
Service.php109650644editdlrm
SourceContext.php8410644editdlrm
SourceInfo.php9090644editdlrm
Status.php11780644editdlrm
Step.php10090644editdlrm
SystemParameter.php12320644editdlrm
SystemParameterRule.php13120644editdlrm
SystemParameters.php11060644editdlrm
Type.php23510644editdlrm
Usage.php15660644editdlrm
UsageRule.php13450644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Service.php (10965B)
apis = $apis; } /** * @return Google_Service_ServiceUser_Api */ public function getApis() { return $this->apis; } /** * @param Google_Service_ServiceUser_Authentication */ public function setAuthentication(Google_Service_ServiceUser_Authentication $authentication) { $this->authentication = $authentication; } /** * @return Google_Service_ServiceUser_Authentication */ public function getAuthentication() { return $this->authentication; } /** * @param Google_Service_ServiceUser_Backend */ public function setBackend(Google_Service_ServiceUser_Backend $backend) { $this->backend = $backend; } /** * @return Google_Service_ServiceUser_Backend */ public function getBackend() { return $this->backend; } /** * @param Google_Service_ServiceUser_Billing */ public function setBilling(Google_Service_ServiceUser_Billing $billing) { $this->billing = $billing; } /** * @return Google_Service_ServiceUser_Billing */ public function getBilling() { return $this->billing; } public function setConfigVersion($configVersion) { $this->configVersion = $configVersion; } public function getConfigVersion() { return $this->configVersion; } /** * @param Google_Service_ServiceUser_Context */ public function setContext(Google_Service_ServiceUser_Context $context) { $this->context = $context; } /** * @return Google_Service_ServiceUser_Context */ public function getContext() { return $this->context; } /** * @param Google_Service_ServiceUser_Control */ public function setControl(Google_Service_ServiceUser_Control $control) { $this->control = $control; } /** * @return Google_Service_ServiceUser_Control */ public function getControl() { return $this->control; } /** * @param Google_Service_ServiceUser_CustomError */ public function setCustomError(Google_Service_ServiceUser_CustomError $customError) { $this->customError = $customError; } /** * @return Google_Service_ServiceUser_CustomError */ public function getCustomError() { return $this->customError; } /** * @param Google_Service_ServiceUser_Documentation */ public function setDocumentation(Google_Service_ServiceUser_Documentation $documentation) { $this->documentation = $documentation; } /** * @return Google_Service_ServiceUser_Documentation */ public function getDocumentation() { return $this->documentation; } /** * @param Google_Service_ServiceUser_Endpoint */ public function setEndpoints($endpoints) { $this->endpoints = $endpoints; } /** * @return Google_Service_ServiceUser_Endpoint */ public function getEndpoints() { return $this->endpoints; } /** * @param Google_Service_ServiceUser_Enum */ public function setEnums($enums) { $this->enums = $enums; } /** * @return Google_Service_ServiceUser_Enum */ public function getEnums() { return $this->enums; } /** * @param Google_Service_ServiceUser_Experimental */ public function setExperimental(Google_Service_ServiceUser_Experimental $experimental) { $this->experimental = $experimental; } /** * @return Google_Service_ServiceUser_Experimental */ public function getExperimental() { return $this->experimental; } /** * @param Google_Service_ServiceUser_Http */ public function setHttp(Google_Service_ServiceUser_Http $http) { $this->http = $http; } /** * @return Google_Service_ServiceUser_Http */ public function getHttp() { return $this->http; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_ServiceUser_Logging */ public function setLogging(Google_Service_ServiceUser_Logging $logging) { $this->logging = $logging; } /** * @return Google_Service_ServiceUser_Logging */ public function getLogging() { return $this->logging; } /** * @param Google_Service_ServiceUser_LogDescriptor */ public function setLogs($logs) { $this->logs = $logs; } /** * @return Google_Service_ServiceUser_LogDescriptor */ public function getLogs() { return $this->logs; } /** * @param Google_Service_ServiceUser_MetricDescriptor */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_ServiceUser_MetricDescriptor */ public function getMetrics() { return $this->metrics; } /** * @param Google_Service_ServiceUser_MonitoredResourceDescriptor */ public function setMonitoredResources($monitoredResources) { $this->monitoredResources = $monitoredResources; } /** * @return Google_Service_ServiceUser_MonitoredResourceDescriptor */ public function getMonitoredResources() { return $this->monitoredResources; } /** * @param Google_Service_ServiceUser_Monitoring */ public function setMonitoring(Google_Service_ServiceUser_Monitoring $monitoring) { $this->monitoring = $monitoring; } /** * @return Google_Service_ServiceUser_Monitoring */ public function getMonitoring() { return $this->monitoring; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProducerProjectId($producerProjectId) { $this->producerProjectId = $producerProjectId; } public function getProducerProjectId() { return $this->producerProjectId; } /** * @param Google_Service_ServiceUser_Quota */ public function setQuota(Google_Service_ServiceUser_Quota $quota) { $this->quota = $quota; } /** * @return Google_Service_ServiceUser_Quota */ public function getQuota() { return $this->quota; } /** * @param Google_Service_ServiceUser_SourceInfo */ public function setSourceInfo(Google_Service_ServiceUser_SourceInfo $sourceInfo) { $this->sourceInfo = $sourceInfo; } /** * @return Google_Service_ServiceUser_SourceInfo */ public function getSourceInfo() { return $this->sourceInfo; } /** * @param Google_Service_ServiceUser_SystemParameters */ public function setSystemParameters(Google_Service_ServiceUser_SystemParameters $systemParameters) { $this->systemParameters = $systemParameters; } /** * @return Google_Service_ServiceUser_SystemParameters */ public function getSystemParameters() { return $this->systemParameters; } /** * @param Google_Service_ServiceUser_Type */ public function setSystemTypes($systemTypes) { $this->systemTypes = $systemTypes; } /** * @return Google_Service_ServiceUser_Type */ public function getSystemTypes() { return $this->systemTypes; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } /** * @param Google_Service_ServiceUser_Type */ public function setTypes($types) { $this->types = $types; } /** * @return Google_Service_ServiceUser_Type */ public function getTypes() { return $this->types; } /** * @param Google_Service_ServiceUser_Usage */ public function setUsage(Google_Service_ServiceUser_Usage $usage) { $this->usage = $usage; } /** * @return Google_Service_ServiceUser_Usage */ public function getUsage() { return $this->usage; } }