Interface ControlOuterClass.BuildHistoryRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlOuterClass.BuildHistoryRequest
,ControlOuterClass.BuildHistoryRequest.Builder
- Enclosing class:
ControlOuterClass
public static interface ControlOuterClass.BuildHistoryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
bool ActiveOnly = 1;
boolean
bool EarlyExit = 3;
getFilter
(int index) repeated string Filter = 4;
com.google.protobuf.ByteString
getFilterBytes
(int index) repeated string Filter = 4;
int
repeated string Filter = 4;
repeated string Filter = 4;
int
getLimit()
int32 Limit = 5;
getRef()
string Ref = 2;
com.google.protobuf.ByteString
string Ref = 2;
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
-
getActiveOnly
boolean getActiveOnly()bool ActiveOnly = 1;
- Returns:
- The activeOnly.
-
getRef
-
getRefBytes
com.google.protobuf.ByteString getRefBytes()string Ref = 2;
- Returns:
- The bytes for ref.
-
getEarlyExit
boolean getEarlyExit()bool EarlyExit = 3;
- Returns:
- The earlyExit.
-
getFilterList
-
getFilterCount
int getFilterCount()repeated string Filter = 4;
- Returns:
- The count of filter.
-
getFilter
repeated string Filter = 4;
- Parameters:
index
- The index of the element to return.- Returns:
- The filter at the given index.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes(int index) repeated string Filter = 4;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the filter at the given index.
-
getLimit
int getLimit()int32 Limit = 5;
- Returns:
- The limit.
-