| Modifier and Type | Method and Description |
|---|---|
HostRule.Builder |
HostRule.Builder.addAllHosts(Iterable<String> values)
The list of host patterns to match.
|
HostRule.Builder |
UrlMap.Builder.addHostRulesBuilder()
The list of host rules to use against the URL.
|
HostRule.Builder |
UrlMap.Builder.addHostRulesBuilder(int index)
The list of host rules to use against the URL.
|
HostRule.Builder |
HostRule.Builder.addHosts(String value)
The list of host patterns to match.
|
HostRule.Builder |
HostRule.Builder.addHostsBytes(com.google.protobuf.ByteString value)
The list of host patterns to match.
|
HostRule.Builder |
HostRule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HostRule.Builder |
HostRule.Builder.clear() |
HostRule.Builder |
HostRule.Builder.clearDescription()
An optional description of this resource.
|
HostRule.Builder |
HostRule.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HostRule.Builder |
HostRule.Builder.clearHosts()
The list of host patterns to match.
|
HostRule.Builder |
HostRule.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HostRule.Builder |
HostRule.Builder.clearPathMatcher()
The name of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL's host portion.
|
HostRule.Builder |
HostRule.Builder.clone() |
HostRule.Builder |
UrlMap.Builder.getHostRulesBuilder(int index)
The list of host rules to use against the URL.
|
HostRule.Builder |
HostRule.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HostRule.Builder |
HostRule.Builder.mergeFrom(HostRule other) |
HostRule.Builder |
HostRule.Builder.mergeFrom(com.google.protobuf.Message other) |
HostRule.Builder |
HostRule.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HostRule.Builder |
HostRule.newBuilder() |
static HostRule.Builder |
HostRule.newBuilder(HostRule prototype) |
HostRule.Builder |
HostRule.newBuilderForType() |
protected HostRule.Builder |
HostRule.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HostRule.Builder |
HostRule.Builder.setDescription(String value)
An optional description of this resource.
|
HostRule.Builder |
HostRule.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
An optional description of this resource.
|
HostRule.Builder |
HostRule.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HostRule.Builder |
HostRule.Builder.setHosts(int index,
String value)
The list of host patterns to match.
|
HostRule.Builder |
HostRule.Builder.setPathMatcher(String value)
The name of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL's host portion.
|
HostRule.Builder |
HostRule.Builder.setPathMatcherBytes(com.google.protobuf.ByteString value)
The name of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL's host portion.
|
HostRule.Builder |
HostRule.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HostRule.Builder |
HostRule.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HostRule.Builder |
HostRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<HostRule.Builder> |
UrlMap.Builder.getHostRulesBuilderList()
The list of host rules to use against the URL.
|
| Modifier and Type | Method and Description |
|---|---|
UrlMap.Builder |
UrlMap.Builder.addHostRules(HostRule.Builder builderForValue)
The list of host rules to use against the URL.
|
UrlMap.Builder |
UrlMap.Builder.addHostRules(int index,
HostRule.Builder builderForValue)
The list of host rules to use against the URL.
|
UrlMap.Builder |
UrlMap.Builder.setHostRules(int index,
HostRule.Builder builderForValue)
The list of host rules to use against the URL.
|
Copyright © 2023 Google LLC. All rights reserved.