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 TypeMethodDescriptionstring client = 3;com.google.protobuf.ByteStringstring client = 3;getGroup()string group = 2;com.google.protobuf.ByteStringstring group = 2;longint64 window = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-