Uses of Class
com.google.cloud.compute.v1.HttpRouteRule
-
Packages that use HttpRouteRule Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HttpRouteRule in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return HttpRouteRule Modifier and Type Method Description HttpRouteRuleHttpRouteRule.Builder. build()HttpRouteRuleHttpRouteRule.Builder. buildPartial()static HttpRouteRuleHttpRouteRule. getDefaultInstance()HttpRouteRuleHttpRouteRule.Builder. getDefaultInstanceForType()HttpRouteRuleHttpRouteRule. getDefaultInstanceForType()HttpRouteRulePathMatcher.Builder. getRouteRules(int index)The list of HTTP route rules.HttpRouteRulePathMatcher. getRouteRules(int index)The list of HTTP route rules.HttpRouteRulePathMatcherOrBuilder. getRouteRules(int index)The list of HTTP route rules.static HttpRouteRuleHttpRouteRule. parseDelimitedFrom(InputStream input)static HttpRouteRuleHttpRouteRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpRouteRuleHttpRouteRule. parseFrom(byte[] data)static HttpRouteRuleHttpRouteRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpRouteRuleHttpRouteRule. parseFrom(com.google.protobuf.ByteString data)static HttpRouteRuleHttpRouteRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpRouteRuleHttpRouteRule. parseFrom(com.google.protobuf.CodedInputStream input)static HttpRouteRuleHttpRouteRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpRouteRuleHttpRouteRule. parseFrom(InputStream input)static HttpRouteRuleHttpRouteRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpRouteRuleHttpRouteRule. parseFrom(ByteBuffer data)static HttpRouteRuleHttpRouteRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type HttpRouteRule Modifier and Type Method Description com.google.protobuf.Parser<HttpRouteRule>HttpRouteRule. getParserForType()List<HttpRouteRule>PathMatcher.Builder. getRouteRulesList()The list of HTTP route rules.List<HttpRouteRule>PathMatcher. getRouteRulesList()The list of HTTP route rules.List<HttpRouteRule>PathMatcherOrBuilder. getRouteRulesList()The list of HTTP route rules.static com.google.protobuf.Parser<HttpRouteRule>HttpRouteRule. parser()Methods in com.google.cloud.compute.v1 with parameters of type HttpRouteRule Modifier and Type Method Description PathMatcher.BuilderPathMatcher.Builder. addRouteRules(int index, HttpRouteRule value)The list of HTTP route rules.PathMatcher.BuilderPathMatcher.Builder. addRouteRules(HttpRouteRule value)The list of HTTP route rules.HttpRouteRule.BuilderHttpRouteRule.Builder. mergeFrom(HttpRouteRule other)static HttpRouteRule.BuilderHttpRouteRule. newBuilder(HttpRouteRule prototype)PathMatcher.BuilderPathMatcher.Builder. setRouteRules(int index, HttpRouteRule value)The list of HTTP route rules.Method parameters in com.google.cloud.compute.v1 with type arguments of type HttpRouteRule Modifier and Type Method Description PathMatcher.BuilderPathMatcher.Builder. addAllRouteRules(Iterable<? extends HttpRouteRule> values)The list of HTTP route rules.
-