Class GCSVolumeSource (0.76.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.76.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  GCSVolumeSource   extends   GeneratedMessageV3   implements   GCSVolumeSourceOrBuilder  
   Represents a volume backed by a Cloud Storage bucket using Cloud Storage
 FUSE.
 Protobuf type google.cloud.run.v2.GCSVolumeSource
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  BUCKET_FIELD_NUMBER 
  
    
public   static   final   int   BUCKET_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  MOUNT_OPTIONS_FIELD_NUMBER 
  
    
public   static   final   int   MOUNT_OPTIONS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  READ_ONLY_FIELD_NUMBER 
  
    
public   static   final   int   READ_ONLY_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   GCSVolumeSource   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   GCSVolumeSource . Builder   newBuilder ()  
  
  newBuilder(GCSVolumeSource prototype) 
  
    
public   static   GCSVolumeSource . Builder   newBuilder ( GCSVolumeSource   prototype )  
  
  
  
    
public   static   GCSVolumeSource   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   GCSVolumeSource   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   GCSVolumeSource   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   GCSVolumeSource   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   GCSVolumeSource   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   GCSVolumeSource   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   GCSVolumeSource   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   GCSVolumeSource   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   GCSVolumeSource   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   GCSVolumeSource   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   GCSVolumeSource   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   GCSVolumeSource   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<GCSVolumeSource>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getBucket() 
  
    
public   String   getBucket ()  
   Cloud Storage Bucket name.
 string bucket = 1;
    
      
        Returns  
      
        Type Description  
      
        String The bucket.
 
     
  
  getBucketBytes() 
  
    
public   ByteString   getBucketBytes ()  
   Cloud Storage Bucket name.
 string bucket = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for bucket.
 
     
  
  getDefaultInstanceForType() 
  
    
public   GCSVolumeSource   getDefaultInstanceForType ()  
  
  getMountOptions(int index) 
  
    
public   String   getMountOptions ( int   index )  
   A list of additional flags to pass to the gcsfuse CLI.
 Options should be specified without the leading "--".
 repeated string mount_options = 3;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The mountOptions at the given index.
 
     
  
  getMountOptionsBytes(int index) 
  
    
public   ByteString   getMountOptionsBytes ( int   index )  
   A list of additional flags to pass to the gcsfuse CLI.
 Options should be specified without the leading "--".
 repeated string mount_options = 3;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the mountOptions at the given index.
 
     
  
  getMountOptionsCount() 
  
    
public   int   getMountOptionsCount ()  
   A list of additional flags to pass to the gcsfuse CLI.
 Options should be specified without the leading "--".
 repeated string mount_options = 3;
    
      
        Returns  
      
        Type Description  
      
        int The count of mountOptions.
 
     
  
  getMountOptionsList() 
  
    
public   ProtocolStringList   getMountOptionsList ()  
   A list of additional flags to pass to the gcsfuse CLI.
 Options should be specified without the leading "--".
 repeated string mount_options = 3;
getParserForType() 
  
    
public   Parser<GCSVolumeSource>   getParserForType ()  
  
  Overrides 
  
  getReadOnly() 
  
    
public   boolean   getReadOnly ()  
   If true, the volume will be mounted as read only for all mounts.
 bool read_only = 2;
    
      
        Returns  
      
        Type Description  
      
        boolean The readOnly.
 
     
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   GCSVolumeSource . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   GCSVolumeSource . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   GCSVolumeSource . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]