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 ValueMatcherValueMatcher.Builder. build()ValueMatcherValueMatcher.Builder. buildPartial()static ValueMatcherValueMatcher. getDefaultInstance()ValueMatcherValueMatcher.Builder. getDefaultInstanceForType()ValueMatcherValueMatcher. getDefaultInstanceForType()ValueMatcherOperation.Builder. getPathValueMatchersOrDefault(String key, ValueMatcher defaultValue)Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcherOperation. getPathValueMatchersOrDefault(String key, ValueMatcher defaultValue)Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcherOperationOrBuilder. getPathValueMatchersOrDefault(String key, ValueMatcher defaultValue)Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcherOperation.Builder. getPathValueMatchersOrThrow(String key)Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcherOperation. getPathValueMatchersOrThrow(String key)Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcherOperationOrBuilder. getPathValueMatchersOrThrow(String key)Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcherOperation.Builder. getValueMatcher()Can be set for action 'test' for advanced matching for the value of 'path' field.ValueMatcherOperation. getValueMatcher()Can be set for action 'test' for advanced matching for the value of 'path' field.ValueMatcherOperationOrBuilder. getValueMatcher()Can be set for action 'test' for advanced matching for the value of 'path' field.static ValueMatcherValueMatcher. parseDelimitedFrom(InputStream input)static ValueMatcherValueMatcher. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueMatcherValueMatcher. parseFrom(byte[] data)static ValueMatcherValueMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueMatcherValueMatcher. parseFrom(com.google.protobuf.ByteString data)static ValueMatcherValueMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueMatcherValueMatcher. parseFrom(com.google.protobuf.CodedInputStream input)static ValueMatcherValueMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueMatcherValueMatcher. parseFrom(InputStream input)static ValueMatcherValueMatcher. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueMatcherValueMatcher. parseFrom(ByteBuffer data)static ValueMatcherValueMatcher. 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 ValueMatcherOperation.Builder. getPathValueMatchersOrDefault(String key, ValueMatcher defaultValue)Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcherOperation. getPathValueMatchersOrDefault(String key, ValueMatcher defaultValue)Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcherOperationOrBuilder. getPathValueMatchersOrDefault(String key, ValueMatcher defaultValue)Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.ValueMatcher.BuilderValueMatcher.Builder. mergeFrom(ValueMatcher other)Operation.BuilderOperation.Builder. mergeValueMatcher(ValueMatcher value)Can be set for action 'test' for advanced matching for the value of 'path' field.static ValueMatcher.BuilderValueMatcher. newBuilder(ValueMatcher prototype)Operation.BuilderOperation.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.BuilderOperation.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.BuilderOperation.Builder. putAllPathValueMatchers(Map<String,ValueMatcher> values)Similar to path_filters, this contains set of filters to apply if `path` field refers to array elements.
-