public interface FileShareConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCapacityGb()
public abstract long getCapacityGb()Required. Size of the filestore in GB. Must be between 1024 and 102400, and must meet scalability requirements described at https://cloud.google.com/filestore/docs/service-tiers.
int64 capacity_gb = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
long |
The capacityGb. |
getFileShare()
public abstract String getFileShare()Required. Filestore share location
string file_share = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The fileShare. |
getFileShareBytes()
public abstract ByteString getFileShareBytes()Required. Filestore share location
string file_share = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for fileShare. |