Class Openapiv2.Response.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>
grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Response.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Openapiv2.ResponseOrBuilder, Cloneable
Enclosing class:
Openapiv2.Response

public static final class Openapiv2.Response.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder> implements Openapiv2.ResponseOrBuilder
 `Response` is a representation of OpenAPI v2 specification's Response object.
 See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#responseObject
 
Protobuf type grpc.gateway.protoc_gen_openapiv2.options.Response
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapField

      protected com.google.protobuf.MapField internalGetMapField(int number)
      Overrides:
      internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>
    • internalGetMutableMapField

      protected com.google.protobuf.MapField internalGetMutableMapField(int number)
      Overrides:
      internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>
    • getDefaultInstanceForType

      public Openapiv2.Response getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Openapiv2.Response build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Openapiv2.Response buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>
    • setField

      public Openapiv2.Response.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>
    • clearField

      public Openapiv2.Response.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>
    • clearOneof

      public Openapiv2.Response.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>
    • setRepeatedField

      public Openapiv2.Response.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>
    • addRepeatedField

      public Openapiv2.Response.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>
    • mergeFrom

      public Openapiv2.Response.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Openapiv2.Response.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>
    • mergeFrom

      public Openapiv2.Response.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Openapiv2.Response.Builder>
      Throws:
      IOException
    • getDescription

      public String getDescription()
       `Description` is a short description of the response.
       GFM syntax can be used for rich text representation.
       
      string description = 1;
      Specified by:
      getDescription in interface Openapiv2.ResponseOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       `Description` is a short description of the response.
       GFM syntax can be used for rich text representation.
       
      string description = 1;
      Specified by:
      getDescriptionBytes in interface Openapiv2.ResponseOrBuilder
      Returns:
      The bytes for description.
    • setDescription

      public Openapiv2.Response.Builder setDescription(String value)
       `Description` is a short description of the response.
       GFM syntax can be used for rich text representation.
       
      string description = 1;
      Parameters:
      value - The description to set.
      Returns:
      This builder for chaining.
    • clearDescription

      public Openapiv2.Response.Builder clearDescription()
       `Description` is a short description of the response.
       GFM syntax can be used for rich text representation.
       
      string description = 1;
      Returns:
      This builder for chaining.
    • setDescriptionBytes

      public Openapiv2.Response.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
       `Description` is a short description of the response.
       GFM syntax can be used for rich text representation.
       
      string description = 1;
      Parameters:
      value - The bytes for description to set.
      Returns:
      This builder for chaining.
    • hasSchema

      public boolean hasSchema()
       `Schema` optionally defines the structure of the response.
       If `Schema` is not provided, it means there is no content to the response.
       
      .grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;
      Specified by:
      hasSchema in interface Openapiv2.ResponseOrBuilder
      Returns:
      Whether the schema field is set.
    • getSchema

      public Openapiv2.Schema getSchema()
       `Schema` optionally defines the structure of the response.
       If `Schema` is not provided, it means there is no content to the response.
       
      .grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;
      Specified by:
      getSchema in interface Openapiv2.ResponseOrBuilder
      Returns:
      The schema.
    • setSchema

      public Openapiv2.Response.Builder setSchema(Openapiv2.Schema value)
       `Schema` optionally defines the structure of the response.
       If `Schema` is not provided, it means there is no content to the response.
       
      .grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;
    • setSchema

      public Openapiv2.Response.Builder setSchema(Openapiv2.Schema.Builder builderForValue)
       `Schema` optionally defines the structure of the response.
       If `Schema` is not provided, it means there is no content to the response.
       
      .grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;
    • mergeSchema

      public Openapiv2.Response.Builder mergeSchema(Openapiv2.Schema value)
       `Schema` optionally defines the structure of the response.
       If `Schema` is not provided, it means there is no content to the response.
       
      .grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;
    • clearSchema

      public Openapiv2.Response.Builder clearSchema()
       `Schema` optionally defines the structure of the response.
       If `Schema` is not provided, it means there is no content to the response.
       
      .grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;
    • getSchemaBuilder

      public Openapiv2.Schema.Builder getSchemaBuilder()
       `Schema` optionally defines the structure of the response.
       If `Schema` is not provided, it means there is no content to the response.
       
      .grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;
    • getSchemaOrBuilder

      public Openapiv2.SchemaOrBuilder getSchemaOrBuilder()
       `Schema` optionally defines the structure of the response.
       If `Schema` is not provided, it means there is no content to the response.
       
      .grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;
      Specified by:
      getSchemaOrBuilder in interface Openapiv2.ResponseOrBuilder
    • getExamplesCount

      public int getExamplesCount()
      Description copied from interface: Openapiv2.ResponseOrBuilder
       `Examples` gives per-mimetype response examples.
       See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
       
      map<string, string> examples = 4;
      Specified by:
      getExamplesCount in interface Openapiv2.ResponseOrBuilder
    • containsExamples

      public boolean containsExamples(String key)
       `Examples` gives per-mimetype response examples.
       See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
       
      map<string, string> examples = 4;
      Specified by:
      containsExamples in interface Openapiv2.ResponseOrBuilder
    • getExamples

      @Deprecated public Map<String,String> getExamples()
      Deprecated.
      Use getExamplesMap() instead.
      Specified by:
      getExamples in interface Openapiv2.ResponseOrBuilder
    • getExamplesMap

      public Map<String,String> getExamplesMap()
       `Examples` gives per-mimetype response examples.
       See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
       
      map<string, string> examples = 4;
      Specified by:
      getExamplesMap in interface Openapiv2.ResponseOrBuilder
    • getExamplesOrDefault

      public String getExamplesOrDefault(String key, String defaultValue)
       `Examples` gives per-mimetype response examples.
       See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
       
      map<string, string> examples = 4;
      Specified by:
      getExamplesOrDefault in interface Openapiv2.ResponseOrBuilder
    • getExamplesOrThrow

      public String getExamplesOrThrow(String key)
       `Examples` gives per-mimetype response examples.
       See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
       
      map<string, string> examples = 4;
      Specified by:
      getExamplesOrThrow in interface Openapiv2.ResponseOrBuilder
    • clearExamples

      public Openapiv2.Response.Builder clearExamples()
    • removeExamples

      public Openapiv2.Response.Builder removeExamples(String key)
       `Examples` gives per-mimetype response examples.
       See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
       
      map<string, string> examples = 4;
    • getMutableExamples

      @Deprecated public Map<String,String> getMutableExamples()
      Deprecated.
      Use alternate mutation accessors instead.
    • putExamples

      public Openapiv2.Response.Builder putExamples(String key, String value)
       `Examples` gives per-mimetype response examples.
       See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
       
      map<string, string> examples = 4;
    • putAllExamples

      public Openapiv2.Response.Builder putAllExamples(Map<String,String> values)
       `Examples` gives per-mimetype response examples.
       See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
       
      map<string, string> examples = 4;
    • getExtensionsCount

      public int getExtensionsCount()
      Description copied from interface: Openapiv2.ResponseOrBuilder
      map<string, .google.protobuf.Value> extensions = 5;
      Specified by:
      getExtensionsCount in interface Openapiv2.ResponseOrBuilder
    • containsExtensions

      public boolean containsExtensions(String key)
      map<string, .google.protobuf.Value> extensions = 5;
      Specified by:
      containsExtensions in interface Openapiv2.ResponseOrBuilder
    • getExtensions

      @Deprecated public Map<String,Value> getExtensions()
      Deprecated.
      Use getExtensionsMap() instead.
      Specified by:
      getExtensions in interface Openapiv2.ResponseOrBuilder
    • getExtensionsMap

      public Map<String,Value> getExtensionsMap()
      map<string, .google.protobuf.Value> extensions = 5;
      Specified by:
      getExtensionsMap in interface Openapiv2.ResponseOrBuilder
    • getExtensionsOrDefault

      public Value getExtensionsOrDefault(String key, Value defaultValue)
      map<string, .google.protobuf.Value> extensions = 5;
      Specified by:
      getExtensionsOrDefault in interface Openapiv2.ResponseOrBuilder
    • getExtensionsOrThrow

      public Value getExtensionsOrThrow(String key)
      map<string, .google.protobuf.Value> extensions = 5;
      Specified by:
      getExtensionsOrThrow in interface Openapiv2.ResponseOrBuilder
    • clearExtensions

      public Openapiv2.Response.Builder clearExtensions()
    • removeExtensions

      public Openapiv2.Response.Builder removeExtensions(String key)
      map<string, .google.protobuf.Value> extensions = 5;
    • getMutableExtensions

      @Deprecated public Map<String,Value> getMutableExtensions()
      Deprecated.
      Use alternate mutation accessors instead.
    • putExtensions

      public Openapiv2.Response.Builder putExtensions(String key, Value value)
      map<string, .google.protobuf.Value> extensions = 5;
    • putAllExtensions

      public Openapiv2.Response.Builder putAllExtensions(Map<String,Value> values)
      map<string, .google.protobuf.Value> extensions = 5;
    • setUnknownFields

      public final Openapiv2.Response.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>
    • mergeUnknownFields

      public final Openapiv2.Response.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.Response.Builder>