!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/main_file/vendor/google/apiclient-services/src/Contentwarehouse/   drwxr-xr-x
Free 13.22 GB of 57.97 GB (22.81%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     IndexingEmbeddedContentRenderingOutputMetadata.php (8.3 KB)      -rw-r--r--
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.
 */

namespace Google\Service\Contentwarehouse;

class 
IndexingEmbeddedContentRenderingOutputMetadata extends \Google\Collection
{
  protected 
$collection_key 'renderEvent';
  protected 
$configParamsType IndexingEmbeddedContentRenderRequestConfigConfigParams::class;
  protected 
$configParamsDataType '';
  
/**
   * @var string
   */
  
public $exceptions;
  
/**
   * @var int
   */
  
public $experimentalRenderTimeMsec;
  protected 
$generationTimestampsType IndexingEmbeddedContentOutputGenerationTimestamps::class;
  protected 
$generationTimestampsDataType '';
  
/**
   * @var int
   */
  
public $importance;
  
/**
   * @var int
   */
  
public $lastNewContentProbingTimestamp;
  public 
$newTokensPercentageAfterRendering;
  
/**
   * @var int
   */
  
public $numNewTokensFoundInRendering;
  
/**
   * @var bool
   */
  
public $refresh;
  protected 
$renderCacheStatsType IndexingEmbeddedContentRenderCacheStats::class;
  protected 
$renderCacheStatsDataType '';
  
/**
   * @var string
   */
  
public $renderEngine;
  protected 
$renderEventType HtmlrenderWebkitHeadlessProtoRenderEvent::class;
  protected 
$renderEventDataType 'array';
  
/**
   * @var string
   */
  
public $renderServerCl;
  public 
$renderTreeQualityScore;
  
/**
   * @var string
   */
  
public $renderedSnapshotSignature;
  
/**
   * @var string
   */
  
public $renderedTimeUsec;
  protected 
$renderingFetchStatsType IndexingEmbeddedContentRenderingFetchStats::class;
  protected 
$renderingFetchStatsDataType '';
  protected 
$selectionResultType IndexingEmbeddedContentSelectionResult::class;
  protected 
$selectionResultDataType '';
  public 
$snapshotQualityScore;
  
/**
   * @var bool
   */
  
public $withMissingResources;

  
/**
   * @param IndexingEmbeddedContentRenderRequestConfigConfigParams
   */
  
public function setConfigParams(IndexingEmbeddedContentRenderRequestConfigConfigParams $configParams)
  {
    
$this->configParams $configParams;
  }
  
/**
   * @return IndexingEmbeddedContentRenderRequestConfigConfigParams
   */
  
public function getConfigParams()
  {
    return 
$this->configParams;
  }
  
/**
   * @param string
   */
  
public function setExceptions($exceptions)
  {
    
$this->exceptions $exceptions;
  }
  
/**
   * @return string
   */
  
public function getExceptions()
  {
    return 
$this->exceptions;
  }
  
/**
   * @param int
   */
  
public function setExperimentalRenderTimeMsec($experimentalRenderTimeMsec)
  {
    
$this->experimentalRenderTimeMsec $experimentalRenderTimeMsec;
  }
  
/**
   * @return int
   */
  
public function getExperimentalRenderTimeMsec()
  {
    return 
$this->experimentalRenderTimeMsec;
  }
  
/**
   * @param IndexingEmbeddedContentOutputGenerationTimestamps
   */
  
public function setGenerationTimestamps(IndexingEmbeddedContentOutputGenerationTimestamps $generationTimestamps)
  {
    
$this->generationTimestamps $generationTimestamps;
  }
  
/**
   * @return IndexingEmbeddedContentOutputGenerationTimestamps
   */
  
public function getGenerationTimestamps()
  {
    return 
$this->generationTimestamps;
  }
  
/**
   * @param int
   */
  
public function setImportance($importance)
  {
    
$this->importance $importance;
  }
  
/**
   * @return int
   */
  
public function getImportance()
  {
    return 
$this->importance;
  }
  
/**
   * @param int
   */
  
public function setLastNewContentProbingTimestamp($lastNewContentProbingTimestamp)
  {
    
$this->lastNewContentProbingTimestamp $lastNewContentProbingTimestamp;
  }
  
/**
   * @return int
   */
  
public function getLastNewContentProbingTimestamp()
  {
    return 
$this->lastNewContentProbingTimestamp;
  }
  public function 
setNewTokensPercentageAfterRendering($newTokensPercentageAfterRendering)
  {
    
$this->newTokensPercentageAfterRendering $newTokensPercentageAfterRendering;
  }
  public function 
getNewTokensPercentageAfterRendering()
  {
    return 
$this->newTokensPercentageAfterRendering;
  }
  
/**
   * @param int
   */
  
public function setNumNewTokensFoundInRendering($numNewTokensFoundInRendering)
  {
    
$this->numNewTokensFoundInRendering $numNewTokensFoundInRendering;
  }
  
/**
   * @return int
   */
  
public function getNumNewTokensFoundInRendering()
  {
    return 
$this->numNewTokensFoundInRendering;
  }
  
/**
   * @param bool
   */
  
public function setRefresh($refresh)
  {
    
$this->refresh $refresh;
  }
  
/**
   * @return bool
   */
  
public function getRefresh()
  {
    return 
$this->refresh;
  }
  
/**
   * @param IndexingEmbeddedContentRenderCacheStats
   */
  
public function setRenderCacheStats(IndexingEmbeddedContentRenderCacheStats $renderCacheStats)
  {
    
$this->renderCacheStats $renderCacheStats;
  }
  
/**
   * @return IndexingEmbeddedContentRenderCacheStats
   */
  
public function getRenderCacheStats()
  {
    return 
$this->renderCacheStats;
  }
  
/**
   * @param string
   */
  
public function setRenderEngine($renderEngine)
  {
    
$this->renderEngine $renderEngine;
  }
  
/**
   * @return string
   */
  
public function getRenderEngine()
  {
    return 
$this->renderEngine;
  }
  
/**
   * @param HtmlrenderWebkitHeadlessProtoRenderEvent[]
   */
  
public function setRenderEvent($renderEvent)
  {
    
$this->renderEvent $renderEvent;
  }
  
/**
   * @return HtmlrenderWebkitHeadlessProtoRenderEvent[]
   */
  
public function getRenderEvent()
  {
    return 
$this->renderEvent;
  }
  
/**
   * @param string
   */
  
public function setRenderServerCl($renderServerCl)
  {
    
$this->renderServerCl $renderServerCl;
  }
  
/**
   * @return string
   */
  
public function getRenderServerCl()
  {
    return 
$this->renderServerCl;
  }
  public function 
setRenderTreeQualityScore($renderTreeQualityScore)
  {
    
$this->renderTreeQualityScore $renderTreeQualityScore;
  }
  public function 
getRenderTreeQualityScore()
  {
    return 
$this->renderTreeQualityScore;
  }
  
/**
   * @param string
   */
  
public function setRenderedSnapshotSignature($renderedSnapshotSignature)
  {
    
$this->renderedSnapshotSignature $renderedSnapshotSignature;
  }
  
/**
   * @return string
   */
  
public function getRenderedSnapshotSignature()
  {
    return 
$this->renderedSnapshotSignature;
  }
  
/**
   * @param string
   */
  
public function setRenderedTimeUsec($renderedTimeUsec)
  {
    
$this->renderedTimeUsec $renderedTimeUsec;
  }
  
/**
   * @return string
   */
  
public function getRenderedTimeUsec()
  {
    return 
$this->renderedTimeUsec;
  }
  
/**
   * @param IndexingEmbeddedContentRenderingFetchStats
   */
  
public function setRenderingFetchStats(IndexingEmbeddedContentRenderingFetchStats $renderingFetchStats)
  {
    
$this->renderingFetchStats $renderingFetchStats;
  }
  
/**
   * @return IndexingEmbeddedContentRenderingFetchStats
   */
  
public function getRenderingFetchStats()
  {
    return 
$this->renderingFetchStats;
  }
  
/**
   * @param IndexingEmbeddedContentSelectionResult
   */
  
public function setSelectionResult(IndexingEmbeddedContentSelectionResult $selectionResult)
  {
    
$this->selectionResult $selectionResult;
  }
  
/**
   * @return IndexingEmbeddedContentSelectionResult
   */
  
public function getSelectionResult()
  {
    return 
$this->selectionResult;
  }
  public function 
setSnapshotQualityScore($snapshotQualityScore)
  {
    
$this->snapshotQualityScore $snapshotQualityScore;
  }
  public function 
getSnapshotQualityScore()
  {
    return 
$this->snapshotQualityScore;
  }
  
/**
   * @param bool
   */
  
public function setWithMissingResources($withMissingResources)
  {
    
$this->withMissingResources $withMissingResources;
  }
  
/**
   * @return bool
   */
  
public function getWithMissingResources()
  {
    return 
$this->withMissingResources;
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(IndexingEmbeddedContentRenderingOutputMetadata::class, 'Google_Service_Contentwarehouse_IndexingEmbeddedContentRenderingOutputMetadata');

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

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