!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/dokan/script/vendor/google/apiclient-services/src/Google/Service/DataLabeling/   drwxrwxrwx
Free 13.2 GB of 57.97 GB (22.77%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     GoogleCloudDatalabelingV1alpha1LabelOperationMetadata.php (11.33 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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.
 */

class Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelOperationMetadata extends Google_Collection
{
  protected 
$collection_key 'partialFailures';
  public 
$annotatedDataset;
  public 
$createTime;
  public 
$dataset;
  protected 
$imageBoundingBoxDetailsType 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageBoundingBoxOperationMetadata';
  protected 
$imageBoundingBoxDetailsDataType '';
  protected 
$imageBoundingPolyDetailsType 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageBoundingPolyOperationMetadata';
  protected 
$imageBoundingPolyDetailsDataType '';
  protected 
$imageClassificationDetailsType 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageClassificationOperationMetadata';
  protected 
$imageClassificationDetailsDataType '';
  protected 
$imageOrientedBoundingBoxDetailsType 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageOrientedBoundingBoxOperationMetadata';
  protected 
$imageOrientedBoundingBoxDetailsDataType '';
  protected 
$imagePolylineDetailsType 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImagePolylineOperationMetadata';
  protected 
$imagePolylineDetailsDataType '';
  protected 
$imageSegmentationDetailsType 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageSegmentationOperationMetadata';
  protected 
$imageSegmentationDetailsDataType '';
  protected 
$partialFailuresType 'Google_Service_DataLabeling_GoogleRpcStatus';
  protected 
$partialFailuresDataType 'array';
  public 
$progressPercent;
  protected 
$textClassificationDetailsType 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelTextClassificationOperationMetadata';
  protected 
$textClassificationDetailsDataType '';
  protected 
$textEntityExtractionDetailsType 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelTextEntityExtractionOperationMetadata';
  protected 
$textEntityExtractionDetailsDataType '';
  protected 
$videoClassificationDetailsType 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoClassificationOperationMetadata';
  protected 
$videoClassificationDetailsDataType '';
  protected 
$videoEventDetailsType 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoEventOperationMetadata';
  protected 
$videoEventDetailsDataType '';
  protected 
$videoObjectDetectionDetailsType 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata';
  protected 
$videoObjectDetectionDetailsDataType '';
  protected 
$videoObjectTrackingDetailsType 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoObjectTrackingOperationMetadata';
  protected 
$videoObjectTrackingDetailsDataType '';

  public function 
setAnnotatedDataset($annotatedDataset)
  {
    
$this->annotatedDataset $annotatedDataset;
  }
  public function 
getAnnotatedDataset()
  {
    return 
$this->annotatedDataset;
  }
  public function 
setCreateTime($createTime)
  {
    
$this->createTime $createTime;
  }
  public function 
getCreateTime()
  {
    return 
$this->createTime;
  }
  public function 
setDataset($dataset)
  {
    
$this->dataset $dataset;
  }
  public function 
getDataset()
  {
    return 
$this->dataset;
  }
  
/**
   * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageBoundingBoxOperationMetadata
   */
  
public function setImageBoundingBoxDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageBoundingBoxOperationMetadata $imageBoundingBoxDetails)
  {
    
$this->imageBoundingBoxDetails $imageBoundingBoxDetails;
  }
  
/**
   * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageBoundingBoxOperationMetadata
   */
  
public function getImageBoundingBoxDetails()
  {
    return 
$this->imageBoundingBoxDetails;
  }
  
/**
   * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageBoundingPolyOperationMetadata
   */
  
public function setImageBoundingPolyDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageBoundingPolyOperationMetadata $imageBoundingPolyDetails)
  {
    
$this->imageBoundingPolyDetails $imageBoundingPolyDetails;
  }
  
/**
   * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageBoundingPolyOperationMetadata
   */
  
public function getImageBoundingPolyDetails()
  {
    return 
$this->imageBoundingPolyDetails;
  }
  
/**
   * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageClassificationOperationMetadata
   */
  
public function setImageClassificationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageClassificationOperationMetadata $imageClassificationDetails)
  {
    
$this->imageClassificationDetails $imageClassificationDetails;
  }
  
/**
   * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageClassificationOperationMetadata
   */
  
public function getImageClassificationDetails()
  {
    return 
$this->imageClassificationDetails;
  }
  
/**
   * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageOrientedBoundingBoxOperationMetadata
   */
  
public function setImageOrientedBoundingBoxDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageOrientedBoundingBoxOperationMetadata $imageOrientedBoundingBoxDetails)
  {
    
$this->imageOrientedBoundingBoxDetails $imageOrientedBoundingBoxDetails;
  }
  
/**
   * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageOrientedBoundingBoxOperationMetadata
   */
  
public function getImageOrientedBoundingBoxDetails()
  {
    return 
$this->imageOrientedBoundingBoxDetails;
  }
  
/**
   * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImagePolylineOperationMetadata
   */
  
public function setImagePolylineDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImagePolylineOperationMetadata $imagePolylineDetails)
  {
    
$this->imagePolylineDetails $imagePolylineDetails;
  }
  
/**
   * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImagePolylineOperationMetadata
   */
  
public function getImagePolylineDetails()
  {
    return 
$this->imagePolylineDetails;
  }
  
/**
   * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageSegmentationOperationMetadata
   */
  
public function setImageSegmentationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageSegmentationOperationMetadata $imageSegmentationDetails)
  {
    
$this->imageSegmentationDetails $imageSegmentationDetails;
  }
  
/**
   * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelImageSegmentationOperationMetadata
   */
  
public function getImageSegmentationDetails()
  {
    return 
$this->imageSegmentationDetails;
  }
  
/**
   * @param Google_Service_DataLabeling_GoogleRpcStatus[]
   */
  
public function setPartialFailures($partialFailures)
  {
    
$this->partialFailures $partialFailures;
  }
  
/**
   * @return Google_Service_DataLabeling_GoogleRpcStatus[]
   */
  
public function getPartialFailures()
  {
    return 
$this->partialFailures;
  }
  public function 
setProgressPercent($progressPercent)
  {
    
$this->progressPercent $progressPercent;
  }
  public function 
getProgressPercent()
  {
    return 
$this->progressPercent;
  }
  
/**
   * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelTextClassificationOperationMetadata
   */
  
public function setTextClassificationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelTextClassificationOperationMetadata $textClassificationDetails)
  {
    
$this->textClassificationDetails $textClassificationDetails;
  }
  
/**
   * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelTextClassificationOperationMetadata
   */
  
public function getTextClassificationDetails()
  {
    return 
$this->textClassificationDetails;
  }
  
/**
   * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelTextEntityExtractionOperationMetadata
   */
  
public function setTextEntityExtractionDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelTextEntityExtractionOperationMetadata $textEntityExtractionDetails)
  {
    
$this->textEntityExtractionDetails $textEntityExtractionDetails;
  }
  
/**
   * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelTextEntityExtractionOperationMetadata
   */
  
public function getTextEntityExtractionDetails()
  {
    return 
$this->textEntityExtractionDetails;
  }
  
/**
   * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoClassificationOperationMetadata
   */
  
public function setVideoClassificationDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoClassificationOperationMetadata $videoClassificationDetails)
  {
    
$this->videoClassificationDetails $videoClassificationDetails;
  }
  
/**
   * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoClassificationOperationMetadata
   */
  
public function getVideoClassificationDetails()
  {
    return 
$this->videoClassificationDetails;
  }
  
/**
   * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoEventOperationMetadata
   */
  
public function setVideoEventDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoEventOperationMetadata $videoEventDetails)
  {
    
$this->videoEventDetails $videoEventDetails;
  }
  
/**
   * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoEventOperationMetadata
   */
  
public function getVideoEventDetails()
  {
    return 
$this->videoEventDetails;
  }
  
/**
   * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata
   */
  
public function setVideoObjectDetectionDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata $videoObjectDetectionDetails)
  {
    
$this->videoObjectDetectionDetails $videoObjectDetectionDetails;
  }
  
/**
   * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata
   */
  
public function getVideoObjectDetectionDetails()
  {
    return 
$this->videoObjectDetectionDetails;
  }
  
/**
   * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoObjectTrackingOperationMetadata
   */
  
public function setVideoObjectTrackingDetails(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoObjectTrackingOperationMetadata $videoObjectTrackingDetails)
  {
    
$this->videoObjectTrackingDetails $videoObjectTrackingDetails;
  }
  
/**
   * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1LabelVideoObjectTrackingOperationMetadata
   */
  
public function getVideoObjectTrackingDetails()
  {
    return 
$this->videoObjectTrackingDetails;
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0056 ]--