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 HttpRouteRule
HttpRouteRule.Builder. build()
HttpRouteRule
HttpRouteRule.Builder. buildPartial()
static HttpRouteRule
HttpRouteRule. getDefaultInstance()
HttpRouteRule
HttpRouteRule.Builder. getDefaultInstanceForType()
HttpRouteRule
HttpRouteRule. getDefaultInstanceForType()
HttpRouteRule
PathMatcher.Builder. getRouteRules(int index)
The list of HTTP route rules.HttpRouteRule
PathMatcher. getRouteRules(int index)
The list of HTTP route rules.HttpRouteRule
PathMatcherOrBuilder. getRouteRules(int index)
The list of HTTP route rules.static HttpRouteRule
HttpRouteRule. parseDelimitedFrom(InputStream input)
static HttpRouteRule
HttpRouteRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRouteRule
HttpRouteRule. parseFrom(byte[] data)
static HttpRouteRule
HttpRouteRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRouteRule
HttpRouteRule. parseFrom(com.google.protobuf.ByteString data)
static HttpRouteRule
HttpRouteRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRouteRule
HttpRouteRule. parseFrom(com.google.protobuf.CodedInputStream input)
static HttpRouteRule
HttpRouteRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRouteRule
HttpRouteRule. parseFrom(InputStream input)
static HttpRouteRule
HttpRouteRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRouteRule
HttpRouteRule. parseFrom(ByteBuffer data)
static HttpRouteRule
HttpRouteRule. 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.Builder
PathMatcher.Builder. addRouteRules(int index, HttpRouteRule value)
The list of HTTP route rules.PathMatcher.Builder
PathMatcher.Builder. addRouteRules(HttpRouteRule value)
The list of HTTP route rules.HttpRouteRule.Builder
HttpRouteRule.Builder. mergeFrom(HttpRouteRule other)
static HttpRouteRule.Builder
HttpRouteRule. newBuilder(HttpRouteRule prototype)
PathMatcher.Builder
PathMatcher.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.Builder
PathMatcher.Builder. addAllRouteRules(Iterable<? extends HttpRouteRule> values)
The list of HTTP route rules.
-