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