Class Volume (0.59.0)

  public 
  
 final 
  
 class 
 Volume 
  
 extends 
  
 GeneratedMessageV3 
  
 implements 
  
 VolumeOrBuilder 
 

Volume represents a named volume in a container.

Protobuf type google.cloud.run.v2.Volume

Implements

VolumeOrBuilder

Static Fields

CLOUD_SQL_INSTANCE_FIELD_NUMBER

  public 
  
 static 
  
 final 
  
 int 
  
 CLOUD_SQL_INSTANCE_FIELD_NUMBER 
 
Field Value
Type
Description
int

EMPTY_DIR_FIELD_NUMBER

  public 
  
 static 
  
 final 
  
 int 
  
 EMPTY_DIR_FIELD_NUMBER 
 
Field Value
Type
Description
int

GCS_FIELD_NUMBER

  public 
  
 static 
  
 final 
  
 int 
  
 GCS_FIELD_NUMBER 
 
Field Value
Type
Description
int

NAME_FIELD_NUMBER

  public 
  
 static 
  
 final 
  
 int 
  
 NAME_FIELD_NUMBER 
 
Field Value
Type
Description
int

NFS_FIELD_NUMBER

  public 
  
 static 
  
 final 
  
 int 
  
 NFS_FIELD_NUMBER 
 
Field Value
Type
Description
int

SECRET_FIELD_NUMBER

  public 
  
 static 
  
 final 
  
 int 
  
 SECRET_FIELD_NUMBER 
 
Field Value
Type
Description
int

Static Methods

getDefaultInstance()

  public 
  
 static 
  
 Volume 
  
 getDefaultInstance 
 () 
 
Returns
Type
Description

getDescriptor()

  public 
  
 static 
  
 final 
  
 Descriptors 
 . 
 Descriptor 
  
 getDescriptor 
 () 
 
Returns
Type
Description

newBuilder()

  public 
  
 static 
  
 Volume 
 . 
 Builder 
  
 newBuilder 
 () 
 
Returns
Type
Description

newBuilder(Volume prototype)

  public 
  
 static 
  
 Volume 
 . 
 Builder 
  
 newBuilder 
 ( 
 Volume 
  
 prototype 
 ) 
 
Parameter
Name
Description
prototype
Returns
Type
Description

parseDelimitedFrom(InputStream input)

  public 
  
 static 
  
 Volume 
  
 parseDelimitedFrom 
 ( 
 InputStream 
  
 input 
 ) 
 
