Uses of Interface
com.google.cloud.compute.v1.HostRuleOrBuilder
-
Packages that use HostRuleOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HostRuleOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement HostRuleOrBuilder Modifier and Type Class Description class
HostRule
UrlMaps A host-matching rule for a URL.static class
HostRule.Builder
UrlMaps A host-matching rule for a URL.Methods in com.google.cloud.compute.v1 that return HostRuleOrBuilder Modifier and Type Method Description HostRuleOrBuilder
UrlMap.Builder. getHostRulesOrBuilder(int index)
The list of host rules to use against the URL.HostRuleOrBuilder
UrlMap. getHostRulesOrBuilder(int index)
The list of host rules to use against the URL.HostRuleOrBuilder
UrlMapOrBuilder. getHostRulesOrBuilder(int index)
The list of host rules to use against the URL.Methods in com.google.cloud.compute.v1 that return types with arguments of type HostRuleOrBuilder Modifier and Type Method Description List<? extends HostRuleOrBuilder>
UrlMap.Builder. getHostRulesOrBuilderList()
The list of host rules to use against the URL.List<? extends HostRuleOrBuilder>
UrlMap. getHostRulesOrBuilderList()
The list of host rules to use against the URL.List<? extends HostRuleOrBuilder>
UrlMapOrBuilder. getHostRulesOrBuilderList()
The list of host rules to use against the URL.
-