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