public interface ScopedAllocatorOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEnableOp(int index)
If present, only perform optimization for these ops.
|
com.google.protobuf.ByteString |
getEnableOpBytes(int index)
If present, only perform optimization for these ops.
|
int |
getEnableOpCount()
If present, only perform optimization for these ops.
|
java.util.List<java.lang.String> |
getEnableOpList()
If present, only perform optimization for these ops.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getEnableOpList()
If present, only perform optimization for these ops.
repeated string enable_op = 1;int getEnableOpCount()
If present, only perform optimization for these ops.
repeated string enable_op = 1;java.lang.String getEnableOp(int index)
If present, only perform optimization for these ops.
repeated string enable_op = 1;index - The index of the element to return.com.google.protobuf.ByteString getEnableOpBytes(int index)
If present, only perform optimization for these ops.
repeated string enable_op = 1;index - The index of the value to return.