Package com.openapi.v3
Class Parameter.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Parameter.Builder>
com.openapi.v3.Parameter.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ParameterOrBuilder,Cloneable
- Enclosing class:
Parameter
public static final class Parameter.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<Parameter.Builder>
implements ParameterOrBuilder
Describes a single operation parameter. A unique parameter is defined by a combination of a name and location.Protobuf type
openapi.v3.Parameter-
Method Summary
Modifier and TypeMethodDescriptionaddAllSpecificationExtension(Iterable<? extends NamedAny> values) repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addSpecificationExtension(int index, NamedAny value) repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];addSpecificationExtension(int index, NamedAny.Builder builderForValue) repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];addSpecificationExtension(NamedAny.Builder builderForValue) repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];addSpecificationExtensionBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];build()clear()bool allow_empty_value = 6 [json_name = "allowEmptyValue"];bool allow_reserved = 9 [json_name = "allowReserved"];.openapi.v3.MediaTypes content = 13 [json_name = "content"];bool deprecated = 5 [json_name = "deprecated"];string description = 3 [json_name = "description"];.openapi.v3.Any example = 11 [json_name = "example"];.openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"];bool explode = 8 [json_name = "explode"];clearField(com.google.protobuf.Descriptors.FieldDescriptor field) clearIn()string in = 2 [json_name = "in"];string name = 1 [json_name = "name"];clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) bool required = 4 [json_name = "required"];.openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"];repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];string style = 7 [json_name = "style"];clone()booleanbool allow_empty_value = 6 [json_name = "allowEmptyValue"];booleanbool allow_reserved = 9 [json_name = "allowReserved"];.openapi.v3.MediaTypes content = 13 [json_name = "content"];.openapi.v3.MediaTypes content = 13 [json_name = "content"];.openapi.v3.MediaTypes content = 13 [json_name = "content"];booleanbool deprecated = 5 [json_name = "deprecated"];string description = 3 [json_name = "description"];com.google.protobuf.ByteStringstring description = 3 [json_name = "description"];static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptor.openapi.v3.Any example = 11 [json_name = "example"];.openapi.v3.Any example = 11 [json_name = "example"];.openapi.v3.Any example = 11 [json_name = "example"];.openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"];.openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"];.openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"];booleanbool explode = 8 [json_name = "explode"];getIn()string in = 2 [json_name = "in"];com.google.protobuf.ByteStringstring in = 2 [json_name = "in"];getName()string name = 1 [json_name = "name"];com.google.protobuf.ByteStringstring name = 1 [json_name = "name"];booleanbool required = 4 [json_name = "required"];.openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"];.openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"];.openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"];getSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];getSpecificationExtensionBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];intrepeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];getSpecificationExtensionOrBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];List<? extends NamedAnyOrBuilder>repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];getStyle()string style = 7 [json_name = "style"];com.google.protobuf.ByteStringstring style = 7 [json_name = "style"];boolean.openapi.v3.MediaTypes content = 13 [json_name = "content"];boolean.openapi.v3.Any example = 11 [json_name = "example"];boolean.openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"];boolean.openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"];protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeContent(MediaTypes value) .openapi.v3.MediaTypes content = 13 [json_name = "content"];mergeExample(Any value) .openapi.v3.Any example = 11 [json_name = "example"];.openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"];mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeSchema(SchemaOrReference value) .openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"];final Parameter.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) removeSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];setAllowEmptyValue(boolean value) bool allow_empty_value = 6 [json_name = "allowEmptyValue"];setAllowReserved(boolean value) bool allow_reserved = 9 [json_name = "allowReserved"];setContent(MediaTypes value) .openapi.v3.MediaTypes content = 13 [json_name = "content"];setContent(MediaTypes.Builder builderForValue) .openapi.v3.MediaTypes content = 13 [json_name = "content"];setDeprecated(boolean value) bool deprecated = 5 [json_name = "deprecated"];setDescription(String value) string description = 3 [json_name = "description"];setDescriptionBytes(com.google.protobuf.ByteString value) string description = 3 [json_name = "description"];setExample(Any value) .openapi.v3.Any example = 11 [json_name = "example"];setExample(Any.Builder builderForValue) .openapi.v3.Any example = 11 [json_name = "example"];setExamples(ExamplesOrReferences value) .openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"];setExamples(ExamplesOrReferences.Builder builderForValue) .openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"];setExplode(boolean value) bool explode = 8 [json_name = "explode"];string in = 2 [json_name = "in"];setInBytes(com.google.protobuf.ByteString value) string in = 2 [json_name = "in"];string name = 1 [json_name = "name"];setNameBytes(com.google.protobuf.ByteString value) string name = 1 [json_name = "name"];setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setRequired(boolean value) bool required = 4 [json_name = "required"];setSchema(SchemaOrReference value) .openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"];setSchema(SchemaOrReference.Builder builderForValue) .openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"];setSpecificationExtension(int index, NamedAny value) repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];setSpecificationExtension(int index, NamedAny.Builder builderForValue) repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];string style = 7 [json_name = "style"];setStyleBytes(com.google.protobuf.ByteString value) string style = 7 [json_name = "style"];final Parameter.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Parameter.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Parameter.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Parameter.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Parameter.Builder>
-
setField
public Parameter.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Parameter.Builder>
-
clearField
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Parameter.Builder>
-
clearOneof
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Parameter.Builder>
-
setRepeatedField
public Parameter.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Parameter.Builder>
-
addRepeatedField
public Parameter.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Parameter.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Parameter.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Parameter.Builder>
-
mergeFrom
public Parameter.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Parameter.Builder>- Throws:
IOException
-
getName
string name = 1 [json_name = "name"];- Specified by:
getNamein interfaceParameterOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()string name = 1 [json_name = "name"];- Specified by:
getNameBytesin interfaceParameterOrBuilder- Returns:
- The bytes for name.
-
setName
string name = 1 [json_name = "name"];- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
string name = 1 [json_name = "name"];- Returns:
- This builder for chaining.
-
setNameBytes
string name = 1 [json_name = "name"];- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getIn
string in = 2 [json_name = "in"];- Specified by:
getInin interfaceParameterOrBuilder- Returns:
- The in.
-
getInBytes
public com.google.protobuf.ByteString getInBytes()string in = 2 [json_name = "in"];- Specified by:
getInBytesin interfaceParameterOrBuilder- Returns:
- The bytes for in.
-
setIn
string in = 2 [json_name = "in"];- Parameters:
value- The in to set.- Returns:
- This builder for chaining.
-
clearIn
string in = 2 [json_name = "in"];- Returns:
- This builder for chaining.
-
setInBytes
string in = 2 [json_name = "in"];- Parameters:
value- The bytes for in to set.- Returns:
- This builder for chaining.
-
getDescription
string description = 3 [json_name = "description"];- Specified by:
getDescriptionin interfaceParameterOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()string description = 3 [json_name = "description"];- Specified by:
getDescriptionBytesin interfaceParameterOrBuilder- Returns:
- The bytes for description.
-
setDescription
string description = 3 [json_name = "description"];- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
string description = 3 [json_name = "description"];- Returns:
- This builder for chaining.
-
setDescriptionBytes
string description = 3 [json_name = "description"];- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-
getRequired
public boolean getRequired()bool required = 4 [json_name = "required"];- Specified by:
getRequiredin interfaceParameterOrBuilder- Returns:
- The required.
-
setRequired
bool required = 4 [json_name = "required"];- Parameters:
value- The required to set.- Returns:
- This builder for chaining.
-
clearRequired
bool required = 4 [json_name = "required"];- Returns:
- This builder for chaining.
-
getDeprecated
public boolean getDeprecated()bool deprecated = 5 [json_name = "deprecated"];- Specified by:
getDeprecatedin interfaceParameterOrBuilder- Returns:
- The deprecated.
-
setDeprecated
bool deprecated = 5 [json_name = "deprecated"];- Parameters:
value- The deprecated to set.- Returns:
- This builder for chaining.
-
clearDeprecated
bool deprecated = 5 [json_name = "deprecated"];- Returns:
- This builder for chaining.
-
getAllowEmptyValue
public boolean getAllowEmptyValue()bool allow_empty_value = 6 [json_name = "allowEmptyValue"];- Specified by:
getAllowEmptyValuein interfaceParameterOrBuilder- Returns:
- The allowEmptyValue.
-
setAllowEmptyValue
bool allow_empty_value = 6 [json_name = "allowEmptyValue"];- Parameters:
value- The allowEmptyValue to set.- Returns:
- This builder for chaining.
-
clearAllowEmptyValue
bool allow_empty_value = 6 [json_name = "allowEmptyValue"];- Returns:
- This builder for chaining.
-
getStyle
string style = 7 [json_name = "style"];- Specified by:
getStylein interfaceParameterOrBuilder- Returns:
- The style.
-
getStyleBytes
public com.google.protobuf.ByteString getStyleBytes()string style = 7 [json_name = "style"];- Specified by:
getStyleBytesin interfaceParameterOrBuilder- Returns:
- The bytes for style.
-
setStyle
string style = 7 [json_name = "style"];- Parameters:
value- The style to set.- Returns:
- This builder for chaining.
-
clearStyle
string style = 7 [json_name = "style"];- Returns:
- This builder for chaining.
-
setStyleBytes
string style = 7 [json_name = "style"];- Parameters:
value- The bytes for style to set.- Returns:
- This builder for chaining.
-
getExplode
public boolean getExplode()bool explode = 8 [json_name = "explode"];- Specified by:
getExplodein interfaceParameterOrBuilder- Returns:
- The explode.
-
setExplode
bool explode = 8 [json_name = "explode"];- Parameters:
value- The explode to set.- Returns:
- This builder for chaining.
-
clearExplode
bool explode = 8 [json_name = "explode"];- Returns:
- This builder for chaining.
-
getAllowReserved
public boolean getAllowReserved()bool allow_reserved = 9 [json_name = "allowReserved"];- Specified by:
getAllowReservedin interfaceParameterOrBuilder- Returns:
- The allowReserved.
-
setAllowReserved
bool allow_reserved = 9 [json_name = "allowReserved"];- Parameters:
value- The allowReserved to set.- Returns:
- This builder for chaining.
-
clearAllowReserved
bool allow_reserved = 9 [json_name = "allowReserved"];- Returns:
- This builder for chaining.
-
hasSchema
public boolean hasSchema().openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"];- Specified by:
hasSchemain interfaceParameterOrBuilder- Returns:
- Whether the schema field is set.
-
getSchema
.openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"];- Specified by:
getSchemain interfaceParameterOrBuilder- Returns:
- The schema.
-
setSchema
.openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"]; -
setSchema
.openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"]; -
mergeSchema
.openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"]; -
clearSchema
.openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"]; -
getSchemaBuilder
.openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"]; -
getSchemaOrBuilder
.openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"];- Specified by:
getSchemaOrBuilderin interfaceParameterOrBuilder
-
hasExample
public boolean hasExample().openapi.v3.Any example = 11 [json_name = "example"];- Specified by:
hasExamplein interfaceParameterOrBuilder- Returns:
- Whether the example field is set.
-
getExample
.openapi.v3.Any example = 11 [json_name = "example"];- Specified by:
getExamplein interfaceParameterOrBuilder- Returns:
- The example.
-
setExample
.openapi.v3.Any example = 11 [json_name = "example"]; -
setExample
.openapi.v3.Any example = 11 [json_name = "example"]; -
mergeExample
.openapi.v3.Any example = 11 [json_name = "example"]; -
clearExample
.openapi.v3.Any example = 11 [json_name = "example"]; -
getExampleBuilder
.openapi.v3.Any example = 11 [json_name = "example"]; -
getExampleOrBuilder
.openapi.v3.Any example = 11 [json_name = "example"];- Specified by:
getExampleOrBuilderin interfaceParameterOrBuilder
-
hasExamples
public boolean hasExamples().openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"];- Specified by:
hasExamplesin interfaceParameterOrBuilder- Returns:
- Whether the examples field is set.
-
getExamples
.openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"];- Specified by:
getExamplesin interfaceParameterOrBuilder- Returns:
- The examples.
-
setExamples
.openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"]; -
setExamples
.openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"]; -
mergeExamples
.openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"]; -
clearExamples
.openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"]; -
getExamplesBuilder
.openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"]; -
getExamplesOrBuilder
.openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"];- Specified by:
getExamplesOrBuilderin interfaceParameterOrBuilder
-
hasContent
public boolean hasContent().openapi.v3.MediaTypes content = 13 [json_name = "content"];- Specified by:
hasContentin interfaceParameterOrBuilder- Returns:
- Whether the content field is set.
-
getContent
.openapi.v3.MediaTypes content = 13 [json_name = "content"];- Specified by:
getContentin interfaceParameterOrBuilder- Returns:
- The content.
-
setContent
.openapi.v3.MediaTypes content = 13 [json_name = "content"]; -
setContent
.openapi.v3.MediaTypes content = 13 [json_name = "content"]; -
mergeContent
.openapi.v3.MediaTypes content = 13 [json_name = "content"]; -
clearContent
.openapi.v3.MediaTypes content = 13 [json_name = "content"]; -
getContentBuilder
.openapi.v3.MediaTypes content = 13 [json_name = "content"]; -
getContentOrBuilder
.openapi.v3.MediaTypes content = 13 [json_name = "content"];- Specified by:
getContentOrBuilderin interfaceParameterOrBuilder
-
getSpecificationExtensionList
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];- Specified by:
getSpecificationExtensionListin interfaceParameterOrBuilder
-
getSpecificationExtensionCount
public int getSpecificationExtensionCount()repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];- Specified by:
getSpecificationExtensionCountin interfaceParameterOrBuilder
-
getSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];- Specified by:
getSpecificationExtensionin interfaceParameterOrBuilder
-
setSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
setSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
addSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
addSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
addSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
addSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
addAllSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
clearSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
removeSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
getSpecificationExtensionBuilder
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilder
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];- Specified by:
getSpecificationExtensionOrBuilderin interfaceParameterOrBuilder
-
getSpecificationExtensionOrBuilderList
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];- Specified by:
getSpecificationExtensionOrBuilderListin interfaceParameterOrBuilder
-
addSpecificationExtensionBuilder
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
addSpecificationExtensionBuilder
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
getSpecificationExtensionBuilderList
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
setUnknownFields
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Parameter.Builder>
-
mergeUnknownFields
public final Parameter.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Parameter.Builder>
-