Uses of Class
com.google.cloud.compute.v1.HttpHeaderMatch
-
Packages that use HttpHeaderMatch Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HttpHeaderMatch in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return HttpHeaderMatch Modifier and Type Method Description HttpHeaderMatchHttpHeaderMatch.Builder. build()HttpHeaderMatchHttpHeaderMatch.Builder. buildPartial()static HttpHeaderMatchHttpHeaderMatch. getDefaultInstance()HttpHeaderMatchHttpHeaderMatch.Builder. getDefaultInstanceForType()HttpHeaderMatchHttpHeaderMatch. getDefaultInstanceForType()HttpHeaderMatchHttpRouteRuleMatch.Builder. getHeaderMatches(int index)Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpHeaderMatchHttpRouteRuleMatch. getHeaderMatches(int index)Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpHeaderMatchHttpRouteRuleMatchOrBuilder. getHeaderMatches(int index)Specifies a list of header match criteria, all of which must match corresponding headers in the request.static HttpHeaderMatchHttpHeaderMatch. parseDelimitedFrom(InputStream input)static HttpHeaderMatchHttpHeaderMatch. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpHeaderMatchHttpHeaderMatch. parseFrom(byte[] data)static HttpHeaderMatchHttpHeaderMatch. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpHeaderMatchHttpHeaderMatch. parseFrom(com.google.protobuf.ByteString data)static HttpHeaderMatchHttpHeaderMatch. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpHeaderMatchHttpHeaderMatch. parseFrom(com.google.protobuf.CodedInputStream input)static HttpHeaderMatchHttpHeaderMatch. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpHeaderMatchHttpHeaderMatch. parseFrom(InputStream input)static HttpHeaderMatchHttpHeaderMatch. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpHeaderMatchHttpHeaderMatch. parseFrom(ByteBuffer data)static HttpHeaderMatchHttpHeaderMatch. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type HttpHeaderMatch Modifier and Type Method Description List<HttpHeaderMatch>HttpRouteRuleMatch.Builder. getHeaderMatchesList()Specifies a list of header match criteria, all of which must match corresponding headers in the request.List<HttpHeaderMatch>HttpRouteRuleMatch. getHeaderMatchesList()Specifies a list of header match criteria, all of which must match corresponding headers in the request.List<HttpHeaderMatch>HttpRouteRuleMatchOrBuilder. getHeaderMatchesList()Specifies a list of header match criteria, all of which must match corresponding headers in the request.com.google.protobuf.Parser<HttpHeaderMatch>HttpHeaderMatch. getParserForType()static com.google.protobuf.Parser<HttpHeaderMatch>HttpHeaderMatch. parser()Methods in com.google.cloud.compute.v1 with parameters of type HttpHeaderMatch Modifier and Type Method Description HttpRouteRuleMatch.BuilderHttpRouteRuleMatch.Builder. addHeaderMatches(int index, HttpHeaderMatch value)Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpRouteRuleMatch.BuilderHttpRouteRuleMatch.Builder. addHeaderMatches(HttpHeaderMatch value)Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpHeaderMatch.BuilderHttpHeaderMatch.Builder. mergeFrom(HttpHeaderMatch other)static HttpHeaderMatch.BuilderHttpHeaderMatch. newBuilder(HttpHeaderMatch prototype)HttpRouteRuleMatch.BuilderHttpRouteRuleMatch.Builder. setHeaderMatches(int index, HttpHeaderMatch value)Specifies a list of header match criteria, all of which must match corresponding headers in the request.Method parameters in com.google.cloud.compute.v1 with type arguments of type HttpHeaderMatch Modifier and Type Method Description HttpRouteRuleMatch.BuilderHttpRouteRuleMatch.Builder. addAllHeaderMatches(Iterable<? extends HttpHeaderMatch> values)Specifies a list of header match criteria, all of which must match corresponding headers in the request.
-