VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.addAllGateways(java.lang.Iterable<java.lang.String> values) |
Names of gateways where the rule should be applied.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.addGateways(java.lang.String value) |
Names of gateways where the rule should be applied.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.addGatewaysBytes(com.google.protobuf.ByteString value) |
Names of gateways where the rule should be applied.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPRoute.Builder.addMatchBuilder() |
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPRoute.Builder.addMatchBuilder(int index) |
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clear() |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearAuthority() |
HTTP Authority
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearGateways() |
Names of gateways where the rule should be applied.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearHeaders() |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearIgnoreUriCase() |
Flag to specify whether the URI matching should be case-insensitive.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearMethod() |
HTTP Method
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearName() |
The name assigned to a match.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearPort() |
Specifies the ports on the host that is being addressed.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearQueryParams() |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearScheme() |
URI Scheme
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearSourceLabels() |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearSourceNamespace() |
Source namespace constraining the applicability of a rule to workloads in that namespace.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearUri() |
URI to match
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
**Note:** Case-insensitive matching could be enabled via the
`ignore_uri_case` flag.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clearWithoutHeaders() |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.clone() |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPRoute.Builder.getMatchBuilder(int index) |
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.mergeAuthority(VirtualServiceOuterClass.StringMatch value) |
HTTP Authority
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.mergeFrom(VirtualServiceOuterClass.HTTPMatchRequest other) |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.mergeMethod(VirtualServiceOuterClass.StringMatch value) |
HTTP Method
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.mergeScheme(VirtualServiceOuterClass.StringMatch value) |
URI Scheme
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.mergeUri(VirtualServiceOuterClass.StringMatch value) |
URI to match
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
**Note:** Case-insensitive matching could be enabled via the
`ignore_uri_case` flag.
|
static VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.newBuilder() |
|
static VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.newBuilder(VirtualServiceOuterClass.HTTPMatchRequest prototype) |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.newBuilderForType() |
|
protected VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.putAllHeaders(java.util.Map<java.lang.String,VirtualServiceOuterClass.StringMatch> values) |
The header keys must be lowercase and use hyphen as the separator,
e.g.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.putAllQueryParams(java.util.Map<java.lang.String,VirtualServiceOuterClass.StringMatch> values) |
Query parameters for matching.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.putAllSourceLabels(java.util.Map<java.lang.String,java.lang.String> values) |
One or more labels that constrain the applicability of a rule to
workloads with the given labels.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.putAllWithoutHeaders(java.util.Map<java.lang.String,VirtualServiceOuterClass.StringMatch> values) |
withoutHeader has the same syntax with the header, but has opposite meaning.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.putHeaders(java.lang.String key,
VirtualServiceOuterClass.StringMatch value) |
The header keys must be lowercase and use hyphen as the separator,
e.g.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.putQueryParams(java.lang.String key,
VirtualServiceOuterClass.StringMatch value) |
Query parameters for matching.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.putSourceLabels(java.lang.String key,
java.lang.String value) |
One or more labels that constrain the applicability of a rule to
workloads with the given labels.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.putWithoutHeaders(java.lang.String key,
VirtualServiceOuterClass.StringMatch value) |
withoutHeader has the same syntax with the header, but has opposite meaning.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.removeHeaders(java.lang.String key) |
The header keys must be lowercase and use hyphen as the separator,
e.g.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.removeQueryParams(java.lang.String key) |
Query parameters for matching.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.removeSourceLabels(java.lang.String key) |
One or more labels that constrain the applicability of a rule to
workloads with the given labels.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.removeWithoutHeaders(java.lang.String key) |
withoutHeader has the same syntax with the header, but has opposite meaning.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setAuthority(VirtualServiceOuterClass.StringMatch value) |
HTTP Authority
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setAuthority(VirtualServiceOuterClass.StringMatch.Builder builderForValue) |
HTTP Authority
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setGateways(int index,
java.lang.String value) |
Names of gateways where the rule should be applied.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setIgnoreUriCase(boolean value) |
Flag to specify whether the URI matching should be case-insensitive.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setMethod(VirtualServiceOuterClass.StringMatch value) |
HTTP Method
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setMethod(VirtualServiceOuterClass.StringMatch.Builder builderForValue) |
HTTP Method
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setName(java.lang.String value) |
The name assigned to a match.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The name assigned to a match.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setPort(int value) |
Specifies the ports on the host that is being addressed.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setScheme(VirtualServiceOuterClass.StringMatch value) |
URI Scheme
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setScheme(VirtualServiceOuterClass.StringMatch.Builder builderForValue) |
URI Scheme
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setSourceNamespace(java.lang.String value) |
Source namespace constraining the applicability of a rule to workloads in that namespace.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setSourceNamespaceBytes(com.google.protobuf.ByteString value) |
Source namespace constraining the applicability of a rule to workloads in that namespace.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setUri(VirtualServiceOuterClass.StringMatch value) |
URI to match
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
**Note:** Case-insensitive matching could be enabled via the
`ignore_uri_case` flag.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.Builder.setUri(VirtualServiceOuterClass.StringMatch.Builder builderForValue) |
URI to match
values are case-sensitive and formatted as follows:
- `exact: "value"` for exact string match
- `prefix: "value"` for prefix-based match
- `regex: "value"` for ECMAscript style regex-based match
**Note:** Case-insensitive matching could be enabled via the
`ignore_uri_case` flag.
|
VirtualServiceOuterClass.HTTPMatchRequest.Builder |
VirtualServiceOuterClass.HTTPMatchRequest.toBuilder() |
|