Package com.google.api.gax.httpjson
Class HttpJsonMetadata
- java.lang.Object
-
- com.google.api.gax.httpjson.HttpJsonMetadata
-
@InternalExtensionOnly public abstract class HttpJsonMetadata extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpJsonMetadata()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Throwable
getException()
abstract Map<String,Object>
getHeaders()
abstract String
getStatusMessage()
static com.google.api.gax.httpjson.HttpJsonMetadata.Builder
newBuilder()
abstract com.google.api.gax.httpjson.HttpJsonMetadata.Builder
toBuilder()
HttpJsonMetadata
withHeaders(Map<String,List<String>> headers)
-
-
-
Method Detail
-
toBuilder
public abstract com.google.api.gax.httpjson.HttpJsonMetadata.Builder toBuilder()
-
newBuilder
public static com.google.api.gax.httpjson.HttpJsonMetadata.Builder newBuilder()
-
withHeaders
public HttpJsonMetadata withHeaders(Map<String,List<String>> headers)
-
-