Interface UpdateGroupRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateGroupRequest, UpdateGroupRequest.Builder

public interface UpdateGroupRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasName

      boolean hasName()
       Group name
       
      optional string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Group name
       
      optional string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Group name
       
      optional string name = 1;
      Returns:
      The bytes for name.
    • hasNewName

      boolean hasNewName()
       New group name
       
      optional string newName = 2;
      Returns:
      Whether the newName field is set.
    • getNewName

      String getNewName()
       New group name
       
      optional string newName = 2;
      Returns:
      The newName.
    • getNewNameBytes

      com.google.protobuf.ByteString getNewNameBytes()
       New group name
       
      optional string newName = 2;
      Returns:
      The bytes for newName.
    • hasDescription

      boolean hasDescription()
       Group description
       
      optional string description = 3;
      Returns:
      Whether the description field is set.
    • getDescription

      String getDescription()
       Group description
       
      optional string description = 3;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Group description
       
      optional string description = 3;
      Returns:
      The bytes for description.
    • hasMemberInfo

      boolean hasMemberInfo()
       Group members
       
      optional .yamcs.protobuf.iam.UpdateGroupRequest.MemberInfo memberInfo = 4;
      Returns:
      Whether the memberInfo field is set.
    • getMemberInfo

       Group members
       
      optional .yamcs.protobuf.iam.UpdateGroupRequest.MemberInfo memberInfo = 4;
      Returns:
      The memberInfo.
    • getMemberInfoOrBuilder

      UpdateGroupRequest.MemberInfoOrBuilder getMemberInfoOrBuilder()
       Group members
       
      optional .yamcs.protobuf.iam.UpdateGroupRequest.MemberInfo memberInfo = 4;