Uses of Class
com.google.cloud.recommender.v1.ValueMatcher
-
Packages that use ValueMatcher Package Description com.google.cloud.recommender.v1 A client to Recommender API -
-
Uses of ValueMatcher in com.google.cloud.recommender.v1
Methods in com.google.cloud.recommender.v1 that return ValueMatcher Modifier and Type Method Description ValueMatcher
ValueMatcher.Builder. build()
ValueMatcher
ValueMatcher.Builder. buildPartial()
static ValueMatcher
ValueMatcher. getDefaultInstance()
ValueMatcher
ValueMatcher.Builder. getDefaultInstanceForType()
ValueMatcher
ValueMatcher. getDefaultInstanceForType()
ValueMatcher
Operation.Builder. getPathValueMatchersOrDefault(String key, ValueMatcher defaultValue)
Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcher
Operation. getPathValueMatchersOrDefault(String key, ValueMatcher defaultValue)
Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcher
OperationOrBuilder. getPathValueMatchersOrDefault(String key, ValueMatcher defaultValue)
Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcher
Operation.Builder. getPathValueMatchersOrThrow(String key)
Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcher
Operation. getPathValueMatchersOrThrow(String key)
Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcher
OperationOrBuilder. getPathValueMatchersOrThrow(String key)
Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcher
Operation.Builder. getValueMatcher()
Can be set for action 'test' for advanced matching for the value of 'path' field.ValueMatcher
Operation. getValueMatcher()
Can be set for action 'test' for advanced matching for the value of 'path' field.ValueMatcher
OperationOrBuilder. getValueMatcher()
Can be set for action 'test' for advanced matching for the value of 'path' field.static ValueMatcher
ValueMatcher. parseDelimitedFrom(InputStream input)
static ValueMatcher
ValueMatcher. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValueMatcher
ValueMatcher. parseFrom(byte[] data)
static ValueMatcher
ValueMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValueMatcher
ValueMatcher. parseFrom(com.google.protobuf.ByteString data)
static ValueMatcher
ValueMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValueMatcher
ValueMatcher. parseFrom(com.google.protobuf.CodedInputStream input)
static ValueMatcher
ValueMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValueMatcher
ValueMatcher. parseFrom(InputStream input)
static ValueMatcher
ValueMatcher. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValueMatcher
ValueMatcher. parseFrom(ByteBuffer data)
static ValueMatcher
ValueMatcher. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.recommender.v1 that return types with arguments of type ValueMatcher Modifier and Type Method Description Map<String,ValueMatcher>
Operation.Builder. getMutablePathValueMatchers()
Deprecated.com.google.protobuf.Parser<ValueMatcher>
ValueMatcher. getParserForType()
Map<String,ValueMatcher>
Operation.Builder. getPathValueMatchers()
Deprecated.Map<String,ValueMatcher>
Operation. getPathValueMatchers()
Deprecated.Map<String,ValueMatcher>
OperationOrBuilder. getPathValueMatchers()
Deprecated.Map<String,ValueMatcher>
Operation.Builder. getPathValueMatchersMap()
Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.Map<String,ValueMatcher>
Operation. getPathValueMatchersMap()
Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.Map<String,ValueMatcher>
OperationOrBuilder. getPathValueMatchersMap()
Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.static com.google.protobuf.Parser<ValueMatcher>
ValueMatcher. parser()
Methods in com.google.cloud.recommender.v1 with parameters of type ValueMatcher Modifier and Type Method Description ValueMatcher
Operation.Builder. getPathValueMatchersOrDefault(String key, ValueMatcher defaultValue)
Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcher
Operation. getPathValueMatchersOrDefault(String key, ValueMatcher defaultValue)
Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcher
OperationOrBuilder. getPathValueMatchersOrDefault(String key, ValueMatcher defaultValue)
Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcher.Builder
ValueMatcher.Builder. mergeFrom(ValueMatcher other)
Operation.Builder
Operation.Builder. mergeValueMatcher(ValueMatcher value)
Can be set for action 'test' for advanced matching for the value of 'path' field.static ValueMatcher.Builder
ValueMatcher. newBuilder(ValueMatcher prototype)
Operation.Builder
Operation.Builder. putPathValueMatchers(String key, ValueMatcher value)
Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.Operation.Builder
Operation.Builder. setValueMatcher(ValueMatcher value)
Can be set for action 'test' for advanced matching for the value of 'path' field.Method parameters in com.google.cloud.recommender.v1 with type arguments of type ValueMatcher Modifier and Type Method Description Operation.Builder
Operation.Builder. putAllPathValueMatchers(Map<String,ValueMatcher> values)
Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.
-