Class CustomHttpErrors.MatcherAndError
java.lang.Object
org.apache.beam.sdk.extensions.gcp.util.CustomHttpErrors.MatcherAndError
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 CustomHttpErrors
public abstract static class CustomHttpErrors.MatcherAndError
extends Object
implements Serializable
A simple Tuple class for creating a list of HttpResponseMatcher and HttpResponseCustomError to
 print for the responses.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract org.apache.beam.sdk.extensions.gcp.util.HttpCallCustomErrorabstract org.apache.beam.sdk.extensions.gcp.util.HttpCallMatcher 
- 
Constructor Details
- 
MatcherAndError
public MatcherAndError() 
 - 
 - 
Method Details
- 
getMatcher
public abstract org.apache.beam.sdk.extensions.gcp.util.HttpCallMatcher getMatcher() - 
getCustomError
public abstract org.apache.beam.sdk.extensions.gcp.util.HttpCallCustomError getCustomError() 
 -