Interface UpdateNfsShareRequestOrBuilder (0.41.0)

public interface UpdateNfsShareRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNfsShare()

public abstract NfsShare getNfsShare()

Required. The NFS share to update.

The name field is used to identify the NFS share to update. Format: projects/{project}/locations/{location}/nfsShares/{nfs_share}

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

Returns
TypeDescription
NfsShare

The nfsShare.

getNfsShareOrBuilder()

public abstract NfsShareOrBuilder getNfsShareOrBuilder()

Required. The NFS share to update.

The name field is used to identify the NFS share to update. Format: projects/{project}/locations/{location}/nfsShares/{nfs_share}

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

Returns
TypeDescription
NfsShareOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

The list of fields to update. The only currently supported fields are: labels allowed_clients

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

The list of fields to update. The only currently supported fields are: labels allowed_clients

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasNfsShare()

public abstract boolean hasNfsShare()

Required. The NFS share to update.

The name field is used to identify the NFS share to update. Format: projects/{project}/locations/{location}/nfsShares/{nfs_share}

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

Returns
TypeDescription
boolean

Whether the nfsShare field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

The list of fields to update. The only currently supported fields are: labels allowed_clients

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.