Interface CreateNfsShareRequestOrBuilder (0.41.0)

public interface CreateNfsShareRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNfsShare()

public abstract NfsShare getNfsShare()

Required. The NfsShare to create.

.google.cloud.baremetalsolution.v2.NfsShare nfs_share = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
NfsShare

The nfsShare.

getNfsShareOrBuilder()

public abstract NfsShareOrBuilder getNfsShareOrBuilder()

Required. The NfsShare to create.

.google.cloud.baremetalsolution.v2.NfsShare nfs_share = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
NfsShareOrBuilder

getParent()

public abstract String getParent()

Required. The parent project and location.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent project and location.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasNfsShare()

public abstract boolean hasNfsShare()

Required. The NfsShare to create.

.google.cloud.baremetalsolution.v2.NfsShare nfs_share = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the nfsShare field is set.