Parameter
Name
Description
input
Returns
Type
Description
Exceptions
Type
Description

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Volume 
  
 parseDelimitedFrom 
 ( 
 InputStream 
  
 input 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
input
extensionRegistry
Returns
Type
Description
Exceptions
Type
Description

parseFrom(byte[] data)

  public 
  
 static 
  
 Volume 
  
 parseFrom 
 ( 
 byte 
 [] 
  
 data 
 ) 
 
Parameter
Name
Description
data
byte []
Returns
Type
Description
Exceptions
Type
Description

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Volume 
  
 parseFrom 
 ( 
 byte 
 [] 
  
 data 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
data
byte []
extensionRegistry
Returns
Type
Description
Exceptions
Type
Description

parseFrom(ByteString data)

  public 
  
 static 
  
 Volume 
  
 parseFrom 
 ( 
 ByteString 
  
 data 
 ) 
 
Parameter
Name
Description
data
Returns
Type
Description
Exceptions
Type
Description

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Volume 
  
 parseFrom 
 ( 
 ByteString 
  
 data 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
data
extensionRegistry
Returns
Type
Description
Exceptions
Type
Description

parseFrom(CodedInputStream input)

  public 
  
 static 
  
 Volume 
  
 parseFrom 
 ( 
 CodedInputStream 
  
 input 
 ) 
 
Parameter
Name
Description
Returns
Type
Description
Exceptions
Type
Description

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Volume 
  
 parseFrom 
 ( 
 CodedInputStream 
  
 input 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
extensionRegistry
Returns
Type
Description
Exceptions
Type
Description

parseFrom(InputStream input)

  public 
  
 static 
  
 Volume 
  
 parseFrom 
 ( 
 InputStream 
  
 input 
 ) 
 
Parameter
Name
Description
input
Returns
Type
Description
Exceptions
Type
Description

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Volume 
  
 parseFrom 
 ( 
 InputStream 
  
 input 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
input
extensionRegistry
Returns
Type
Description
Exceptions
Type
Description

parseFrom(ByteBuffer data)

  public 
  
 static 
  
 Volume 
  
 parseFrom 
 ( 
 ByteBuffer 
  
 data 
 ) 
 
Parameter
Name
Description
data
Returns
Type
Description
Exceptions
Type
Description

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Volume 
  
 parseFrom 
 ( 
 ByteBuffer 
  
 data 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
data
extensionRegistry
Returns
Type
Description
Exceptions
Type
Description

parser()

  public 
  
 static 
  
 Parser<Volume> 
  
 parser 
 () 
 
Returns
Type
Description

Methods

equals(Object obj)

  public 
  
 boolean 
  
 equals 
 ( 
 Object 
  
 obj 
 ) 
 
Parameter
Name
Description
obj
Returns
Type
Description
Overrides

getCloudSqlInstance()

  public 
  
 CloudSqlInstance 
  
 getCloudSqlInstance 
 () 
 

For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.

.google.cloud.run.v2.CloudSqlInstance cloud_sql_instance = 3;

Returns
Type
Description

The cloudSqlInstance.

getCloudSqlInstanceOrBuilder()

  public 
  
 CloudSqlInstanceOrBuilder 
  
 getCloudSqlInstanceOrBuilder 
 () 
 

For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.

.google.cloud.run.v2.CloudSqlInstance cloud_sql_instance = 3;

Returns
Type
Description

getDefaultInstanceForType()

  public 
  
 Volume 
  
 getDefaultInstanceForType 
 () 
 
Returns
Type
Description

getEmptyDir()

  public 
  
 EmptyDirVolumeSource 
  
 getEmptyDir 
 () 
 

Ephemeral storage used as a shared volume.

.google.cloud.run.v2.EmptyDirVolumeSource empty_dir = 4;

Returns
Type
Description

The emptyDir.

getEmptyDirOrBuilder()

  public 
  
 EmptyDirVolumeSourceOrBuilder 
  
 getEmptyDirOrBuilder 
 () 
 

Ephemeral storage used as a shared volume.

.google.cloud.run.v2.EmptyDirVolumeSource empty_dir = 4;

Returns
Type
Description

getGcs()

  public 
  
 GCSVolumeSource 
  
 getGcs 
 () 
 

Persistent storage backed by a Google Cloud Storage bucket.

.google.cloud.run.v2.GCSVolumeSource gcs = 6;

Returns
Type
Description

The gcs.

getGcsOrBuilder()

  public 
  
 GCSVolumeSourceOrBuilder 
  
 getGcsOrBuilder 
 () 
 

Persistent storage backed by a Google Cloud Storage bucket.

.google.cloud.run.v2.GCSVolumeSource gcs = 6;

Returns
Type
Description

getName()

  public 
  
 String 
  
 getName 
 () 
 

Required. Volume's name.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description

The name.

getNameBytes()

  public 
  
 ByteString 
  
 getNameBytes 
 () 
 

Required. Volume's name.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description

The bytes for name.

getNfs()

  public 
  
 NFSVolumeSource 
  
 getNfs 
 () 
 

For NFS Voumes, contains the path to the nfs Volume

.google.cloud.run.v2.NFSVolumeSource nfs = 5;

Returns
Type
Description

The nfs.

getNfsOrBuilder()

  public 
  
 NFSVolumeSourceOrBuilder 
  
 getNfsOrBuilder 
 () 
 

For NFS Voumes, contains the path to the nfs Volume

.google.cloud.run.v2.NFSVolumeSource nfs = 5;

Returns
Type
Description

getParserForType()

  public 
  
 Parser<Volume> 
  
 getParserForType 
 () 
 
Returns
Type
Description
Overrides

getSecret()

  public 
  
 SecretVolumeSource 
  
 getSecret 
 () 
 

Secret represents a secret that should populate this volume.

.google.cloud.run.v2.SecretVolumeSource secret = 2;

Returns
Type
Description

The secret.

getSecretOrBuilder()

  public 
  
 SecretVolumeSourceOrBuilder 
  
 getSecretOrBuilder 
 () 
 

Secret represents a secret that should populate this volume.

.google.cloud.run.v2.SecretVolumeSource secret = 2;

Returns
Type
Description

getSerializedSize()

  public 
  
 int 
  
 getSerializedSize 
 () 
 
Returns
Type
Description
int
Overrides

getVolumeTypeCase()

  public 
  
 Volume 
 . 
 VolumeTypeCase 
  
 getVolumeTypeCase 
 () 
 
Returns
Type
Description

hasCloudSqlInstance()

  public 
  
 boolean 
  
 hasCloudSqlInstance 
 () 
 

For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.

.google.cloud.run.v2.CloudSqlInstance cloud_sql_instance = 3;

Returns
Type
Description

Whether the cloudSqlInstance field is set.

hasEmptyDir()

  public 
  
 boolean 
  
 hasEmptyDir 
 () 
 

Ephemeral storage used as a shared volume.

.google.cloud.run.v2.EmptyDirVolumeSource empty_dir = 4;

Returns
Type
Description

Whether the emptyDir field is set.

hasGcs()

  public 
  
 boolean 
  
 hasGcs 
 () 
 

Persistent storage backed by a Google Cloud Storage bucket.

.google.cloud.run.v2.GCSVolumeSource gcs = 6;

Returns
Type
Description

Whether the gcs field is set.

hasNfs()

  public 
  
 boolean 
  
 hasNfs 
 () 
 

For NFS Voumes, contains the path to the nfs Volume

.google.cloud.run.v2.NFSVolumeSource nfs = 5;

Returns
Type
Description

Whether the nfs field is set.

hasSecret()

  public 
  
 boolean 
  
 hasSecret 
 () 
 

Secret represents a secret that should populate this volume.

.google.cloud.run.v2.SecretVolumeSource secret = 2;

Returns
Type
Description

Whether the secret field is set.

hashCode()

  public 
  
 int 
  
 hashCode 
 () 
 
Returns
Type
Description
int
Overrides

internalGetFieldAccessorTable()

  protected 
  
 GeneratedMessageV3 
 . 
 FieldAccessorTable 
  
 internalGetFieldAccessorTable 
 () 
 
Returns
Type
Description
Overrides

isInitialized()

  public 
  
 final 
  
 boolean 
  
 isInitialized 
 () 
 
Returns
Type
Description
Overrides

newBuilderForType()

  public 
  
 Volume 
 . 
 Builder 
  
 newBuilderForType 
 () 
 
Returns
Type
Description

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

  protected 
  
 Volume 
 . 
 Builder 
  
 newBuilderForType 
 ( 
 GeneratedMessageV3 
 . 
 BuilderParent 
  
 parent 
 ) 
 
Parameter
Name
Description
parent
Returns
Type
Description
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

  protected 
  
 Object 
  
 newInstance 
 ( 
 GeneratedMessageV3 
 . 
 UnusedPrivateParameter 
  
 unused 
 ) 
 
Parameter
Name
Description
Returns
Type
Description
Overrides

toBuilder()

  public 
  
 Volume 
 . 
 Builder 
  
 toBuilder 
 () 
 
Returns
Type
Description

writeTo(CodedOutputStream output)

  public 
  
 void 
  
 writeTo 
 ( 
 CodedOutputStream 
  
 output 
 ) 
 
Parameter
Name
Description
Overrides
Exceptions
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: