Uses of Class
com.google.cloud.baremetalsolution.v2.NfsShare.AllowedClient
-
Packages that use NfsShare.AllowedClient Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of NfsShare.AllowedClient in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return NfsShare.AllowedClient Modifier and Type Method Description NfsShare.AllowedClient
NfsShare.AllowedClient.Builder. build()
NfsShare.AllowedClient
NfsShare.AllowedClient.Builder. buildPartial()
NfsShare.AllowedClient
NfsShare.Builder. getAllowedClients(int index)
List of allowed access points.NfsShare.AllowedClient
NfsShare. getAllowedClients(int index)
List of allowed access points.NfsShare.AllowedClient
NfsShareOrBuilder. getAllowedClients(int index)
List of allowed access points.static NfsShare.AllowedClient
NfsShare.AllowedClient. getDefaultInstance()
NfsShare.AllowedClient
NfsShare.AllowedClient.Builder. getDefaultInstanceForType()
NfsShare.AllowedClient
NfsShare.AllowedClient. getDefaultInstanceForType()
static NfsShare.AllowedClient
NfsShare.AllowedClient. parseDelimitedFrom(InputStream input)
static NfsShare.AllowedClient
NfsShare.AllowedClient. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NfsShare.AllowedClient
NfsShare.AllowedClient. parseFrom(byte[] data)
static NfsShare.AllowedClient
NfsShare.AllowedClient. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NfsShare.AllowedClient
NfsShare.AllowedClient. parseFrom(com.google.protobuf.ByteString data)
static NfsShare.AllowedClient
NfsShare.AllowedClient. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NfsShare.AllowedClient
NfsShare.AllowedClient. parseFrom(com.google.protobuf.CodedInputStream input)
static NfsShare.AllowedClient
NfsShare.AllowedClient. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NfsShare.AllowedClient
NfsShare.AllowedClient. parseFrom(InputStream input)
static NfsShare.AllowedClient
NfsShare.AllowedClient. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NfsShare.AllowedClient
NfsShare.AllowedClient. parseFrom(ByteBuffer data)
static NfsShare.AllowedClient
NfsShare.AllowedClient. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type NfsShare.AllowedClient Modifier and Type Method Description List<NfsShare.AllowedClient>
NfsShare.Builder. getAllowedClientsList()
List of allowed access points.List<NfsShare.AllowedClient>
NfsShare. getAllowedClientsList()
List of allowed access points.List<NfsShare.AllowedClient>
NfsShareOrBuilder. getAllowedClientsList()
List of allowed access points.com.google.protobuf.Parser<NfsShare.AllowedClient>
NfsShare.AllowedClient. getParserForType()
static com.google.protobuf.Parser<NfsShare.AllowedClient>
NfsShare.AllowedClient. parser()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type NfsShare.AllowedClient Modifier and Type Method Description NfsShare.Builder
NfsShare.Builder. addAllowedClients(int index, NfsShare.AllowedClient value)
List of allowed access points.NfsShare.Builder
NfsShare.Builder. addAllowedClients(NfsShare.AllowedClient value)
List of allowed access points.NfsShare.AllowedClient.Builder
NfsShare.AllowedClient.Builder. mergeFrom(NfsShare.AllowedClient other)
static NfsShare.AllowedClient.Builder
NfsShare.AllowedClient. newBuilder(NfsShare.AllowedClient prototype)
NfsShare.Builder
NfsShare.Builder. setAllowedClients(int index, NfsShare.AllowedClient value)
List of allowed access points.Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type NfsShare.AllowedClient Modifier and Type Method Description NfsShare.Builder
NfsShare.Builder. addAllAllowedClients(Iterable<? extends NfsShare.AllowedClient> values)
List of allowed access points.
-