Uses of Class
com.google.cloud.filestore.v1beta1.NetworkConfig
-
Packages that use NetworkConfig Package Description com.google.cloud.filestore.v1beta1 A client to Cloud Filestore API -
-
Uses of NetworkConfig in com.google.cloud.filestore.v1beta1
Methods in com.google.cloud.filestore.v1beta1 that return NetworkConfig Modifier and Type Method Description NetworkConfig
NetworkConfig.Builder. build()
NetworkConfig
NetworkConfig.Builder. buildPartial()
static NetworkConfig
NetworkConfig. getDefaultInstance()
NetworkConfig
NetworkConfig.Builder. getDefaultInstanceForType()
NetworkConfig
NetworkConfig. getDefaultInstanceForType()
NetworkConfig
Instance.Builder. getNetworks(int index)
VPC networks to which the instance is connected.NetworkConfig
Instance. getNetworks(int index)
VPC networks to which the instance is connected.NetworkConfig
InstanceOrBuilder. getNetworks(int index)
VPC networks to which the instance is connected.static NetworkConfig
NetworkConfig. parseDelimitedFrom(InputStream input)
static NetworkConfig
NetworkConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkConfig
NetworkConfig. parseFrom(byte[] data)
static NetworkConfig
NetworkConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkConfig
NetworkConfig. parseFrom(com.google.protobuf.ByteString data)
static NetworkConfig
NetworkConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkConfig
NetworkConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static NetworkConfig
NetworkConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkConfig
NetworkConfig. parseFrom(InputStream input)
static NetworkConfig
NetworkConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkConfig
NetworkConfig. parseFrom(ByteBuffer data)
static NetworkConfig
NetworkConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.filestore.v1beta1 that return types with arguments of type NetworkConfig Modifier and Type Method Description List<NetworkConfig>
Instance.Builder. getNetworksList()
VPC networks to which the instance is connected.List<NetworkConfig>
Instance. getNetworksList()
VPC networks to which the instance is connected.List<NetworkConfig>
InstanceOrBuilder. getNetworksList()
VPC networks to which the instance is connected.com.google.protobuf.Parser<NetworkConfig>
NetworkConfig. getParserForType()
static com.google.protobuf.Parser<NetworkConfig>
NetworkConfig. parser()
Methods in com.google.cloud.filestore.v1beta1 with parameters of type NetworkConfig Modifier and Type Method Description Instance.Builder
Instance.Builder. addNetworks(int index, NetworkConfig value)
VPC networks to which the instance is connected.Instance.Builder
Instance.Builder. addNetworks(NetworkConfig value)
VPC networks to which the instance is connected.NetworkConfig.Builder
NetworkConfig.Builder. mergeFrom(NetworkConfig other)
static NetworkConfig.Builder
NetworkConfig. newBuilder(NetworkConfig prototype)
Instance.Builder
Instance.Builder. setNetworks(int index, NetworkConfig value)
VPC networks to which the instance is connected.Method parameters in com.google.cloud.filestore.v1beta1 with type arguments of type NetworkConfig Modifier and Type Method Description Instance.Builder
Instance.Builder. addAllNetworks(Iterable<? extends NetworkConfig> values)
VPC networks to which the instance is connected.
-