Uses of Class
org.yamcs.protobuf.ClearanceInfo
-
Packages that use ClearanceInfo Package Description org.yamcs.protobuf -
-
Uses of ClearanceInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type ClearanceInfo Modifier and Type Field Description static com.google.protobuf.Parser<ClearanceInfo>ClearanceInfo. PARSERDeprecated.Methods in org.yamcs.protobuf that return ClearanceInfo Modifier and Type Method Description ClearanceInfoClearanceInfo.Builder. build()ClearanceInfoClearanceInfo.Builder. buildPartial()ClearanceInfoListClearancesResponse.Builder. getClearances(int index)repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;ClearanceInfoListClearancesResponse. getClearances(int index)repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;ClearanceInfoListClearancesResponseOrBuilder. getClearances(int index)repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;static ClearanceInfoClearanceInfo. getDefaultInstance()ClearanceInfoClearanceInfo.Builder. getDefaultInstanceForType()ClearanceInfoClearanceInfo. getDefaultInstanceForType()static ClearanceInfoClearanceInfo. parseDelimitedFrom(InputStream input)static ClearanceInfoClearanceInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClearanceInfoClearanceInfo. parseFrom(byte[] data)static ClearanceInfoClearanceInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClearanceInfoClearanceInfo. parseFrom(com.google.protobuf.ByteString data)static ClearanceInfoClearanceInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClearanceInfoClearanceInfo. parseFrom(com.google.protobuf.CodedInputStream input)static ClearanceInfoClearanceInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClearanceInfoClearanceInfo. parseFrom(InputStream input)static ClearanceInfoClearanceInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClearanceInfoClearanceInfo. parseFrom(ByteBuffer data)static ClearanceInfoClearanceInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type ClearanceInfo Modifier and Type Method Description List<ClearanceInfo>ListClearancesResponse.Builder. getClearancesList()repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;List<ClearanceInfo>ListClearancesResponse. getClearancesList()repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;List<ClearanceInfo>ListClearancesResponseOrBuilder. getClearancesList()repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;com.google.protobuf.Parser<ClearanceInfo>ClearanceInfo. getParserForType()static com.google.protobuf.Parser<ClearanceInfo>ClearanceInfo. parser()Methods in org.yamcs.protobuf with parameters of type ClearanceInfo Modifier and Type Method Description ListClearancesResponse.BuilderListClearancesResponse.Builder. addClearances(int index, ClearanceInfo value)repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;ListClearancesResponse.BuilderListClearancesResponse.Builder. addClearances(ClearanceInfo value)repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;ClearanceInfo.BuilderClearanceInfo.Builder. mergeFrom(ClearanceInfo other)static ClearanceInfo.BuilderClearanceInfo. newBuilder(ClearanceInfo prototype)ListClearancesResponse.BuilderListClearancesResponse.Builder. setClearances(int index, ClearanceInfo value)repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;Method parameters in org.yamcs.protobuf with type arguments of type ClearanceInfo Modifier and Type Method Description ListClearancesResponse.BuilderListClearancesResponse.Builder. addAllClearances(Iterable<? extends ClearanceInfo> values)repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;abstract voidAbstractClearanceApi. subscribeClearance(T ctx, com.google.protobuf.Empty request, Observer<ClearanceInfo> observer)Receive updates on own clearancevoidClearanceApiClient. subscribeClearance(Void ctx, com.google.protobuf.Empty request, Observer<ClearanceInfo> observer)Receive updates on own clearanceabstract voidAbstractClearanceApi. updateClearance(T ctx, UpdateClearanceRequest request, Observer<ClearanceInfo> observer)Update a user's clearancevoidClearanceApiClient. updateClearance(Void ctx, UpdateClearanceRequest request, Observer<ClearanceInfo> observer)Update a user's clearance
-