Uses of Class
com.google.cloud.tpu.v2.NetworkEndpoint
-
Packages that use NetworkEndpoint Package Description com.google.cloud.tpu.v2 A client to Cloud TPU API -
-
Uses of NetworkEndpoint in com.google.cloud.tpu.v2
Methods in com.google.cloud.tpu.v2 that return NetworkEndpoint Modifier and Type Method Description NetworkEndpointNetworkEndpoint.Builder. build()NetworkEndpointNetworkEndpoint.Builder. buildPartial()static NetworkEndpointNetworkEndpoint. getDefaultInstance()NetworkEndpointNetworkEndpoint.Builder. getDefaultInstanceForType()NetworkEndpointNetworkEndpoint. getDefaultInstanceForType()NetworkEndpointNode.Builder. getNetworkEndpoints(int index)Output only.NetworkEndpointNode. getNetworkEndpoints(int index)Output only.NetworkEndpointNodeOrBuilder. getNetworkEndpoints(int index)Output only.static NetworkEndpointNetworkEndpoint. parseDelimitedFrom(InputStream input)static NetworkEndpointNetworkEndpoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkEndpointNetworkEndpoint. parseFrom(byte[] data)static NetworkEndpointNetworkEndpoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkEndpointNetworkEndpoint. parseFrom(com.google.protobuf.ByteString data)static NetworkEndpointNetworkEndpoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkEndpointNetworkEndpoint. parseFrom(com.google.protobuf.CodedInputStream input)static NetworkEndpointNetworkEndpoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkEndpointNetworkEndpoint. parseFrom(InputStream input)static NetworkEndpointNetworkEndpoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkEndpointNetworkEndpoint. parseFrom(ByteBuffer data)static NetworkEndpointNetworkEndpoint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.tpu.v2 that return types with arguments of type NetworkEndpoint Modifier and Type Method Description List<NetworkEndpoint>Node.Builder. getNetworkEndpointsList()Output only.List<NetworkEndpoint>Node. getNetworkEndpointsList()Output only.List<NetworkEndpoint>NodeOrBuilder. getNetworkEndpointsList()Output only.com.google.protobuf.Parser<NetworkEndpoint>NetworkEndpoint. getParserForType()static com.google.protobuf.Parser<NetworkEndpoint>NetworkEndpoint. parser()Methods in com.google.cloud.tpu.v2 with parameters of type NetworkEndpoint Modifier and Type Method Description Node.BuilderNode.Builder. addNetworkEndpoints(int index, NetworkEndpoint value)Output only.Node.BuilderNode.Builder. addNetworkEndpoints(NetworkEndpoint value)Output only.NetworkEndpoint.BuilderNetworkEndpoint.Builder. mergeFrom(NetworkEndpoint other)static NetworkEndpoint.BuilderNetworkEndpoint. newBuilder(NetworkEndpoint prototype)Node.BuilderNode.Builder. setNetworkEndpoints(int index, NetworkEndpoint value)Output only.Method parameters in com.google.cloud.tpu.v2 with type arguments of type NetworkEndpoint Modifier and Type Method Description Node.BuilderNode.Builder. addAllNetworkEndpoints(Iterable<? extends NetworkEndpoint> values)Output only.
-