Interface CreateGroupRequestOrBuilder

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

public interface CreateGroupRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .centraldogma.xds.group.v1.Group group = 2 [(.google.api.field_behavior) = REQUIRED];
    string group_id = 1 [(.google.api.field_behavior) = REQUIRED];
    com.google.protobuf.ByteString
    string group_id = 1 [(.google.api.field_behavior) = REQUIRED];
    .centraldogma.xds.group.v1.Group group = 2 [(.google.api.field_behavior) = REQUIRED];
    boolean
    .centraldogma.xds.group.v1.Group group = 2 [(.google.api.field_behavior) = REQUIRED];

    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 Details

    • getGroupId

      String getGroupId()
      string group_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The groupId.
    • getGroupIdBytes

      com.google.protobuf.ByteString getGroupIdBytes()
      string group_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for groupId.
    • hasGroup

      boolean hasGroup()
      .centraldogma.xds.group.v1.Group group = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the group field is set.
    • getGroup

      Group getGroup()
      .centraldogma.xds.group.v1.Group group = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The group.
    • getGroupOrBuilder

      GroupOrBuilder getGroupOrBuilder()
      .centraldogma.xds.group.v1.Group group = 2 [(.google.api.field_behavior) = REQUIRED];