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 HttpRouteRuleMatchHttpRouteRuleMatch.Builder. build()HttpRouteRuleMatchHttpRouteRuleMatch.Builder. buildPartial()static HttpRouteRuleMatchHttpRouteRuleMatch. getDefaultInstance()HttpRouteRuleMatchHttpRouteRuleMatch.Builder. getDefaultInstanceForType()HttpRouteRuleMatchHttpRouteRuleMatch. getDefaultInstanceForType()HttpRouteRuleMatchHttpRouteRule.Builder. getMatchRules(int index)The list of criteria for matching attributes of a request to this routeRule.HttpRouteRuleMatchHttpRouteRule. getMatchRules(int index)The list of criteria for matching attributes of a request to this routeRule.HttpRouteRuleMatchHttpRouteRuleOrBuilder. getMatchRules(int index)The list of criteria for matching attributes of a request to this routeRule.static HttpRouteRuleMatchHttpRouteRuleMatch. parseDelimitedFrom(InputStream input)static HttpRouteRuleMatchHttpRouteRuleMatch. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpRouteRuleMatchHttpRouteRuleMatch. parseFrom(byte[] data)static HttpRouteRuleMatchHttpRouteRuleMatch. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpRouteRuleMatchHttpRouteRuleMatch. parseFrom(com.google.protobuf.ByteString data)static HttpRouteRuleMatchHttpRouteRuleMatch. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpRouteRuleMatchHttpRouteRuleMatch. parseFrom(com.google.protobuf.CodedInputStream input)static HttpRouteRuleMatchHttpRouteRuleMatch. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpRouteRuleMatchHttpRouteRuleMatch. parseFrom(InputStream input)static HttpRouteRuleMatchHttpRouteRuleMatch. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpRouteRuleMatchHttpRouteRuleMatch. parseFrom(ByteBuffer data)static HttpRouteRuleMatchHttpRouteRuleMatch. 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.BuilderHttpRouteRule.Builder. addMatchRules(int index, HttpRouteRuleMatch value)The list of criteria for matching attributes of a request to this routeRule.HttpRouteRule.BuilderHttpRouteRule.Builder. addMatchRules(HttpRouteRuleMatch value)The list of criteria for matching attributes of a request to this routeRule.HttpRouteRuleMatch.BuilderHttpRouteRuleMatch.Builder. mergeFrom(HttpRouteRuleMatch other)static HttpRouteRuleMatch.BuilderHttpRouteRuleMatch. newBuilder(HttpRouteRuleMatch prototype)HttpRouteRule.BuilderHttpRouteRule.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.BuilderHttpRouteRule.Builder. addAllMatchRules(Iterable<? extends HttpRouteRuleMatch> values)The list of criteria for matching attributes of a request to this routeRule.
-