Uses of Class
org.yamcs.protobuf.GetServiceRequest
-
Packages that use GetServiceRequest Package Description org.yamcs.protobuf -
-
Uses of GetServiceRequest in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type GetServiceRequest Modifier and Type Field Description static com.google.protobuf.Parser<GetServiceRequest>GetServiceRequest. PARSERDeprecated.Methods in org.yamcs.protobuf that return GetServiceRequest Modifier and Type Method Description GetServiceRequestGetServiceRequest.Builder. build()GetServiceRequestGetServiceRequest.Builder. buildPartial()static GetServiceRequestGetServiceRequest. getDefaultInstance()GetServiceRequestGetServiceRequest.Builder. getDefaultInstanceForType()GetServiceRequestGetServiceRequest. getDefaultInstanceForType()static GetServiceRequestGetServiceRequest. parseDelimitedFrom(InputStream input)static GetServiceRequestGetServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(byte[] data)static GetServiceRequestGetServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(com.google.protobuf.ByteString data)static GetServiceRequestGetServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetServiceRequestGetServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(InputStream input)static GetServiceRequestGetServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceRequestGetServiceRequest. parseFrom(ByteBuffer data)static GetServiceRequestGetServiceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type GetServiceRequest Modifier and Type Method Description com.google.protobuf.Parser<GetServiceRequest>GetServiceRequest. getParserForType()static com.google.protobuf.Parser<GetServiceRequest>GetServiceRequest. parser()Methods in org.yamcs.protobuf with parameters of type GetServiceRequest Modifier and Type Method Description abstract voidAbstractManagementApi. getService(T ctx, GetServiceRequest request, Observer<ServiceInfo> observer)Get a servicevoidManagementApiClient. getService(Void ctx, GetServiceRequest request, Observer<ServiceInfo> observer)Get a serviceGetServiceRequest.BuilderGetServiceRequest.Builder. mergeFrom(GetServiceRequest other)static GetServiceRequest.BuilderGetServiceRequest. newBuilder(GetServiceRequest prototype)
-