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

com.google.protobuf.Method Maven / Gradle / Ivy

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

package com.google.protobuf;

/**
 * 
 * Method represents a method of an API interface.
 * 
* * Protobuf type {@code google.protobuf.Method} */ public final class Method extends com.google.protobuf.GeneratedMessageLite< Method, Method.Builder> implements // @@protoc_insertion_point(message_implements:google.protobuf.Method) MethodOrBuilder { private Method() { name_ = ""; requestTypeUrl_ = ""; responseTypeUrl_ = ""; options_ = emptyProtobufList(); } public static final int NAME_FIELD_NUMBER = 1; private java.lang.String name_; /** *
   * The simple name of this method.
   * 
* * string name = 1; * @return The name. */ @java.lang.Override public java.lang.String getName() { return name_; } /** *
   * The simple name of this method.
   * 
* * string name = 1; * @return The bytes for name. */ @java.lang.Override public com.google.protobuf.ByteString getNameBytes() { return com.google.protobuf.ByteString.copyFromUtf8(name_); } /** *
   * The simple name of this method.
   * 
* * string name = 1; * @param value The name to set. */ private void setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; } /** *
   * The simple name of this method.
   * 
* * string name = 1; */ private void clearName() { name_ = getDefaultInstance().getName(); } /** *
   * The simple name of this method.
   * 
* * string name = 1; * @param value The bytes for name to set. */ private void setNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value.toStringUtf8(); } public static final int REQUEST_TYPE_URL_FIELD_NUMBER = 2; private java.lang.String requestTypeUrl_; /** *
   * A URL of the input message type.
   * 
* * string request_type_url = 2; * @return The requestTypeUrl. */ @java.lang.Override public java.lang.String getRequestTypeUrl() { return requestTypeUrl_; } /** *
   * A URL of the input message type.
   * 
* * string request_type_url = 2; * @return The bytes for requestTypeUrl. */ @java.lang.Override public com.google.protobuf.ByteString getRequestTypeUrlBytes() { return com.google.protobuf.ByteString.copyFromUtf8(requestTypeUrl_); } /** *
   * A URL of the input message type.
   * 
* * string request_type_url = 2; * @param value The requestTypeUrl to set. */ private void setRequestTypeUrl( java.lang.String value) { if (value == null) { throw new NullPointerException(); } requestTypeUrl_ = value; } /** *
   * A URL of the input message type.
   * 
* * string request_type_url = 2; */ private void clearRequestTypeUrl() { requestTypeUrl_ = getDefaultInstance().getRequestTypeUrl(); } /** *
   * A URL of the input message type.
   * 
* * string request_type_url = 2; * @param value The bytes for requestTypeUrl to set. */ private void setRequestTypeUrlBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); requestTypeUrl_ = value.toStringUtf8(); } public static final int REQUEST_STREAMING_FIELD_NUMBER = 3; private boolean requestStreaming_; /** *
   * If true, the request is streamed.
   * 
* * bool request_streaming = 3; * @return The requestStreaming. */ @java.lang.Override public boolean getRequestStreaming() { return requestStreaming_; } /** *
   * If true, the request is streamed.
   * 
* * bool request_streaming = 3; * @param value The requestStreaming to set. */ private void setRequestStreaming(boolean value) { requestStreaming_ = value; } /** *
   * If true, the request is streamed.
   * 
* * bool request_streaming = 3; */ private void clearRequestStreaming() { requestStreaming_ = false; } public static final int RESPONSE_TYPE_URL_FIELD_NUMBER = 4; private java.lang.String responseTypeUrl_; /** *
   * The URL of the output message type.
   * 
* * string response_type_url = 4; * @return The responseTypeUrl. */ @java.lang.Override public java.lang.String getResponseTypeUrl() { return responseTypeUrl_; } /** *
   * The URL of the output message type.
   * 
* * string response_type_url = 4; * @return The bytes for responseTypeUrl. */ @java.lang.Override public com.google.protobuf.ByteString getResponseTypeUrlBytes() { return com.google.protobuf.ByteString.copyFromUtf8(responseTypeUrl_); } /** *
   * The URL of the output message type.
   * 
* * string response_type_url = 4; * @param value The responseTypeUrl to set. */ private void setResponseTypeUrl( java.lang.String value) { if (value == null) { throw new NullPointerException(); } responseTypeUrl_ = value; } /** *
   * The URL of the output message type.
   * 
* * string response_type_url = 4; */ private void clearResponseTypeUrl() { responseTypeUrl_ = getDefaultInstance().getResponseTypeUrl(); } /** *
   * The URL of the output message type.
   * 
* * string response_type_url = 4; * @param value The bytes for responseTypeUrl to set. */ private void setResponseTypeUrlBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); responseTypeUrl_ = value.toStringUtf8(); } public static final int RESPONSE_STREAMING_FIELD_NUMBER = 5; private boolean responseStreaming_; /** *
   * If true, the response is streamed.
   * 
* * bool response_streaming = 5; * @return The responseStreaming. */ @java.lang.Override public boolean getResponseStreaming() { return responseStreaming_; } /** *
   * If true, the response is streamed.
   * 
* * bool response_streaming = 5; * @param value The responseStreaming to set. */ private void setResponseStreaming(boolean value) { responseStreaming_ = value; } /** *
   * If true, the response is streamed.
   * 
* * bool response_streaming = 5; */ private void clearResponseStreaming() { responseStreaming_ = false; } public static final int OPTIONS_FIELD_NUMBER = 6; private com.google.protobuf.Internal.ProtobufList options_; /** *
   * Any metadata attached to the method.
   * 
* * repeated .google.protobuf.Option options = 6; */ @java.lang.Override public java.util.List getOptionsList() { return options_; } /** *
   * Any metadata attached to the method.
   * 
* * repeated .google.protobuf.Option options = 6; */ public java.util.List getOptionsOrBuilderList() { return options_; } /** *
   * Any metadata attached to the method.
   * 
* * repeated .google.protobuf.Option options = 6; */ @java.lang.Override public int getOptionsCount() { return options_.size(); } /** *
   * Any metadata attached to the method.
   * 
* * repeated .google.protobuf.Option options = 6; */ @java.lang.Override public com.google.protobuf.Option getOptions(int index) { return options_.get(index); } /** *
   * Any metadata attached to the method.
   * 
* * repeated .google.protobuf.Option options = 6; */ public com.google.protobuf.OptionOrBuilder getOptionsOrBuilder( int index) { return options_.get(index); } private void ensureOptionsIsMutable() { if (!options_.isModifiable()) { options_ = com.google.protobuf.GeneratedMessageLite.mutableCopy(options_); } } /** *
   * Any metadata attached to the method.
   * 
* * repeated .google.protobuf.Option options = 6; */ private void setOptions( int index, com.google.protobuf.Option value) { if (value == null) { throw new NullPointerException(); } ensureOptionsIsMutable(); options_.set(index, value); } /** *
   * Any metadata attached to the method.
   * 
* * repeated .google.protobuf.Option options = 6; */ private void setOptions( int index, com.google.protobuf.Option.Builder builderForValue) { ensureOptionsIsMutable(); options_.set(index, builderForValue.build()); } /** *
   * Any metadata attached to the method.
   * 
* * repeated .google.protobuf.Option options = 6; */ private void addOptions(com.google.protobuf.Option value) { if (value == null) { throw new NullPointerException(); } ensureOptionsIsMutable(); options_.add(value); } /** *
   * Any metadata attached to the method.
   * 
* * repeated .google.protobuf.Option options = 6; */ private void addOptions( int index, com.google.protobuf.Option value) { if (value == null) { throw new NullPointerException(); } ensureOptionsIsMutable(); options_.add(index, value); } /** *
   * Any metadata attached to the method.
   * 
* * repeated .google.protobuf.Option options = 6; */ private void addOptions( com.google.protobuf.Option.Builder builderForValue) { ensureOptionsIsMutable(); options_.add(builderForValue.build()); } /** *
   * Any metadata attached to the method.
   * 
* * repeated .google.protobuf.Option options = 6; */ private void addOptions( int index, com.google.protobuf.Option.Builder builderForValue) { ensureOptionsIsMutable(); options_.add(index, builderForValue.build()); } /** *
   * Any metadata attached to the method.
   * 
* * repeated .google.protobuf.Option options = 6; */ private void addAllOptions( java.lang.Iterable values) { ensureOptionsIsMutable(); com.google.protobuf.AbstractMessageLite.addAll( values, options_); } /** *
   * Any metadata attached to the method.
   * 
* * repeated .google.protobuf.Option options = 6; */ private void clearOptions() { options_ = emptyProtobufList(); } /** *
   * Any metadata attached to the method.
   * 
* * repeated .google.protobuf.Option options = 6; */ private void removeOptions(int index) { ensureOptionsIsMutable(); options_.remove(index); } public static final int SYNTAX_FIELD_NUMBER = 7; private int syntax_; /** *
   * The source syntax of this method.
   * 
* * .google.protobuf.Syntax syntax = 7; * @return The enum numeric value on the wire for syntax. */ @java.lang.Override public int getSyntaxValue() { return syntax_; } /** *
   * The source syntax of this method.
   * 
* * .google.protobuf.Syntax syntax = 7; * @return The syntax. */ @java.lang.Override public com.google.protobuf.Syntax getSyntax() { com.google.protobuf.Syntax result = com.google.protobuf.Syntax.forNumber(syntax_); return result == null ? com.google.protobuf.Syntax.UNRECOGNIZED : result; } /** *
   * The source syntax of this method.
   * 
* * .google.protobuf.Syntax syntax = 7; * @param value The enum numeric value on the wire for syntax to set. */ private void setSyntaxValue(int value) { syntax_ = value; } /** *
   * The source syntax of this method.
   * 
* * .google.protobuf.Syntax syntax = 7; * @param value The syntax to set. */ private void setSyntax(com.google.protobuf.Syntax value) { if (value == null) { throw new NullPointerException(); } syntax_ = value.getNumber(); } /** *
   * The source syntax of this method.
   * 
* * .google.protobuf.Syntax syntax = 7; */ private void clearSyntax() { syntax_ = 0; } public static com.google.protobuf.Method parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.google.protobuf.Method parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.google.protobuf.Method parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.google.protobuf.Method parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.google.protobuf.Method parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.google.protobuf.Method parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.google.protobuf.Method parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.google.protobuf.Method parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static com.google.protobuf.Method parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.google.protobuf.Method parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry); } public static com.google.protobuf.Method parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.google.protobuf.Method parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static Builder newBuilder() { return (Builder) DEFAULT_INSTANCE.createBuilder(); } public static Builder newBuilder(com.google.protobuf.Method prototype) { return (Builder) DEFAULT_INSTANCE.createBuilder(prototype); } /** *
   * Method represents a method of an API interface.
   * 
* * Protobuf type {@code google.protobuf.Method} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.google.protobuf.Method, Builder> implements // @@protoc_insertion_point(builder_implements:google.protobuf.Method) com.google.protobuf.MethodOrBuilder { // Construct using com.google.protobuf.Method.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** *
     * The simple name of this method.
     * 
* * string name = 1; * @return The name. */ @java.lang.Override public java.lang.String getName() { return instance.getName(); } /** *
     * The simple name of this method.
     * 
* * string name = 1; * @return The bytes for name. */ @java.lang.Override public com.google.protobuf.ByteString getNameBytes() { return instance.getNameBytes(); } /** *
     * The simple name of this method.
     * 
* * string name = 1; * @param value The name to set. * @return This builder for chaining. */ public Builder setName( java.lang.String value) { copyOnWrite(); instance.setName(value); return this; } /** *
     * The simple name of this method.
     * 
* * string name = 1; * @return This builder for chaining. */ public Builder clearName() { copyOnWrite(); instance.clearName(); return this; } /** *
     * The simple name of this method.
     * 
* * string name = 1; * @param value The bytes for name to set. * @return This builder for chaining. */ public Builder setNameBytes( com.google.protobuf.ByteString value) { copyOnWrite(); instance.setNameBytes(value); return this; } /** *
     * A URL of the input message type.
     * 
* * string request_type_url = 2; * @return The requestTypeUrl. */ @java.lang.Override public java.lang.String getRequestTypeUrl() { return instance.getRequestTypeUrl(); } /** *
     * A URL of the input message type.
     * 
* * string request_type_url = 2; * @return The bytes for requestTypeUrl. */ @java.lang.Override public com.google.protobuf.ByteString getRequestTypeUrlBytes() { return instance.getRequestTypeUrlBytes(); } /** *
     * A URL of the input message type.
     * 
* * string request_type_url = 2; * @param value The requestTypeUrl to set. * @return This builder for chaining. */ public Builder setRequestTypeUrl( java.lang.String value) { copyOnWrite(); instance.setRequestTypeUrl(value); return this; } /** *
     * A URL of the input message type.
     * 
* * string request_type_url = 2; * @return This builder for chaining. */ public Builder clearRequestTypeUrl() { copyOnWrite(); instance.clearRequestTypeUrl(); return this; } /** *
     * A URL of the input message type.
     * 
* * string request_type_url = 2; * @param value The bytes for requestTypeUrl to set. * @return This builder for chaining. */ public Builder setRequestTypeUrlBytes( com.google.protobuf.ByteString value) { copyOnWrite(); instance.setRequestTypeUrlBytes(value); return this; } /** *
     * If true, the request is streamed.
     * 
* * bool request_streaming = 3; * @return The requestStreaming. */ @java.lang.Override public boolean getRequestStreaming() { return instance.getRequestStreaming(); } /** *
     * If true, the request is streamed.
     * 
* * bool request_streaming = 3; * @param value The requestStreaming to set. * @return This builder for chaining. */ public Builder setRequestStreaming(boolean value) { copyOnWrite(); instance.setRequestStreaming(value); return this; } /** *
     * If true, the request is streamed.
     * 
* * bool request_streaming = 3; * @return This builder for chaining. */ public Builder clearRequestStreaming() { copyOnWrite(); instance.clearRequestStreaming(); return this; } /** *
     * The URL of the output message type.
     * 
* * string response_type_url = 4; * @return The responseTypeUrl. */ @java.lang.Override public java.lang.String getResponseTypeUrl() { return instance.getResponseTypeUrl(); } /** *
     * The URL of the output message type.
     * 
* * string response_type_url = 4; * @return The bytes for responseTypeUrl. */ @java.lang.Override public com.google.protobuf.ByteString getResponseTypeUrlBytes() { return instance.getResponseTypeUrlBytes(); } /** *
     * The URL of the output message type.
     * 
* * string response_type_url = 4; * @param value The responseTypeUrl to set. * @return This builder for chaining. */ public Builder setResponseTypeUrl( java.lang.String value) { copyOnWrite(); instance.setResponseTypeUrl(value); return this; } /** *
     * The URL of the output message type.
     * 
* * string response_type_url = 4; * @return This builder for chaining. */ public Builder clearResponseTypeUrl() { copyOnWrite(); instance.clearResponseTypeUrl(); return this; } /** *
     * The URL of the output message type.
     * 
* * string response_type_url = 4; * @param value The bytes for responseTypeUrl to set. * @return This builder for chaining. */ public Builder setResponseTypeUrlBytes( com.google.protobuf.ByteString value) { copyOnWrite(); instance.setResponseTypeUrlBytes(value); return this; } /** *
     * If true, the response is streamed.
     * 
* * bool response_streaming = 5; * @return The responseStreaming. */ @java.lang.Override public boolean getResponseStreaming() { return instance.getResponseStreaming(); } /** *
     * If true, the response is streamed.
     * 
* * bool response_streaming = 5; * @param value The responseStreaming to set. * @return This builder for chaining. */ public Builder setResponseStreaming(boolean value) { copyOnWrite(); instance.setResponseStreaming(value); return this; } /** *
     * If true, the response is streamed.
     * 
* * bool response_streaming = 5; * @return This builder for chaining. */ public Builder clearResponseStreaming() { copyOnWrite(); instance.clearResponseStreaming(); return this; } /** *
     * Any metadata attached to the method.
     * 
* * repeated .google.protobuf.Option options = 6; */ @java.lang.Override public java.util.List getOptionsList() { return java.util.Collections.unmodifiableList( instance.getOptionsList()); } /** *
     * Any metadata attached to the method.
     * 
* * repeated .google.protobuf.Option options = 6; */ @java.lang.Override public int getOptionsCount() { return instance.getOptionsCount(); }/** *
     * Any metadata attached to the method.
     * 
* * repeated .google.protobuf.Option options = 6; */ @java.lang.Override public com.google.protobuf.Option getOptions(int index) { return instance.getOptions(index); } /** *
     * Any metadata attached to the method.
     * 
* * repeated .google.protobuf.Option options = 6; */ public Builder setOptions( int index, com.google.protobuf.Option value) { copyOnWrite(); instance.setOptions(index, value); return this; } /** *
     * Any metadata attached to the method.
     * 
* * repeated .google.protobuf.Option options = 6; */ public Builder setOptions( int index, com.google.protobuf.Option.Builder builderForValue) { copyOnWrite(); instance.setOptions(index, builderForValue); return this; } /** *
     * Any metadata attached to the method.
     * 
* * repeated .google.protobuf.Option options = 6; */ public Builder addOptions(com.google.protobuf.Option value) { copyOnWrite(); instance.addOptions(value); return this; } /** *
     * Any metadata attached to the method.
     * 
* * repeated .google.protobuf.Option options = 6; */ public Builder addOptions( int index, com.google.protobuf.Option value) { copyOnWrite(); instance.addOptions(index, value); return this; } /** *
     * Any metadata attached to the method.
     * 
* * repeated .google.protobuf.Option options = 6; */ public Builder addOptions( com.google.protobuf.Option.Builder builderForValue) { copyOnWrite(); instance.addOptions(builderForValue); return this; } /** *
     * Any metadata attached to the method.
     * 
* * repeated .google.protobuf.Option options = 6; */ public Builder addOptions( int index, com.google.protobuf.Option.Builder builderForValue) { copyOnWrite(); instance.addOptions(index, builderForValue); return this; } /** *
     * Any metadata attached to the method.
     * 
* * repeated .google.protobuf.Option options = 6; */ public Builder addAllOptions( java.lang.Iterable values) { copyOnWrite(); instance.addAllOptions(values); return this; } /** *
     * Any metadata attached to the method.
     * 
* * repeated .google.protobuf.Option options = 6; */ public Builder clearOptions() { copyOnWrite(); instance.clearOptions(); return this; } /** *
     * Any metadata attached to the method.
     * 
* * repeated .google.protobuf.Option options = 6; */ public Builder removeOptions(int index) { copyOnWrite(); instance.removeOptions(index); return this; } /** *
     * The source syntax of this method.
     * 
* * .google.protobuf.Syntax syntax = 7; * @return The enum numeric value on the wire for syntax. */ @java.lang.Override public int getSyntaxValue() { return instance.getSyntaxValue(); } /** *
     * The source syntax of this method.
     * 
* * .google.protobuf.Syntax syntax = 7; * @param value The syntax to set. * @return This builder for chaining. */ public Builder setSyntaxValue(int value) { copyOnWrite(); instance.setSyntaxValue(value); return this; } /** *
     * The source syntax of this method.
     * 
* * .google.protobuf.Syntax syntax = 7; * @return The syntax. */ @java.lang.Override public com.google.protobuf.Syntax getSyntax() { return instance.getSyntax(); } /** *
     * The source syntax of this method.
     * 
* * .google.protobuf.Syntax syntax = 7; * @param value The enum numeric value on the wire for syntax to set. * @return This builder for chaining. */ public Builder setSyntax(com.google.protobuf.Syntax value) { copyOnWrite(); instance.setSyntax(value); return this; } /** *
     * The source syntax of this method.
     * 
* * .google.protobuf.Syntax syntax = 7; * @return This builder for chaining. */ public Builder clearSyntax() { copyOnWrite(); instance.clearSyntax(); return this; } // @@protoc_insertion_point(builder_scope:google.protobuf.Method) } @java.lang.Override @java.lang.SuppressWarnings({"unchecked", "fallthrough"}) protected final java.lang.Object dynamicMethod( com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1) { switch (method) { case NEW_MUTABLE_INSTANCE: { return new com.google.protobuf.Method(); } case NEW_BUILDER: { return new Builder(); } case BUILD_MESSAGE_INFO: { java.lang.Object[] objects = new java.lang.Object[] { "name_", "requestTypeUrl_", "requestStreaming_", "responseTypeUrl_", "responseStreaming_", "options_", com.google.protobuf.Option.class, "syntax_", }; java.lang.String info = "\u0000\u0007\u0000\u0000\u0001\u0007\u0007\u0000\u0001\u0000\u0001\u0208\u0002\u0208" + "\u0003\u0007\u0004\u0208\u0005\u0007\u0006\u001b\u0007\f"; return newMessageInfo(DEFAULT_INSTANCE, info, objects); } // fall through case GET_DEFAULT_INSTANCE: { return DEFAULT_INSTANCE; } case GET_PARSER: { com.google.protobuf.Parser parser = PARSER; if (parser == null) { synchronized (com.google.protobuf.Method.class) { parser = PARSER; if (parser == null) { parser = new DefaultInstanceBasedParser( DEFAULT_INSTANCE); PARSER = parser; } } } return parser; } case GET_MEMOIZED_IS_INITIALIZED: { return (byte) 1; } case SET_MEMOIZED_IS_INITIALIZED: { return null; } } throw new UnsupportedOperationException(); } // @@protoc_insertion_point(class_scope:google.protobuf.Method) private static final com.google.protobuf.Method DEFAULT_INSTANCE; static { Method defaultInstance = new Method(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( Method.class, defaultInstance); } public static com.google.protobuf.Method getDefaultInstance() { return DEFAULT_INSTANCE; } private static volatile com.google.protobuf.Parser PARSER; public static com.google.protobuf.Parser parser() { return DEFAULT_INSTANCE.getParserForType(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy