All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.topicus.jdbc.shaded.com.google.api.HttpBodyOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy