Package org.yamcs.protobuf
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 StringgetDescription()optional string description = 3;com.google.protobuf.ByteStringgetDescriptionBytes()optional string description = 3;UpdateGroupRequest.MemberInfogetMemberInfo()optional .yamcs.protobuf.iam.UpdateGroupRequest.MemberInfo memberInfo = 4;UpdateGroupRequest.MemberInfoOrBuildergetMemberInfoOrBuilder()optional .yamcs.protobuf.iam.UpdateGroupRequest.MemberInfo memberInfo = 4;StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;StringgetNewName()optional string newName = 2;com.google.protobuf.ByteStringgetNewNameBytes()optional string newName = 2;booleanhasDescription()optional string description = 3;booleanhasMemberInfo()optional .yamcs.protobuf.iam.UpdateGroupRequest.MemberInfo memberInfo = 4;booleanhasName()optional string name = 1;booleanhasNewName()optional string newName = 2;-
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;
-
getName
String getName()
optional string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
-
hasNewName
boolean hasNewName()
optional string newName = 2;
-
getNewName
String getNewName()
optional string newName = 2;
-
getNewNameBytes
com.google.protobuf.ByteString getNewNameBytes()
optional string newName = 2;
-
hasDescription
boolean hasDescription()
optional string description = 3;
-
getDescription
String getDescription()
optional string description = 3;
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 3;
-
hasMemberInfo
boolean hasMemberInfo()
optional .yamcs.protobuf.iam.UpdateGroupRequest.MemberInfo memberInfo = 4;
-
getMemberInfo
UpdateGroupRequest.MemberInfo getMemberInfo()
optional .yamcs.protobuf.iam.UpdateGroupRequest.MemberInfo memberInfo = 4;
-
getMemberInfoOrBuilder
UpdateGroupRequest.MemberInfoOrBuilder getMemberInfoOrBuilder()
optional .yamcs.protobuf.iam.UpdateGroupRequest.MemberInfo memberInfo = 4;
-
-