Interface FileShareConfigOrBuilder (0.1.0)

public interface FileShareConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.