Uses of Class
com.google.cloud.compute.v1.HttpRouteRuleMatch
-
Packages that use HttpRouteRuleMatch Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HttpRouteRuleMatch in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return HttpRouteRuleMatch Modifier and Type Method Description HttpRouteRuleMatch
HttpRouteRuleMatch.Builder. build()
HttpRouteRuleMatch
HttpRouteRuleMatch.Builder. buildPartial()
static HttpRouteRuleMatch
HttpRouteRuleMatch. getDefaultInstance()
HttpRouteRuleMatch
HttpRouteRuleMatch.Builder. getDefaultInstanceForType()
HttpRouteRuleMatch
HttpRouteRuleMatch. getDefaultInstanceForType()
HttpRouteRuleMatch
HttpRouteRule.Builder. getMatchRules(int index)
The list of criteria for matching attributes of a request to this routeRule.HttpRouteRuleMatch
HttpRouteRule. getMatchRules(int index)
The list of criteria for matching attributes of a request to this routeRule.HttpRouteRuleMatch
HttpRouteRuleOrBuilder. getMatchRules(int index)
The list of criteria for matching attributes of a request to this routeRule.static HttpRouteRuleMatch
HttpRouteRuleMatch. parseDelimitedFrom(InputStream input)
static HttpRouteRuleMatch
HttpRouteRuleMatch. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRouteRuleMatch
HttpRouteRuleMatch. parseFrom(byte[] data)
static HttpRouteRuleMatch
HttpRouteRuleMatch. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRouteRuleMatch
HttpRouteRuleMatch. parseFrom(com.google.protobuf.ByteString data)
static HttpRouteRuleMatch
HttpRouteRuleMatch. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRouteRuleMatch
HttpRouteRuleMatch. parseFrom(com.google.protobuf.CodedInputStream input)
static HttpRouteRuleMatch
HttpRouteRuleMatch. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRouteRuleMatch
HttpRouteRuleMatch. parseFrom(InputStream input)
static HttpRouteRuleMatch
HttpRouteRuleMatch. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRouteRuleMatch
HttpRouteRuleMatch. parseFrom(ByteBuffer data)
static HttpRouteRuleMatch
HttpRouteRuleMatch. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type HttpRouteRuleMatch Modifier and Type Method Description List<HttpRouteRuleMatch>
HttpRouteRule.Builder. getMatchRulesList()
The list of criteria for matching attributes of a request to this routeRule.List<HttpRouteRuleMatch>
HttpRouteRule. getMatchRulesList()
The list of criteria for matching attributes of a request to this routeRule.List<HttpRouteRuleMatch>
HttpRouteRuleOrBuilder. getMatchRulesList()
The list of criteria for matching attributes of a request to this routeRule.com.google.protobuf.Parser<HttpRouteRuleMatch>
HttpRouteRuleMatch. getParserForType()
static com.google.protobuf.Parser<HttpRouteRuleMatch>
HttpRouteRuleMatch. parser()
Methods in com.google.cloud.compute.v1 with parameters of type HttpRouteRuleMatch Modifier and Type Method Description HttpRouteRule.Builder
HttpRouteRule.Builder. addMatchRules(int index, HttpRouteRuleMatch value)
The list of criteria for matching attributes of a request to this routeRule.HttpRouteRule.Builder
HttpRouteRule.Builder. addMatchRules(HttpRouteRuleMatch value)
The list of criteria for matching attributes of a request to this routeRule.HttpRouteRuleMatch.Builder
HttpRouteRuleMatch.Builder. mergeFrom(HttpRouteRuleMatch other)
static HttpRouteRuleMatch.Builder
HttpRouteRuleMatch. newBuilder(HttpRouteRuleMatch prototype)
HttpRouteRule.Builder
HttpRouteRule.Builder. setMatchRules(int index, HttpRouteRuleMatch value)
The list of criteria for matching attributes of a request to this routeRule.Method parameters in com.google.cloud.compute.v1 with type arguments of type HttpRouteRuleMatch Modifier and Type Method Description HttpRouteRule.Builder
HttpRouteRule.Builder. addAllMatchRules(Iterable<? extends HttpRouteRuleMatch> values)
The list of criteria for matching attributes of a request to this routeRule.
-