Interface FileShareConfigOrBuilder (0.1.0)

publicinterface FileShareConfigOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

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年12月17日 UTC.