Home
last modified time | relevance | path

Searched refs:startTime (Results 26 – 50 of 261) sorted by path

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/
H A DScheduleTransferRunsRequest.php29 public $startTime; variable in Google\\Service\\BigQueryDataTransfer\\ScheduleTransferRunsRequest
48 public function setStartTime($startTime) argument
50 $this->startTime = $startTime;
57 return $this->startTime;
H A DTimeRange.php29 public $startTime; variable in Google\\Service\\BigQueryDataTransfer\\TimeRange
48 public function setStartTime($startTime) argument
50 $this->startTime = $startTime;
57 return $this->startTime;
H A DTransferRun.php65 public $startTime; variable in Google\\Service\\BigQueryDataTransfer\\TransferRun
236 public function setStartTime($startTime) argument
238 $this->startTime = $startTime;
245 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DBqmlTrainingRun.php28 public $startTime; variable in Google\\Service\\Bigquery\\BqmlTrainingRun
53 public function setStartTime($startTime) argument
55 $this->startTime = $startTime;
62 return $this->startTime;
H A DJobStatistics.php70 public $startTime; variable in Google\\Service\\Bigquery\\JobStatistics
289 public function setStartTime($startTime) argument
291 $this->startTime = $startTime;
298 return $this->startTime;
H A DTrainingRun.php36 public $startTime; variable in Google\\Service\\Bigquery\\TrainingRun
121 public function setStartTime($startTime) argument
123 $this->startTime = $startTime;
130 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBigtableAdmin.php582 'startTime' => [
H A DCloudAsset.php415 'readTimeWindow.startTime' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DBackup.php47 public $startTime; variable in Google\\Service\\BigtableAdmin\\Backup
140 public function setStartTime($startTime) argument
142 $this->startTime = $startTime;
149 return $this->startTime;
H A DBackupInfo.php37 public $startTime; variable in Google\\Service\\BigtableAdmin\\BackupInfo
84 public function setStartTime($startTime) argument
86 $this->startTime = $startTime;
93 return $this->startTime;
H A DCreateBackupMetadata.php37 public $startTime; variable in Google\\Service\\BigtableAdmin\\CreateBackupMetadata
84 public function setStartTime($startTime) argument
86 $this->startTime = $startTime;
93 return $this->startTime;
H A DHotTablet.php45 public $startTime; variable in Google\\Service\\BigtableAdmin\\HotTablet
124 public function setStartTime($startTime) argument
126 $this->startTime = $startTime;
133 return $this->startTime;
H A DOperationProgress.php33 public $startTime; variable in Google\\Service\\BigtableAdmin\\OperationProgress
66 public function setStartTime($startTime) argument
68 $this->startTime = $startTime;
75 return $this->startTime;
H A DUndeleteTableMetadata.php33 public $startTime; variable in Google\\Service\\BigtableAdmin\\UndeleteTableMetadata
66 public function setStartTime($startTime) argument
68 $this->startTime = $startTime;
75 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DTimeWindow.php29 public $startTime; variable in Google\\Service\\CloudAsset\\TimeWindow
48 public function setStartTime($startTime) argument
50 $this->startTime = $startTime;
57 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuild.php88 public $startTime; variable in Google\\Service\\CloudBuild\\Build
399 public function setStartTime($startTime) argument
401 $this->startTime = $startTime;
408 return $this->startTime;
H A DTimeSpan.php29 public $startTime; variable in Google\\Service\\CloudBuild\\TimeSpan
48 public function setStartTime($startTime) argument
50 $this->startTime = $startTime;
57 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudComposer/
H A DMaintenanceWindow.php33 public $startTime; variable in Google\\Service\\CloudComposer\\MaintenanceWindow
66 public function setStartTime($startTime) argument
68 $this->startTime = $startTime;
75 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1Job.php49 public $startTime; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Job
146 public function setStartTime($startTime) argument
148 $this->startTime = $startTime;
155 return $this->startTime;
H A DGoogleCloudDataplexV1JobEvent.php49 public $startTime; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1JobEvent
146 public function setStartTime($startTime) argument
148 $this->startTime = $startTime;
155 return $this->startTime;
H A DGoogleCloudDataplexV1TaskTriggerSpec.php37 public $startTime; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1TaskTriggerSpec
88 public function setStartTime($startTime) argument
90 $this->startTime = $startTime;
97 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DDailyCycle.php46 public function setStartTime(TimeOfDay $startTime) argument
48 $this->startTime = $startTime;
55 return $this->startTime;
H A DGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php41 public $startTime; variable in Google\\Service\\CloudFilestore\\GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule
102 public function setStartTime($startTime) argument
104 $this->startTime = $startTime;
111 return $this->startTime;
H A DGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion.php25 public $startTime; variable in Google\\Service\\CloudFilestore\\GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion
51 public function setStartTime($startTime) argument
53 $this->startTime = $startTime;
57 return $this->startTime;
H A DSchedule.php64 public function setStartTime(TimeOfDay $startTime) argument
66 $this->startTime = $startTime;
73 return $this->startTime;

1234567891011