Interface FileShareConfigOrBuilder (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface FileShareConfigOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getCapacityGb()
publicabstractlonggetCapacityGb()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()
publicabstractStringgetFileShare()Required. Filestore share location
string file_share = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The fileShare. |
getFileShareBytes()
publicabstractByteStringgetFileShareBytes()Required. Filestore share location
string file_share = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for fileShare. |