nl.topicus.jdbc.shaded.com.google.api.HttpBodyOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
// Generated by the protocol buffer nl.topicus.jdbc.shaded.com.iler. DO NOT EDIT!
// source: google/api/httpbody.proto
package nl.topicus.jdbc.shaded.com.google.api;
public interface HttpBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.HttpBody)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* The HTTP Content-Type string representing the content type of the body.
*
*
* string content_type = 1;
*/
java.lang.String getContentType();
/**
*
* The HTTP Content-Type string representing the content type of the body.
*
*
* string content_type = 1;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getContentTypeBytes();
/**
*
* HTTP body binary data.
*
*
* bytes data = 2;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getData();
}