| Modifier and Type | Method and Description |
|---|---|
ValueMatcher |
ValueMatcher.Builder.build() |
ValueMatcher |
ValueMatcher.Builder.buildPartial() |
static ValueMatcher |
ValueMatcher.getDefaultInstance() |
ValueMatcher |
ValueMatcher.getDefaultInstanceForType() |
ValueMatcher |
ValueMatcher.Builder.getDefaultInstanceForType() |
ValueMatcher |
Operation.getPathValueMatchersOrDefault(String key,
ValueMatcher defaultValue)
Similar to path_filters, this contains set of filters to apply if `path`
field referes to array elements.
|
ValueMatcher |
Operation.Builder.getPathValueMatchersOrDefault(String key,
ValueMatcher defaultValue)
Similar to path_filters, this contains set of filters to apply if `path`
field referes to array elements.
|
ValueMatcher |
OperationOrBuilder.getPathValueMatchersOrDefault(String key,
ValueMatcher defaultValue)
Similar to path_filters, this contains set of filters to apply if `path`
field referes to array elements.
|
ValueMatcher |
Operation.getPathValueMatchersOrThrow(String key)
Similar to path_filters, this contains set of filters to apply if `path`
field referes to array elements.
|
ValueMatcher |
Operation.Builder.getPathValueMatchersOrThrow(String key)
Similar to path_filters, this contains set of filters to apply if `path`
field referes to array elements.
|
ValueMatcher |
OperationOrBuilder.getPathValueMatchersOrThrow(String key)
Similar to path_filters, this contains set of filters to apply if `path`
field referes to array elements.
|
ValueMatcher |
Operation.getValueMatcher()
Can be set for action 'test' for advanced matching for the value of
'path' field.
|
ValueMatcher |
Operation.Builder.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(ByteBuffer data) |
static ValueMatcher |
ValueMatcher.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ValueMatcher> |
Operation.Builder.getMutablePathValueMatchers()
Deprecated.
|
com.google.protobuf.Parser<ValueMatcher> |
ValueMatcher.getParserForType() |
Map<String,ValueMatcher> |
Operation.getPathValueMatchers()
Deprecated.
|
Map<String,ValueMatcher> |
Operation.Builder.getPathValueMatchers()
Deprecated.
|
Map<String,ValueMatcher> |
OperationOrBuilder.getPathValueMatchers()
Deprecated.
|
Map<String,ValueMatcher> |
Operation.getPathValueMatchersMap()
Similar to path_filters, this contains set of filters to apply if `path`
field referes to array elements.
|
Map<String,ValueMatcher> |
Operation.Builder.getPathValueMatchersMap()
Similar to path_filters, this contains set of filters to apply if `path`
field referes to array elements.
|
Map<String,ValueMatcher> |
OperationOrBuilder.getPathValueMatchersMap()
Similar to path_filters, this contains set of filters to apply if `path`
field referes to array elements.
|
static com.google.protobuf.Parser<ValueMatcher> |
ValueMatcher.parser() |
| Modifier and Type | Method and Description |
|---|---|
ValueMatcher |
Operation.getPathValueMatchersOrDefault(String key,
ValueMatcher defaultValue)
Similar to path_filters, this contains set of filters to apply if `path`
field referes to array elements.
|
ValueMatcher |
Operation.Builder.getPathValueMatchersOrDefault(String key,
ValueMatcher defaultValue)
Similar to path_filters, this contains set of filters to apply if `path`
field referes to array elements.
|
ValueMatcher |
OperationOrBuilder.getPathValueMatchersOrDefault(String key,
ValueMatcher defaultValue)
Similar to path_filters, this contains set of filters to apply if `path`
field referes 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 referes 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.
|
| Modifier and Type | Method and Description |
|---|---|
Operation.Builder |
Operation.Builder.putAllPathValueMatchers(Map<String,ValueMatcher> values)
Similar to path_filters, this contains set of filters to apply if `path`
field referes to array elements.
|
Copyright © 2020 Google LLC. All rights reserved.