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

nl.topicus.jdbc.shaded.com.google.rpc.LocalizedMessageOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/rpc/error_details.proto

package nl.topicus.jdbc.shaded.com.google.rpc;

public interface LocalizedMessageOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.rpc.LocalizedMessage)
    nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The locale used following the specification defined at
   * http://www.rfc-editor.org/rfc/bcp/bcp47.txt.
   * Examples are: "en-US", "fr-CH", "es-MX"
   * 
* * string locale = 1; */ java.lang.String getLocale(); /** *
   * The locale used following the specification defined at
   * http://www.rfc-editor.org/rfc/bcp/bcp47.txt.
   * Examples are: "en-US", "fr-CH", "es-MX"
   * 
* * string locale = 1; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getLocaleBytes(); /** *
   * The localized error message in the above locale.
   * 
* * string message = 2; */ java.lang.String getMessage(); /** *
   * The localized error message in the above locale.
   * 
* * string message = 2; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getMessageBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy