public interface UpdateNfsShareRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NfsShare |
getNfsShare()
Required.
|
NfsShareOrBuilder |
getNfsShareOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The list of fields to update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The list of fields to update.
|
boolean |
hasNfsShare()
Required.
|
boolean |
hasUpdateMask()
The list of fields to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
boolean hasUpdateMask()
The list of fields to update. The only currently supported fields are: `labels`
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The list of fields to update. The only currently supported fields are: `labels`
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to update. The only currently supported fields are: `labels`
.google.protobuf.FieldMask update_mask = 2;Copyright © 2022 Google LLC. All rights reserved.