feat: update to latest API
This commit is contained in:
53
src/main/java/com/google/rpc/LocalizedMessageOrBuilder.java
Normal file
53
src/main/java/com/google/rpc/LocalizedMessageOrBuilder.java
Normal file
@@ -0,0 +1,53 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: google/rpc/error_details.proto
|
||||
|
||||
package com.google.rpc;
|
||||
|
||||
public interface LocalizedMessageOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:google.rpc.LocalizedMessage)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* 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"
|
||||
* </pre>
|
||||
*
|
||||
* <code>string locale = 1;</code>
|
||||
* @return The locale.
|
||||
*/
|
||||
java.lang.String getLocale();
|
||||
/**
|
||||
* <pre>
|
||||
* 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"
|
||||
* </pre>
|
||||
*
|
||||
* <code>string locale = 1;</code>
|
||||
* @return The bytes for locale.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getLocaleBytes();
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* The localized error message in the above locale.
|
||||
* </pre>
|
||||
*
|
||||
* <code>string message = 2;</code>
|
||||
* @return The message.
|
||||
*/
|
||||
java.lang.String getMessage();
|
||||
/**
|
||||
* <pre>
|
||||
* The localized error message in the above locale.
|
||||
* </pre>
|
||||
*
|
||||
* <code>string message = 2;</code>
|
||||
* @return The bytes for message.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMessageBytes();
|
||||
}
|
||||
Reference in New Issue
Block a user