Uses of Class
com.google.cloud.hadoop.util.testing.MockHttpTransportHelper.ErrorResponses
-
Packages that use MockHttpTransportHelper.ErrorResponses Package Description com.google.cloud.hadoop.util.testing -
-
Uses of MockHttpTransportHelper.ErrorResponses in com.google.cloud.hadoop.util.testing
Methods in com.google.cloud.hadoop.util.testing that return MockHttpTransportHelper.ErrorResponses Modifier and Type Method Description static MockHttpTransportHelper.ErrorResponsesMockHttpTransportHelper.ErrorResponses. valueOf(String name)Returns the enum constant of this type with the specified name.static MockHttpTransportHelper.ErrorResponses[]MockHttpTransportHelper.ErrorResponses. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.hadoop.util.testing with parameters of type MockHttpTransportHelper.ErrorResponses Modifier and Type Method Description static com.google.api.client.testing.http.MockLowLevelHttpResponseMockHttpTransportHelper. jsonErrorResponse(MockHttpTransportHelper.ErrorResponses errorResponse)
-