/
var
/
www
/
flurhymez
/
vendor
/
google
/
apiclient-services
/
src
/
Logging
/
/var/www/flurhymez/vendor/google/apiclient-services/src/Logging
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
BigQueryOptions.php
1601
0644
edit
dl
rm
BucketOptions.php
1939
0644
edit
dl
rm
CancelOperationRequest.php
864
0644
edit
dl
rm
CmekSettings.php
1663
0644
edit
dl
rm
CopyLogEntriesMetadata.php
2885
0644
edit
dl
rm
CopyLogEntriesRequest.php
1627
0644
edit
dl
rm
CopyLogEntriesResponse.php
1218
0644
edit
dl
rm
Explicit.php
1024
0644
edit
dl
rm
Exponential.php
1488
0644
edit
dl
rm
HttpRequest.php
5029
0644
edit
dl
rm
LabelDescriptor.php
1623
0644
edit
dl
rm
Linear.php
1431
0644
edit
dl
rm
ListBucketsResponse.php
1501
0644
edit
dl
rm
ListExclusionsResponse.php
1546
0644
edit
dl
rm
ListLocationsResponse.php
1522
0644
edit
dl
rm
ListLogEntriesRequest.php
2524
0644
edit
dl
rm
ListLogEntriesResponse.php
1507
0644
edit
dl
rm
ListLogMetricsResponse.php
1510
0644
edit
dl
rm
ListLogsResponse.php
1459
0644
edit
dl
rm
ListMonitoredResourceDescriptorsResponse.php
1726
0644
edit
dl
rm
ListOperationsResponse.php
1537
0644
edit
dl
rm
ListSinksResponse.php
1471
0644
edit
dl
rm
ListViewsResponse.php
1471
0644
edit
dl
rm
Location.php
2135
0644
edit
dl
rm
LogBucket.php
3463
0644
edit
dl
rm
LogEntry.php
5901
0644
edit
dl
rm
LogEntryOperation.php
1795
0644
edit
dl
rm
LogEntrySourceLocation.php
1595
0644
edit
dl
rm
LogExclusion.php
2408
0644
edit
dl
rm
LoggingEmpty.php
834
0644
edit
dl
rm
LogLine.php
1971
0644
edit
dl
rm
LogMetric.php
4045
0644
edit
dl
rm
LogSink.php
4399
0644
edit
dl
rm
LogView.php
2137
0644
edit
dl
rm
MetricDescriptor.php
4053
0644
edit
dl
rm
MetricDescriptorMetadata.php
1727
0644
edit
dl
rm
MonitoredResource.php
1338
0644
edit
dl
rm
MonitoredResourceDescriptor.php
2554
0644
edit
dl
rm
MonitoredResourceMetadata.php
1449
0644
edit
dl
rm
Operation.php
2093
0644
edit
dl
rm
RequestLog.php
9702
0644
edit
dl
rm
SourceLocation.php
1599
0644
edit
dl
rm
SourceReference.php
1396
0644
edit
dl
rm
Status.php
1601
0644
edit
dl
rm
SuppressionInfo.php
1394
0644
edit
dl
rm
TableFieldSchema.php
1824
0644
edit
dl
rm
TableSchema.php
1192
0644
edit
dl
rm
TailLogEntriesRequest.php
1755
0644
edit
dl
rm
TailLogEntriesResponse.php
1602
0644
edit
dl
rm
UndeleteBucketRequest.php
861
0644
edit
dl
rm
WriteLogEntriesRequest.php
2602
0644
edit
dl
rm
WriteLogEntriesResponse.php
867
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/google/apiclient-services/src/Logging/MetricDescriptorMetadata.php
(1727B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Logging; class MetricDescriptorMetadata extends \Google\Model { /** * @var string */ public $ingestDelay; /** * @var string */ public $launchStage; /** * @var string */ public $samplePeriod; /** * @param string */ public function setIngestDelay($ingestDelay) { $this->ingestDelay = $ingestDelay; } /** * @return string */ public function getIngestDelay() { return $this->ingestDelay; } /** * @param string */ public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } /** * @return string */ public function getLaunchStage() { return $this->launchStage; } /** * @param string */ public function setSamplePeriod($samplePeriod) { $this->samplePeriod = $samplePeriod; } /** * @return string */ public function getSamplePeriod() { return $this->samplePeriod; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MetricDescriptorMetadata::class, 'Google_Service_Logging_MetricDescriptorMetadata');
Save
cmd:
run