Uses of Class
biopb.tensor.SerializedEndpoint
Packages that use SerializedEndpoint
-
Uses of SerializedEndpoint in biopb.tensor
Methods in biopb.tensor that return SerializedEndpointModifier and TypeMethodDescriptionSerializedEndpoint.Builder.build()SerializedEndpoint.Builder.buildPartial()static SerializedEndpointSerializedEndpoint.getDefaultInstance()SerializedEndpoint.Builder.getDefaultInstanceForType()SerializedEndpoint.getDefaultInstanceForType()SerializedTensor.Builder.getEndpoints(int index) Serialized flight endpoints.SerializedTensor.getEndpoints(int index) Serialized flight endpoints.SerializedTensorOrBuilder.getEndpoints(int index) Serialized flight endpoints.static SerializedEndpointSerializedEndpoint.parseDelimitedFrom(InputStream input) static SerializedEndpointSerializedEndpoint.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SerializedEndpointSerializedEndpoint.parseFrom(byte[] data) static SerializedEndpointSerializedEndpoint.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SerializedEndpointSerializedEndpoint.parseFrom(com.google.protobuf.ByteString data) static SerializedEndpointSerializedEndpoint.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SerializedEndpointSerializedEndpoint.parseFrom(com.google.protobuf.CodedInputStream input) static SerializedEndpointSerializedEndpoint.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SerializedEndpointSerializedEndpoint.parseFrom(InputStream input) static SerializedEndpointSerializedEndpoint.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SerializedEndpointSerializedEndpoint.parseFrom(ByteBuffer data) static SerializedEndpointSerializedEndpoint.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in biopb.tensor that return types with arguments of type SerializedEndpointModifier and TypeMethodDescriptionSerializedTensor.Builder.getEndpointsList()Serialized flight endpoints.SerializedTensor.getEndpointsList()Serialized flight endpoints.SerializedTensorOrBuilder.getEndpointsList()Serialized flight endpoints.com.google.protobuf.Parser<SerializedEndpoint>SerializedEndpoint.getParserForType()static com.google.protobuf.Parser<SerializedEndpoint>SerializedEndpoint.parser()Methods in biopb.tensor with parameters of type SerializedEndpointModifier and TypeMethodDescriptionSerializedTensor.Builder.addEndpoints(int index, SerializedEndpoint value) Serialized flight endpoints.SerializedTensor.Builder.addEndpoints(SerializedEndpoint value) Serialized flight endpoints.SerializedEndpoint.Builder.mergeFrom(SerializedEndpoint other) static SerializedEndpoint.BuilderSerializedEndpoint.newBuilder(SerializedEndpoint prototype) SerializedTensor.Builder.setEndpoints(int index, SerializedEndpoint value) Serialized flight endpoints.Method parameters in biopb.tensor with type arguments of type SerializedEndpointModifier and TypeMethodDescriptionSerializedTensor.Builder.addAllEndpoints(Iterable<? extends SerializedEndpoint> values) Serialized flight endpoints.