Uses of Class
org.yamcs.protobuf.GroupInfo
-
Packages that use GroupInfo Package Description org.yamcs.protobuf -
-
Uses of GroupInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type GroupInfo Modifier and Type Field Description static com.google.protobuf.Parser<GroupInfo>GroupInfo. PARSERDeprecated.Methods in org.yamcs.protobuf that return GroupInfo Modifier and Type Method Description GroupInfoGroupInfo.Builder. build()GroupInfoGroupInfo.Builder. buildPartial()static GroupInfoGroupInfo. getDefaultInstance()GroupInfoGroupInfo.Builder. getDefaultInstanceForType()GroupInfoGroupInfo. getDefaultInstanceForType()GroupInfoListGroupsResponse.Builder. getGroups(int index)repeated .yamcs.protobuf.iam.GroupInfo groups = 1;GroupInfoListGroupsResponse. getGroups(int index)repeated .yamcs.protobuf.iam.GroupInfo groups = 1;GroupInfoListGroupsResponseOrBuilder. getGroups(int index)repeated .yamcs.protobuf.iam.GroupInfo groups = 1;GroupInfoUserInfo.Builder. getGroups(int index)repeated .yamcs.protobuf.iam.GroupInfo groups = 22;GroupInfoUserInfo. getGroups(int index)repeated .yamcs.protobuf.iam.GroupInfo groups = 22;GroupInfoUserInfoOrBuilder. getGroups(int index)repeated .yamcs.protobuf.iam.GroupInfo groups = 22;static GroupInfoGroupInfo. parseDelimitedFrom(InputStream input)static GroupInfoGroupInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GroupInfoGroupInfo. parseFrom(byte[] data)static GroupInfoGroupInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GroupInfoGroupInfo. parseFrom(com.google.protobuf.ByteString data)static GroupInfoGroupInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GroupInfoGroupInfo. parseFrom(com.google.protobuf.CodedInputStream input)static GroupInfoGroupInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GroupInfoGroupInfo. parseFrom(InputStream input)static GroupInfoGroupInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GroupInfoGroupInfo. parseFrom(ByteBuffer data)static GroupInfoGroupInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type GroupInfo Modifier and Type Method Description List<GroupInfo>ListGroupsResponse.Builder. getGroupsList()repeated .yamcs.protobuf.iam.GroupInfo groups = 1;List<GroupInfo>ListGroupsResponse. getGroupsList()repeated .yamcs.protobuf.iam.GroupInfo groups = 1;List<GroupInfo>ListGroupsResponseOrBuilder. getGroupsList()repeated .yamcs.protobuf.iam.GroupInfo groups = 1;List<GroupInfo>UserInfo.Builder. getGroupsList()repeated .yamcs.protobuf.iam.GroupInfo groups = 22;List<GroupInfo>UserInfo. getGroupsList()repeated .yamcs.protobuf.iam.GroupInfo groups = 22;List<GroupInfo>UserInfoOrBuilder. getGroupsList()repeated .yamcs.protobuf.iam.GroupInfo groups = 22;com.google.protobuf.Parser<GroupInfo>GroupInfo. getParserForType()static com.google.protobuf.Parser<GroupInfo>GroupInfo. parser()Methods in org.yamcs.protobuf with parameters of type GroupInfo Modifier and Type Method Description ListGroupsResponse.BuilderListGroupsResponse.Builder. addGroups(int index, GroupInfo value)repeated .yamcs.protobuf.iam.GroupInfo groups = 1;ListGroupsResponse.BuilderListGroupsResponse.Builder. addGroups(GroupInfo value)repeated .yamcs.protobuf.iam.GroupInfo groups = 1;UserInfo.BuilderUserInfo.Builder. addGroups(int index, GroupInfo value)repeated .yamcs.protobuf.iam.GroupInfo groups = 22;UserInfo.BuilderUserInfo.Builder. addGroups(GroupInfo value)repeated .yamcs.protobuf.iam.GroupInfo groups = 22;GroupInfo.BuilderGroupInfo.Builder. mergeFrom(GroupInfo other)static GroupInfo.BuilderGroupInfo. newBuilder(GroupInfo prototype)ListGroupsResponse.BuilderListGroupsResponse.Builder. setGroups(int index, GroupInfo value)repeated .yamcs.protobuf.iam.GroupInfo groups = 1;UserInfo.BuilderUserInfo.Builder. setGroups(int index, GroupInfo value)repeated .yamcs.protobuf.iam.GroupInfo groups = 22;Method parameters in org.yamcs.protobuf with type arguments of type GroupInfo Modifier and Type Method Description ListGroupsResponse.BuilderListGroupsResponse.Builder. addAllGroups(Iterable<? extends GroupInfo> values)repeated .yamcs.protobuf.iam.GroupInfo groups = 1;UserInfo.BuilderUserInfo.Builder. addAllGroups(Iterable<? extends GroupInfo> values)repeated .yamcs.protobuf.iam.GroupInfo groups = 22;abstract voidAbstractIamApi. createGroup(T ctx, CreateGroupRequest request, Observer<GroupInfo> observer)Create a groupvoidIamApiClient. createGroup(Void ctx, CreateGroupRequest request, Observer<GroupInfo> observer)Create a groupabstract voidAbstractIamApi. deleteGroup(T ctx, DeleteGroupRequest request, Observer<GroupInfo> observer)Delete a groupvoidIamApiClient. deleteGroup(Void ctx, DeleteGroupRequest request, Observer<GroupInfo> observer)Delete a groupabstract voidAbstractIamApi. getGroup(T ctx, GetGroupRequest request, Observer<GroupInfo> observer)Get a groupvoidIamApiClient. getGroup(Void ctx, GetGroupRequest request, Observer<GroupInfo> observer)Get a groupabstract voidAbstractIamApi. updateGroup(T ctx, UpdateGroupRequest request, Observer<GroupInfo> observer)Update a groupvoidIamApiClient. updateGroup(Void ctx, UpdateGroupRequest request, Observer<GroupInfo> observer)Update a group
-