/var/www/flurhymez/vendor/google/apiclient-services/src/Datapipelines
NameSizeModeActions
Resource/-0755rm
GoogleCloudDatapipelinesV1DataflowJobDetails.php18710644editdlrm
GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment.php57370644editdlrm
GoogleCloudDatapipelinesV1Job.php29740644editdlrm
GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter.php32800644editdlrm
GoogleCloudDatapipelinesV1LaunchFlexTemplateRequest.php23220644editdlrm
GoogleCloudDatapipelinesV1LaunchTemplateParameters.php25670644editdlrm
GoogleCloudDatapipelinesV1LaunchTemplateRequest.php25610644editdlrm
GoogleCloudDatapipelinesV1ListPipelinesResponse.php16900644editdlrm
GoogleCloudDatapipelinesV1Pipeline.php43270644editdlrm
GoogleCloudDatapipelinesV1RunPipelineRequest.php9420644editdlrm
GoogleCloudDatapipelinesV1RunPipelineResponse.php12970644editdlrm
GoogleCloudDatapipelinesV1RuntimeEnvironment.php57860644editdlrm
GoogleCloudDatapipelinesV1ScheduleSpec.php17320644editdlrm
GoogleCloudDatapipelinesV1SdkVersion.php18240644editdlrm
GoogleCloudDatapipelinesV1StopPipelineRequest.php9450644editdlrm
GoogleCloudDatapipelinesV1Workload.php21750644editdlrm
GoogleProtobufEmpty.php8670644editdlrm
GoogleRpcStatus.php16400644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Datapipelines/GoogleRpcStatus.php (1640B)
code = $code; } /** * @return int */ public function getCode() { return $this->code; } /** * @param array[] */ public function setDetails($details) { $this->details = $details; } /** * @return array[] */ public function getDetails() { return $this->details; } /** * @param string */ public function setMessage($message) { $this->message = $message; } /** * @return string */ public function getMessage() { return $this->message; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleRpcStatus::class, 'Google_Service_Datapipelines_GoogleRpcStatus');