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 HttpHeaderMatch
HttpHeaderMatch.Builder. build()
HttpHeaderMatch
HttpHeaderMatch.Builder. buildPartial()
static HttpHeaderMatch
HttpHeaderMatch. getDefaultInstance()
HttpHeaderMatch
HttpHeaderMatch.Builder. getDefaultInstanceForType()
HttpHeaderMatch
HttpHeaderMatch. getDefaultInstanceForType()
HttpHeaderMatch
HttpRouteRuleMatch.Builder. getHeaderMatches(int index)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpHeaderMatch
HttpRouteRuleMatch. getHeaderMatches(int index)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpHeaderMatch
HttpRouteRuleMatchOrBuilder. getHeaderMatches(int index)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.static HttpHeaderMatch
HttpHeaderMatch. parseDelimitedFrom(InputStream input)
static HttpHeaderMatch
HttpHeaderMatch. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpHeaderMatch
HttpHeaderMatch. parseFrom(byte[] data)
static HttpHeaderMatch
HttpHeaderMatch. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpHeaderMatch
HttpHeaderMatch. parseFrom(com.google.protobuf.ByteString data)
static HttpHeaderMatch
HttpHeaderMatch. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpHeaderMatch
HttpHeaderMatch. parseFrom(com.google.protobuf.CodedInputStream input)
static HttpHeaderMatch
HttpHeaderMatch. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpHeaderMatch
HttpHeaderMatch. parseFrom(InputStream input)
static HttpHeaderMatch
HttpHeaderMatch. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpHeaderMatch
HttpHeaderMatch. parseFrom(ByteBuffer data)
static HttpHeaderMatch
HttpHeaderMatch. 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.Builder
HttpRouteRuleMatch.Builder. addHeaderMatches(int index, HttpHeaderMatch value)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpRouteRuleMatch.Builder
HttpRouteRuleMatch.Builder. addHeaderMatches(HttpHeaderMatch value)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpHeaderMatch.Builder
HttpHeaderMatch.Builder. mergeFrom(HttpHeaderMatch other)
static HttpHeaderMatch.Builder
HttpHeaderMatch. newBuilder(HttpHeaderMatch prototype)
HttpRouteRuleMatch.Builder
HttpRouteRuleMatch.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.Builder
HttpRouteRuleMatch.Builder. addAllHeaderMatches(Iterable<? extends HttpHeaderMatch> values)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
-