Interface ToolParameterKVMatchSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ToolParameterKVMatchSpec, ToolParameterKVMatchSpec.Builder

@Generated public interface ToolParameterKVMatchSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Optional.

    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

    • getUseStrictStringMatch

      boolean getUseStrictStringMatch()
       Optional. Whether to use STRICT string match on parameter values.
       
      bool use_strict_string_match = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The useStrictStringMatch.