public interface UpdateNfsShareRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| Type | Description |
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];
| Type | Description |
NfsShareOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask() The list of fields to update.
The only currently supported fields are:
labels
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() The list of fields to update.
The only currently supported fields are:
labels
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
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];
| Type | Description |
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
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
boolean |
Whether the updateMask field is set. |