Uses of Class
com.google.cloud.compute.v1.HostRule
-
Packages that use HostRule Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HostRule in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return HostRule Modifier and Type Method Description HostRule
HostRule.Builder. build()
HostRule
HostRule.Builder. buildPartial()
static HostRule
HostRule. getDefaultInstance()
HostRule
HostRule.Builder. getDefaultInstanceForType()
HostRule
HostRule. getDefaultInstanceForType()
HostRule
UrlMap.Builder. getHostRules(int index)
The list of host rules to use against the URL.HostRule
UrlMap. 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(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)
static HostRule
HostRule. parseFrom(ByteBuffer data)
static HostRule
HostRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type HostRule Modifier and Type Method Description List<HostRule>
UrlMap.Builder. getHostRulesList()
The list of host rules to use against the URL.List<HostRule>
UrlMap. 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()
Methods in com.google.cloud.compute.v1 with parameters of type HostRule Modifier and Type Method Description UrlMap.Builder
UrlMap.Builder. addHostRules(int index, HostRule value)
The list of host rules to use against the URL.UrlMap.Builder
UrlMap.Builder. addHostRules(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.Method parameters in com.google.cloud.compute.v1 with type arguments of type HostRule Modifier and Type Method Description UrlMap.Builder
UrlMap.Builder. addAllHostRules(Iterable<? extends HostRule> values)
The list of host rules to use against the URL.
-