| Modifier and Type | Method and Description |
|---|---|
HostRule |
HostRule.Builder.build() |
HostRule |
HostRule.Builder.buildPartial() |
static HostRule |
HostRule.getDefaultInstance() |
HostRule |
HostRule.getDefaultInstanceForType() |
HostRule |
HostRule.Builder.getDefaultInstanceForType() |
HostRule |
UrlMap.getHostRules(int index)
The list of host rules to use against the URL.
|
HostRule |
UrlMap.Builder.getHostRules(int index)
The list of host rules to use against the URL.
|
HostRule |
UrlMapOrBuilder.getHostRules(int index)
The list of host rules to use against the URL.
|
static HostRule |
HostRule.parseDelimitedFrom(InputStream input) |
static HostRule |
HostRule.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HostRule |
HostRule.parseFrom(byte[] data) |
static HostRule |
HostRule.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HostRule |
HostRule.parseFrom(ByteBuffer data) |
static HostRule |
HostRule.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HostRule |
HostRule.parseFrom(com.google.protobuf.ByteString data) |
static HostRule |
HostRule.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HostRule |
HostRule.parseFrom(com.google.protobuf.CodedInputStream input) |
static HostRule |
HostRule.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HostRule |
HostRule.parseFrom(InputStream input) |
static HostRule |
HostRule.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<HostRule> |
UrlMap.getHostRulesList()
The list of host rules to use against the URL.
|
List<HostRule> |
UrlMap.Builder.getHostRulesList()
The list of host rules to use against the URL.
|
List<HostRule> |
UrlMapOrBuilder.getHostRulesList()
The list of host rules to use against the URL.
|
com.google.protobuf.Parser<HostRule> |
HostRule.getParserForType() |
static com.google.protobuf.Parser<HostRule> |
HostRule.parser() |
| Modifier and Type | Method and Description |
|---|---|
UrlMap.Builder |
UrlMap.Builder.addHostRules(HostRule value)
The list of host rules to use against the URL.
|
UrlMap.Builder |
UrlMap.Builder.addHostRules(int index,
HostRule value)
The list of host rules to use against the URL.
|
HostRule.Builder |
HostRule.Builder.mergeFrom(HostRule other) |
static HostRule.Builder |
HostRule.newBuilder(HostRule prototype) |
UrlMap.Builder |
UrlMap.Builder.setHostRules(int index,
HostRule value)
The list of host rules to use against the URL.
|
| Modifier and Type | Method and Description |
|---|---|
UrlMap.Builder |
UrlMap.Builder.addAllHostRules(Iterable<? extends HostRule> values)
The list of host rules to use against the URL.
|
Copyright © 2023 Google LLC. All rights reserved.