📂 File Browser

/AgentAI/vendor/google/apiclient-services/src/FirebaseAppDistribution
☀️ Light Mode
🎯 Quick Launch:

📁 Directories

📁 Resource/ 🔓 Open

📄 Files

🐘 GdataBlobstore2Info.php
▶ Open 📄 View Source
🐘 GdataCompositeMedia.php
▶ Open 📄 View Source
🐘 GdataContentTypeInfo.php
▶ Open 📄 View Source
🐘 GdataDiffChecksumsResponse.php
▶ Open 📄 View Source
🐘 GdataDiffDownloadResponse.php
▶ Open 📄 View Source
🐘 GdataDiffUploadRequest.php
▶ Open 📄 View Source
🐘 GdataDiffUploadResponse.php
▶ Open 📄 View Source
🐘 GdataDiffVersionResponse.php
▶ Open 📄 View Source
🐘 GdataDownloadParameters.php
▶ Open 📄 View Source
🐘 GdataMedia.php
▶ Open 📄 View Source
🐘 GdataObjectId.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1AabInfo.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1BatchAddTestersRequest.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1BatchAddTestersResponse.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1BatchDeleteReleasesRequest.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1BatchJoinGroupRequest.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1BatchLeaveGroupRequest.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1BatchRemoveTestersRequest.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1BatchRemoveTestersResponse.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1DistributeReleaseRequest.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1DistributeReleaseResponse.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1FeedbackReport.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1Group.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1ListFeedbackReportsResponse.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1ListGroupsResponse.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1ListReleasesResponse.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1ListTestersResponse.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1Release.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1ReleaseNotes.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1TestCertificate.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1Tester.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1UploadReleaseMetadata.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1UploadReleaseRequest.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1UploadReleaseResponse.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1alphaTestReleaseRequest.php
▶ Open 📄 View Source
🐘 GoogleFirebaseAppdistroV1alphaTestReleaseResponse.php
▶ Open 📄 View Source
🐘 GoogleLongrunningCancelOperationRequest.php
▶ Open 📄 View Source
🐘 GoogleLongrunningListOperationsResponse.php
▶ Open 📄 View Source
🐘 GoogleLongrunningOperation.php
▶ Open 📄 View Source
🐘 GoogleLongrunningWaitOperationRequest.php
▶ Open 📄 View Source
🐘 GoogleProtobufEmpty.php
▶ Open 📄 View Source
🐘 GoogleRpcStatus.php
▶ Open 📄 View Source

📄 Source: GdataBlobstore2Info.php

<?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\FirebaseAppDistribution;

class GdataBlobstore2Info extends \Google\Model
{
  /**
   * The blob generation id.
   *
   * @var string
   */
  public $blobGeneration;
  /**
   * The blob id, e.g., /blobstore/prod/playground/scotty
   *
   * @var string
   */
  public $blobId;
  /**
   * A serialized External Read Token passed from Bigstore -> Scotty for a GCS
   * download. This field must never be consumed outside of Bigstore, and is not
   * applicable to non-GCS media uploads.
   *
   * @var string
   */
  public $downloadExternalReadToken;
  /**
   * Read handle passed from Bigstore -> Scotty for a GCS download. This is a
   * signed, serialized blobstore2.ReadHandle proto which must never be set
   * outside of Bigstore, and is not applicable to non-GCS media downloads.
   *
   * @var string
   */
  public $downloadReadHandle;
  /**
   * The blob read token. Needed to read blobs that have not been replicated.
   * Might not be available until the final call.
   *
   * @var string
   */
  public $readToken;
  /**
   * A serialized Object Fragment List Creation Info passed from Bigstore ->
   * Scotty for a GCS upload. This field must never be consumed outside of
   * Bigstore, and is not applicable to non-GCS media uploads.
   *
   * @var string
   */
  public $uploadFragmentListCreationInfo;
  /**
   * Metadata passed from Blobstore -> Scotty for a new GCS upload. This is a
   * signed, serialized blobstore2.BlobMetadataContainer proto which must never
   * be consumed outside of Bigstore, and is not applicable to non-GCS media
   * uploads.
   *
   * @var string
   */
  public $uploadMetadataContainer;

  /**
   * The blob generation id.
   *
   * @param string $blobGeneration
   */
  public function setBlobGeneration($blobGeneration)
  {
    $this->blobGeneration = $blobGeneration;
  }
  /**
   * @return string
   */
  public function getBlobGeneration()
  {
    return $this->blobGeneration;
  }
  /**
   * The blob id, e.g., /blobstore/prod/playground/scotty
   *
   * @param string $blobId
   */
  public function setBlobId($blobId)
  {
    $this->blobId = $blobId;
  }
  /**
   * @return string
   */
  public function getBlobId()
  {
    return $this->blobId;
  }
  /**
   * A serialized External Read Token passed from Bigstore -> Scotty for a GCS
   * download. This field must never be consumed outside of Bigstore, and is not
   * applicable to non-GCS media uploads.
   *
   * @param string $downloadExternalReadToken
   */
  public function setDownloadExternalReadToken($downloadExternalReadToken)
  {
    $this->downloadExternalReadToken = $downloadExternalReadToken;
  }
  /**
   * @return string
   */
  public function getDownloadExternalReadToken()
  {
    return $this->downloadExternalReadToken;
  }
  /**
   * Read handle passed from Bigstore -> Scotty for a GCS download. This is a
   * signed, serialized blobstore2.ReadHandle proto which must never be set
   * outside of Bigstore, and is not applicable to non-GCS media downloads.
   *
   * @param string $downloadReadHandle
   */
  public function setDownloadReadHandle($downloadReadHandle)
  {
    $this->downloadReadHandle = $downloadReadHandle;
  }
  /**
   * @return string
   */
  public function getDownloadReadHandle()
  {
    return $this->downloadReadHandle;
  }
  /**
   * The blob read token. Needed to read blobs that have not been replicated.
   * Might not be available until the final call.
   *
   * @param string $readToken
   */
  public function setReadToken($readToken)
  {
    $this->readToken = $readToken;
  }
  /**
   * @return string
   */
  public function getReadToken()
  {
    return $this->readToken;
  }
  /**
   * A serialized Object Fragment List Creation Info passed from Bigstore ->
   * Scotty for a GCS upload. This field must never be consumed outside of
   * Bigstore, and is not applicable to non-GCS media uploads.
   *
   * @param string $uploadFragmentListCreationInfo
   */
  public function setUploadFragmentListCreationInfo($uploadFragmentListCreationInfo)
  {
    $this->uploadFragmentListCreationInfo = $uploadFragmentListCreationInfo;
  }
  /**
   * @return string
   */
  public function getUploadFragmentListCreationInfo()
  {
    return $this->uploadFragmentListCreationInfo;
  }
  /**
   * Metadata passed from Blobstore -> Scotty for a new GCS upload. This is a
   * signed, serialized blobstore2.BlobMetadataContainer proto which must never
   * be consumed outside of Bigstore, and is not applicable to non-GCS media
   * uploads.
   *
   * @param string $uploadMetadataContainer
   */
  public function setUploadMetadataContainer($uploadMetadataContainer)
  {
    $this->uploadMetadataContainer = $uploadMetadataContainer;
  }
  /**
   * @return string
   */
  public function getUploadMetadataContainer()
  {
    return $this->uploadMetadataContainer;
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GdataBlobstore2Info::class, 'Google_Service_FirebaseAppDistribution_GdataBlobstore2Info');
← Back