Uses of Class
com.google.api.HttpBody
-
Packages that use HttpBody Package Description com.google.api -
-
Uses of HttpBody in com.google.api
Methods in com.google.api that return HttpBody Modifier and Type Method Description HttpBodyHttpBody.Builder. build()HttpBodyHttpBody.Builder. buildPartial()static HttpBodyHttpBody. getDefaultInstance()HttpBodyHttpBody.Builder. getDefaultInstanceForType()HttpBodyHttpBody. getDefaultInstanceForType()static HttpBodyHttpBody. parseDelimitedFrom(InputStream input)static HttpBodyHttpBody. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpBodyHttpBody. parseFrom(byte[] data)static HttpBodyHttpBody. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpBodyHttpBody. parseFrom(com.google.protobuf.ByteString data)static HttpBodyHttpBody. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpBodyHttpBody. parseFrom(com.google.protobuf.CodedInputStream input)static HttpBodyHttpBody. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpBodyHttpBody. parseFrom(InputStream input)static HttpBodyHttpBody. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpBodyHttpBody. parseFrom(ByteBuffer data)static HttpBodyHttpBody. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api that return types with arguments of type HttpBody Modifier and Type Method Description com.google.protobuf.Parser<HttpBody>HttpBody. getParserForType()static com.google.protobuf.Parser<HttpBody>HttpBody. parser()Methods in com.google.api with parameters of type HttpBody Modifier and Type Method Description HttpBody.BuilderHttpBody.Builder. mergeFrom(HttpBody other)static HttpBody.BuilderHttpBody. newBuilder(HttpBody prototype)
-