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 HostRuleHostRule.Builder. build()HostRuleHostRule.Builder. buildPartial()static HostRuleHostRule. getDefaultInstance()HostRuleHostRule.Builder. getDefaultInstanceForType()HostRuleHostRule. getDefaultInstanceForType()HostRuleUrlMap.Builder. getHostRules(int index)The list of host rules to use against the URL.HostRuleUrlMap. getHostRules(int index)The list of host rules to use against the URL.HostRuleUrlMapOrBuilder. getHostRules(int index)The list of host rules to use against the URL.static HostRuleHostRule. parseDelimitedFrom(InputStream input)static HostRuleHostRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HostRuleHostRule. parseFrom(byte[] data)static HostRuleHostRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HostRuleHostRule. parseFrom(com.google.protobuf.ByteString data)static HostRuleHostRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HostRuleHostRule. parseFrom(com.google.protobuf.CodedInputStream input)static HostRuleHostRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HostRuleHostRule. parseFrom(InputStream input)static HostRuleHostRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HostRuleHostRule. parseFrom(ByteBuffer data)static HostRuleHostRule. 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.BuilderUrlMap.Builder. addHostRules(int index, HostRule value)The list of host rules to use against the URL.UrlMap.BuilderUrlMap.Builder. addHostRules(HostRule value)The list of host rules to use against the URL.HostRule.BuilderHostRule.Builder. mergeFrom(HostRule other)static HostRule.BuilderHostRule. newBuilder(HostRule prototype)UrlMap.BuilderUrlMap.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.BuilderUrlMap.Builder. addAllHostRules(Iterable<? extends HostRule> values)The list of host rules to use against the URL.
-