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 Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDescription()
      optional string description = 3;
      com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 3;
      UpdateGroupRequest.MemberInfo getMemberInfo()
      optional .yamcs.protobuf.iam.UpdateGroupRequest.MemberInfo memberInfo = 4;
      UpdateGroupRequest.MemberInfoOrBuilder getMemberInfoOrBuilder()
      optional .yamcs.protobuf.iam.UpdateGroupRequest.MemberInfo memberInfo = 4;
      String getName()
      optional string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      String getNewName()
      optional string newName = 2;
      com.google.protobuf.ByteString getNewNameBytes()
      optional string newName = 2;
      boolean hasDescription()
      optional string description = 3;
      boolean hasMemberInfo()
      optional .yamcs.protobuf.iam.UpdateGroupRequest.MemberInfo memberInfo = 4;
      boolean hasName()
      optional string name = 1;
      boolean hasNewName()
      optional string newName = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasName

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

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

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

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

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

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

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

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

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

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

        UpdateGroupRequest.MemberInfo getMemberInfo()
        optional .yamcs.protobuf.iam.UpdateGroupRequest.MemberInfo memberInfo = 4;
        Returns:
        The memberInfo.