public interface RenameNfsShareRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Required. The name field is used to identify the nfsshare.
Format: projects/{project}/locations/{location}/nfsshares/{nfsshare}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. The name field is used to identify the nfsshare.
Format: projects/{project}/locations/{location}/nfsshares/{nfsshare}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getNewNfsshareId()
public abstract String getNewNfsshareId() Required. The new id of the nfsshare.
string new_nfsshare_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The newNfsshareId. |
getNewNfsshareIdBytes()
public abstract ByteString getNewNfsshareIdBytes() Required. The new id of the nfsshare.
string new_nfsshare_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for newNfsshareId. |