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 proto-google-common-protos Show documentation
Show all versions of proto-google-common-protos Show documentation
PROTO library for proto-google-common-protos
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/httpbody.proto
package com.google.api;
public interface HttpBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.HttpBody)
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;
*/
com.google.protobuf.ByteString
getContentTypeBytes();
/**
*
* HTTP body binary data.
*
*
* bytes data = 2;
*/
com.google.protobuf.ByteString getData();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy