public interface GCSVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket()
Cloud Storage Bucket name.
|
com.google.protobuf.ByteString |
getBucketBytes()
Cloud Storage Bucket name.
|
String |
getMountOptions(int index)
A list of additional flags to pass to the gcsfuse CLI.
|
com.google.protobuf.ByteString |
getMountOptionsBytes(int index)
A list of additional flags to pass to the gcsfuse CLI.
|
int |
getMountOptionsCount()
A list of additional flags to pass to the gcsfuse CLI.
|
List<String> |
getMountOptionsList()
A list of additional flags to pass to the gcsfuse CLI.
|
boolean |
getReadOnly()
If true, the volume will be mounted as read only for all mounts.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBucket()
Cloud Storage Bucket name.
string bucket = 1;com.google.protobuf.ByteString getBucketBytes()
Cloud Storage Bucket name.
string bucket = 1;boolean getReadOnly()
If true, the volume will be mounted as read only for all mounts.
bool read_only = 2;List<String> getMountOptionsList()
A list of additional flags to pass to the gcsfuse CLI. Options should be specified without the leading "--".
repeated string mount_options = 3;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;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;index - The index of the element to return.com.google.protobuf.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;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.