Interface Ops.ProgressGroupOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ops.ProgressGroup
,Ops.ProgressGroup.Builder
- Enclosing class:
Ops
public static interface Ops.ProgressGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getId
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1;
- Returns:
- The bytes for id.
-
getName
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;
- Returns:
- The bytes for name.
-
getWeak
boolean getWeak()bool weak = 3;
- Returns:
- The weak.
-