public interface NfsShareOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Labels as key value pairs.
|
NfsShare.AllowedClient |
getAllowedClients(int index)
List of allowed access points.
|
int |
getAllowedClientsCount()
List of allowed access points.
|
List<NfsShare.AllowedClient> |
getAllowedClientsList()
List of allowed access points.
|
NfsShare.AllowedClientOrBuilder |
getAllowedClientsOrBuilder(int index)
List of allowed access points.
|
List<? extends NfsShare.AllowedClientOrBuilder> |
getAllowedClientsOrBuilderList()
List of allowed access points.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Labels as key value pairs.
|
Map<String,String> |
getLabelsMap()
Labels as key value pairs.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Labels as key value pairs.
|
String |
getLabelsOrThrow(String key)
Labels as key value pairs.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
String |
getNfsShareId()
Output only.
|
com.google.protobuf.ByteString |
getNfsShareIdBytes()
Output only.
|
NfsShare.State |
getState()
The state of the NFS share.
|
int |
getStateValue()
The state of the NFS share.
|
String |
getVolume()
The volume containing the share.
|
com.google.protobuf.ByteString |
getVolumeBytes()
The volume containing the share.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. The name of the NFS share.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. The name of the NFS share.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getNfsShareId()
Output only. An identifier for the NFS share, generated by the backend.
string nfs_share_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNfsShareIdBytes()
Output only. An identifier for the NFS share, generated by the backend.
string nfs_share_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];int getStateValue()
The state of the NFS share.
.google.cloud.baremetalsolution.v2.NfsShare.State state = 3;NfsShare.State getState()
The state of the NFS share.
.google.cloud.baremetalsolution.v2.NfsShare.State state = 3;String getVolume()
The volume containing the share.
string volume = 4 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getVolumeBytes()
The volume containing the share.
string volume = 4 [(.google.api.resource_reference) = { ... }List<NfsShare.AllowedClient> getAllowedClientsList()
List of allowed access points.
repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;
NfsShare.AllowedClient getAllowedClients(int index)
List of allowed access points.
repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;
int getAllowedClientsCount()
List of allowed access points.
repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;
List<? extends NfsShare.AllowedClientOrBuilder> getAllowedClientsOrBuilderList()
List of allowed access points.
repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;
NfsShare.AllowedClientOrBuilder getAllowedClientsOrBuilder(int index)
List of allowed access points.
repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;
int getLabelsCount()
Labels as key value pairs.
map<string, string> labels = 6;boolean containsLabels(String key)
Labels as key value pairs.
map<string, string> labels = 6;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Labels as key value pairs.
map<string, string> labels = 6;String getLabelsOrDefault(String key, String defaultValue)
Labels as key value pairs.
map<string, string> labels = 6;Copyright © 2022 Google LLC. All rights reserved.