Interface Controlcenter.ClientGroupOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Controlcenter.ClientGroup, Controlcenter.ClientGroup.Builder
Enclosing class:
Controlcenter

public static interface Controlcenter.ClientGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string client = 3;
    com.google.protobuf.ByteString
    string client = 3;
    string group = 2;
    com.google.protobuf.ByteString
    string group = 2;
    long
    int64 window = 1;

    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

    • getWindow

      long getWindow()
      int64 window = 1;
      Returns:
      The window.
    • getGroup

      String getGroup()
      string group = 2;
      Returns:
      The group.
    • getGroupBytes

      com.google.protobuf.ByteString getGroupBytes()
      string group = 2;
      Returns:
      The bytes for group.
    • getClient

      String getClient()
      string client = 3;
      Returns:
      The client.
    • getClientBytes

      com.google.protobuf.ByteString getClientBytes()
      string client = 3;
      Returns:
      The bytes for client.