Uses of Class
org.yamcs.protobuf.ListInstancesResponse
Packages that use ListInstancesResponse
-
Uses of ListInstancesResponse in org.yamcs.client
Methods in org.yamcs.client that return types with arguments of type ListInstancesResponse -
Uses of ListInstancesResponse in org.yamcs.http.api
Method parameters in org.yamcs.http.api with type arguments of type ListInstancesResponseModifier and TypeMethodDescriptionvoid
InstancesApi.listInstances
(Context ctx, ListInstancesRequest request, Observer<ListInstancesResponse> observer) -
Uses of ListInstancesResponse in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type ListInstancesResponseModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<ListInstancesResponse>
ListInstancesResponse.PARSER
Deprecated.Methods in org.yamcs.protobuf that return ListInstancesResponseModifier and TypeMethodDescriptionListInstancesResponse.Builder.build()
ListInstancesResponse.Builder.buildPartial()
static ListInstancesResponse
ListInstancesResponse.getDefaultInstance()
ListInstancesResponse.Builder.getDefaultInstanceForType()
ListInstancesResponse.getDefaultInstanceForType()
static ListInstancesResponse
ListInstancesResponse.parseDelimitedFrom
(InputStream input) static ListInstancesResponse
ListInstancesResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListInstancesResponse
ListInstancesResponse.parseFrom
(byte[] data) static ListInstancesResponse
ListInstancesResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListInstancesResponse
ListInstancesResponse.parseFrom
(com.google.protobuf.ByteString data) static ListInstancesResponse
ListInstancesResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListInstancesResponse
ListInstancesResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static ListInstancesResponse
ListInstancesResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListInstancesResponse
ListInstancesResponse.parseFrom
(InputStream input) static ListInstancesResponse
ListInstancesResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListInstancesResponse
ListInstancesResponse.parseFrom
(ByteBuffer data) static ListInstancesResponse
ListInstancesResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf that return types with arguments of type ListInstancesResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ListInstancesResponse>
ListInstancesResponse.getParserForType()
static com.google.protobuf.Parser<ListInstancesResponse>
ListInstancesResponse.parser()
Methods in org.yamcs.protobuf with parameters of type ListInstancesResponseModifier and TypeMethodDescriptionListInstancesResponse.Builder.mergeFrom
(ListInstancesResponse other) ListInstancesResponse.newBuilder
(ListInstancesResponse prototype) Method parameters in org.yamcs.protobuf with type arguments of type ListInstancesResponseModifier and TypeMethodDescriptionabstract void
AbstractInstancesApi.listInstances
(T ctx, ListInstancesRequest request, Observer<ListInstancesResponse> observer) List instancesfinal void
InstancesApiClient.listInstances
(Void ctx, ListInstancesRequest request, Observer<ListInstancesResponse> observer) List instances