Uses of Class
org.yamcs.protobuf.GetDatabaseRequest
Packages that use GetDatabaseRequest
-
Uses of GetDatabaseRequest in org.yamcs.http.api
Methods in org.yamcs.http.api with parameters of type GetDatabaseRequestModifier and TypeMethodDescriptionvoid
DatabaseApi.getDatabase
(Context ctx, GetDatabaseRequest request, Observer<DatabaseInfo> observer) -
Uses of GetDatabaseRequest in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type GetDatabaseRequestModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<GetDatabaseRequest>
GetDatabaseRequest.PARSER
Deprecated.Methods in org.yamcs.protobuf that return GetDatabaseRequestModifier and TypeMethodDescriptionGetDatabaseRequest.Builder.build()
GetDatabaseRequest.Builder.buildPartial()
static GetDatabaseRequest
GetDatabaseRequest.getDefaultInstance()
GetDatabaseRequest.Builder.getDefaultInstanceForType()
GetDatabaseRequest.getDefaultInstanceForType()
static GetDatabaseRequest
GetDatabaseRequest.parseDelimitedFrom
(InputStream input) static GetDatabaseRequest
GetDatabaseRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetDatabaseRequest
GetDatabaseRequest.parseFrom
(byte[] data) static GetDatabaseRequest
GetDatabaseRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetDatabaseRequest
GetDatabaseRequest.parseFrom
(com.google.protobuf.ByteString data) static GetDatabaseRequest
GetDatabaseRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetDatabaseRequest
GetDatabaseRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static GetDatabaseRequest
GetDatabaseRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetDatabaseRequest
GetDatabaseRequest.parseFrom
(InputStream input) static GetDatabaseRequest
GetDatabaseRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetDatabaseRequest
GetDatabaseRequest.parseFrom
(ByteBuffer data) static GetDatabaseRequest
GetDatabaseRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf that return types with arguments of type GetDatabaseRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GetDatabaseRequest>
GetDatabaseRequest.getParserForType()
static com.google.protobuf.Parser<GetDatabaseRequest>
GetDatabaseRequest.parser()
Methods in org.yamcs.protobuf with parameters of type GetDatabaseRequestModifier and TypeMethodDescriptionabstract void
AbstractDatabaseApi.getDatabase
(T ctx, GetDatabaseRequest request, Observer<DatabaseInfo> observer) Get databasefinal void
DatabaseApiClient.getDatabase
(Void ctx, GetDatabaseRequest request, Observer<DatabaseInfo> observer) Get databaseGetDatabaseRequest.Builder.mergeFrom
(GetDatabaseRequest other) static GetDatabaseRequest.Builder
GetDatabaseRequest.newBuilder
(GetDatabaseRequest prototype)