All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.UpdateGroupRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/iam/iam.proto

package org.yamcs.protobuf;

public interface UpdateGroupRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.iam.UpdateGroupRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Group name
   * 
* * optional string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Group name
   * 
* * optional string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * Group name
   * 
* * optional string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * New group name
   * 
* * optional string newName = 2; * @return Whether the newName field is set. */ boolean hasNewName(); /** *
   * New group name
   * 
* * optional string newName = 2; * @return The newName. */ java.lang.String getNewName(); /** *
   * New group name
   * 
* * optional string newName = 2; * @return The bytes for newName. */ com.google.protobuf.ByteString getNewNameBytes(); /** *
   * Group description
   * 
* * optional string description = 3; * @return Whether the description field is set. */ boolean hasDescription(); /** *
   * Group description
   * 
* * optional string description = 3; * @return The description. */ java.lang.String getDescription(); /** *
   * Group description
   * 
* * optional string description = 3; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * Group members
   * 
* * optional .yamcs.protobuf.iam.UpdateGroupRequest.MemberInfo memberInfo = 4; * @return Whether the memberInfo field is set. */ boolean hasMemberInfo(); /** *
   * Group members
   * 
* * optional .yamcs.protobuf.iam.UpdateGroupRequest.MemberInfo memberInfo = 4; * @return The memberInfo. */ org.yamcs.protobuf.UpdateGroupRequest.MemberInfo getMemberInfo(); /** *
   * Group members
   * 
* * optional .yamcs.protobuf.iam.UpdateGroupRequest.MemberInfo memberInfo = 4; */ org.yamcs.protobuf.UpdateGroupRequest.MemberInfoOrBuilder getMemberInfoOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy