Interface Ops.WorkerConstraintsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ops.WorkerConstraints
,Ops.WorkerConstraints.Builder
- Enclosing class:
Ops
public static interface Ops.WorkerConstraintsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFilter
(int index) containerd-style filtercom.google.protobuf.ByteString
getFilterBytes
(int index) containerd-style filterint
containerd-style filtercontainerd-style filterMethods 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
-
getFilterList
-
getFilterCount
int getFilterCount()containerd-style filter
repeated string filter = 1;
- Returns:
- The count of filter.
-
getFilter
containerd-style filter
repeated string filter = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The filter at the given index.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes(int index) containerd-style filter
repeated string filter = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the filter at the given index.
-