Uses of Class
com.google.cloud.migrationcenter.v1.NetworkConnection
-
Packages that use NetworkConnection Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of NetworkConnection in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return NetworkConnection Modifier and Type Method Description NetworkConnection
NetworkConnection.Builder. build()
NetworkConnection
NetworkConnection.Builder. buildPartial()
static NetworkConnection
NetworkConnection. getDefaultInstance()
NetworkConnection
NetworkConnection.Builder. getDefaultInstanceForType()
NetworkConnection
NetworkConnection. getDefaultInstanceForType()
NetworkConnection
NetworkConnectionList.Builder. getEntries(int index)
Network connection entries.NetworkConnection
NetworkConnectionList. getEntries(int index)
Network connection entries.NetworkConnection
NetworkConnectionListOrBuilder. getEntries(int index)
Network connection entries.static NetworkConnection
NetworkConnection. parseDelimitedFrom(InputStream input)
static NetworkConnection
NetworkConnection. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkConnection
NetworkConnection. parseFrom(byte[] data)
static NetworkConnection
NetworkConnection. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkConnection
NetworkConnection. parseFrom(com.google.protobuf.ByteString data)
static NetworkConnection
NetworkConnection. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkConnection
NetworkConnection. parseFrom(com.google.protobuf.CodedInputStream input)
static NetworkConnection
NetworkConnection. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkConnection
NetworkConnection. parseFrom(InputStream input)
static NetworkConnection
NetworkConnection. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkConnection
NetworkConnection. parseFrom(ByteBuffer data)
static NetworkConnection
NetworkConnection. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type NetworkConnection Modifier and Type Method Description List<NetworkConnection>
NetworkConnectionList.Builder. getEntriesList()
Network connection entries.List<NetworkConnection>
NetworkConnectionList. getEntriesList()
Network connection entries.List<NetworkConnection>
NetworkConnectionListOrBuilder. getEntriesList()
Network connection entries.com.google.protobuf.Parser<NetworkConnection>
NetworkConnection. getParserForType()
static com.google.protobuf.Parser<NetworkConnection>
NetworkConnection. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type NetworkConnection Modifier and Type Method Description NetworkConnectionList.Builder
NetworkConnectionList.Builder. addEntries(int index, NetworkConnection value)
Network connection entries.NetworkConnectionList.Builder
NetworkConnectionList.Builder. addEntries(NetworkConnection value)
Network connection entries.NetworkConnection.Builder
NetworkConnection.Builder. mergeFrom(NetworkConnection other)
static NetworkConnection.Builder
NetworkConnection. newBuilder(NetworkConnection prototype)
NetworkConnectionList.Builder
NetworkConnectionList.Builder. setEntries(int index, NetworkConnection value)
Network connection entries.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type NetworkConnection Modifier and Type Method Description NetworkConnectionList.Builder
NetworkConnectionList.Builder. addAllEntries(Iterable<? extends NetworkConnection> values)
Network connection entries.
-