Class Openapiv2.SecurityScheme
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- grpc.gateway.protoc_gen_swagger.options.Openapiv2.SecurityScheme
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Openapiv2.SecuritySchemeOrBuilder,Serializable
- Enclosing class:
- Openapiv2
public static final class Openapiv2.SecurityScheme extends com.google.protobuf.GeneratedMessageV3 implements Openapiv2.SecuritySchemeOrBuilder
`SecurityScheme` is a representation of OpenAPI v2 specification's Security Scheme object. See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#securitySchemeObject Allows the definition of a security scheme that can be used by the operations. Supported schemes are basic authentication, an API key (either as a header or as a query parameter) and OAuth2's common flows (implicit, password, application and access code).
Protobuf typegrpc.gateway.protoc_gen_swagger.options.SecurityScheme- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOpenapiv2.SecurityScheme.Builder`SecurityScheme` is a representation of OpenAPI v2 specification's Security Scheme object.private static classOpenapiv2.SecurityScheme.ExtensionsDefaultEntryHolderstatic classOpenapiv2.SecurityScheme.FlowThe flow used by the OAuth2 security scheme.static classOpenapiv2.SecurityScheme.InThe location of the API key.static classOpenapiv2.SecurityScheme.TypeThe type of the security scheme.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intAUTHORIZATION_URL_FIELD_NUMBERprivate ObjectauthorizationUrl_private static Openapiv2.SecuritySchemeDEFAULT_INSTANCEprivate Objectdescription_static intDESCRIPTION_FIELD_NUMBERprivate com.google.protobuf.MapField<String,com.google.protobuf.Value>extensions_static intEXTENSIONS_FIELD_NUMBERprivate intflow_static intFLOW_FIELD_NUMBERprivate intin_static intIN_FIELD_NUMBERprivate bytememoizedIsInitializedprivate Objectname_static intNAME_FIELD_NUMBERprivate static com.google.protobuf.Parser<Openapiv2.SecurityScheme>PARSERprivate Openapiv2.Scopesscopes_static intSCOPES_FIELD_NUMBERprivate static longserialVersionUIDstatic intTOKEN_URL_FIELD_NUMBERprivate ObjecttokenUrl_private inttype_static intTYPE_FIELD_NUMBER
-
Constructor Summary
Constructors Modifier Constructor Description privateSecurityScheme()privateSecurityScheme(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsExtensions(String key)map<string, .google.protobuf.Value> extensions = 9;booleanequals(Object obj)StringgetAuthorizationUrl()The authorization URL to be used for this flow.com.google.protobuf.ByteStringgetAuthorizationUrlBytes()The authorization URL to be used for this flow.static Openapiv2.SecuritySchemegetDefaultInstance()Openapiv2.SecuritySchemegetDefaultInstanceForType()StringgetDescription()A short description for security scheme.com.google.protobuf.ByteStringgetDescriptionBytes()A short description for security scheme.static com.google.protobuf.Descriptors.DescriptorgetDescriptor()Map<String,com.google.protobuf.Value>getExtensions()Deprecated.intgetExtensionsCount()map<string, .google.protobuf.Value> extensions = 9;Map<String,com.google.protobuf.Value>getExtensionsMap()map<string, .google.protobuf.Value> extensions = 9;com.google.protobuf.ValuegetExtensionsOrDefault(String key, com.google.protobuf.Value defaultValue)map<string, .google.protobuf.Value> extensions = 9;com.google.protobuf.ValuegetExtensionsOrThrow(String key)map<string, .google.protobuf.Value> extensions = 9;Openapiv2.SecurityScheme.FlowgetFlow()The flow used by the OAuth2 security scheme.intgetFlowValue()The flow used by the OAuth2 security scheme.Openapiv2.SecurityScheme.IngetIn()The location of the API key.intgetInValue()The location of the API key.StringgetName()The name of the header or query parameter to be used.com.google.protobuf.ByteStringgetNameBytes()The name of the header or query parameter to be used.com.google.protobuf.Parser<Openapiv2.SecurityScheme>getParserForType()Openapiv2.ScopesgetScopes()The available scopes for the OAuth2 security scheme.Openapiv2.ScopesOrBuildergetScopesOrBuilder()The available scopes for the OAuth2 security scheme.intgetSerializedSize()StringgetTokenUrl()The token URL to be used for this flow.com.google.protobuf.ByteStringgetTokenUrlBytes()The token URL to be used for this flow.Openapiv2.SecurityScheme.TypegetType()The type of the security scheme.intgetTypeValue()The type of the security scheme.com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()booleanhasScopes()The available scopes for the OAuth2 security scheme.private com.google.protobuf.MapField<String,com.google.protobuf.Value>internalGetExtensions()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static Openapiv2.SecurityScheme.BuildernewBuilder()static Openapiv2.SecurityScheme.BuildernewBuilder(Openapiv2.SecurityScheme prototype)Openapiv2.SecurityScheme.BuildernewBuilderForType()protected Openapiv2.SecurityScheme.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static Openapiv2.SecuritySchemeparseDelimitedFrom(InputStream input)static Openapiv2.SecuritySchemeparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Openapiv2.SecuritySchemeparseFrom(byte[] data)static Openapiv2.SecuritySchemeparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Openapiv2.SecuritySchemeparseFrom(com.google.protobuf.ByteString data)static Openapiv2.SecuritySchemeparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Openapiv2.SecuritySchemeparseFrom(com.google.protobuf.CodedInputStream input)static Openapiv2.SecuritySchemeparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Openapiv2.SecuritySchemeparseFrom(InputStream input)static Openapiv2.SecuritySchemeparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Openapiv2.SecuritySchemeparseFrom(ByteBuffer data)static Openapiv2.SecuritySchemeparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Openapiv2.SecurityScheme>parser()Openapiv2.SecurityScheme.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
type_
private int type_
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
description_
private volatile Object description_
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
name_
private volatile Object name_
-
IN_FIELD_NUMBER
public static final int IN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
in_
private int in_
-
FLOW_FIELD_NUMBER
public static final int FLOW_FIELD_NUMBER
- See Also:
- Constant Field Values
-
flow_
private int flow_
-
AUTHORIZATION_URL_FIELD_NUMBER
public static final int AUTHORIZATION_URL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
authorizationUrl_
private volatile Object authorizationUrl_
-
TOKEN_URL_FIELD_NUMBER
public static final int TOKEN_URL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
tokenUrl_
private volatile Object tokenUrl_
-
SCOPES_FIELD_NUMBER
public static final int SCOPES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
scopes_
private Openapiv2.Scopes scopes_
-
EXTENSIONS_FIELD_NUMBER
public static final int EXTENSIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
extensions_
private com.google.protobuf.MapField<String,com.google.protobuf.Value> extensions_
-
memoizedIsInitialized
private byte memoizedIsInitialized
-
DEFAULT_INSTANCE
private static final Openapiv2.SecurityScheme DEFAULT_INSTANCE
-
PARSER
private static final com.google.protobuf.Parser<Openapiv2.SecurityScheme> PARSER
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getTypeValue
public int getTypeValue()
The type of the security scheme. Valid values are "basic", "apiKey" or "oauth2".
.grpc.gateway.protoc_gen_swagger.options.SecurityScheme.Type type = 1;- Specified by:
getTypeValuein interfaceOpenapiv2.SecuritySchemeOrBuilder- Returns:
- The enum numeric value on the wire for type.
-
getType
public Openapiv2.SecurityScheme.Type getType()
The type of the security scheme. Valid values are "basic", "apiKey" or "oauth2".
.grpc.gateway.protoc_gen_swagger.options.SecurityScheme.Type type = 1;- Specified by:
getTypein interfaceOpenapiv2.SecuritySchemeOrBuilder- Returns:
- The type.
-
getDescription
public String getDescription()
A short description for security scheme.
string description = 2;- Specified by:
getDescriptionin interfaceOpenapiv2.SecuritySchemeOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
A short description for security scheme.
string description = 2;- Specified by:
getDescriptionBytesin interfaceOpenapiv2.SecuritySchemeOrBuilder- Returns:
- The bytes for description.
-
getName
public String getName()
The name of the header or query parameter to be used. Valid for apiKey.
string name = 3;- Specified by:
getNamein interfaceOpenapiv2.SecuritySchemeOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The name of the header or query parameter to be used. Valid for apiKey.
string name = 3;- Specified by:
getNameBytesin interfaceOpenapiv2.SecuritySchemeOrBuilder- Returns:
- The bytes for name.
-
getInValue
public int getInValue()
The location of the API key. Valid values are "query" or "header". Valid for apiKey.
.grpc.gateway.protoc_gen_swagger.options.SecurityScheme.In in = 4;- Specified by:
getInValuein interfaceOpenapiv2.SecuritySchemeOrBuilder- Returns:
- The enum numeric value on the wire for in.
-
getIn
public Openapiv2.SecurityScheme.In getIn()
The location of the API key. Valid values are "query" or "header". Valid for apiKey.
.grpc.gateway.protoc_gen_swagger.options.SecurityScheme.In in = 4;- Specified by:
getInin interfaceOpenapiv2.SecuritySchemeOrBuilder- Returns:
- The in.
-
getFlowValue
public int getFlowValue()
The flow used by the OAuth2 security scheme. Valid values are "implicit", "password", "application" or "accessCode". Valid for oauth2.
.grpc.gateway.protoc_gen_swagger.options.SecurityScheme.Flow flow = 5;- Specified by:
getFlowValuein interfaceOpenapiv2.SecuritySchemeOrBuilder- Returns:
- The enum numeric value on the wire for flow.
-
getFlow
public Openapiv2.SecurityScheme.Flow getFlow()
The flow used by the OAuth2 security scheme. Valid values are "implicit", "password", "application" or "accessCode". Valid for oauth2.
.grpc.gateway.protoc_gen_swagger.options.SecurityScheme.Flow flow = 5;- Specified by:
getFlowin interfaceOpenapiv2.SecuritySchemeOrBuilder- Returns:
- The flow.
-
getAuthorizationUrl
public String getAuthorizationUrl()
The authorization URL to be used for this flow. This SHOULD be in the form of a URL. Valid for oauth2/implicit and oauth2/accessCode.
string authorization_url = 6;- Specified by:
getAuthorizationUrlin interfaceOpenapiv2.SecuritySchemeOrBuilder- Returns:
- The authorizationUrl.
-
getAuthorizationUrlBytes
public com.google.protobuf.ByteString getAuthorizationUrlBytes()
The authorization URL to be used for this flow. This SHOULD be in the form of a URL. Valid for oauth2/implicit and oauth2/accessCode.
string authorization_url = 6;- Specified by:
getAuthorizationUrlBytesin interfaceOpenapiv2.SecuritySchemeOrBuilder- Returns:
- The bytes for authorizationUrl.
-
getTokenUrl
public String getTokenUrl()
The token URL to be used for this flow. This SHOULD be in the form of a URL. Valid for oauth2/password, oauth2/application and oauth2/accessCode.
string token_url = 7;- Specified by:
getTokenUrlin interfaceOpenapiv2.SecuritySchemeOrBuilder- Returns:
- The tokenUrl.
-
getTokenUrlBytes
public com.google.protobuf.ByteString getTokenUrlBytes()
The token URL to be used for this flow. This SHOULD be in the form of a URL. Valid for oauth2/password, oauth2/application and oauth2/accessCode.
string token_url = 7;- Specified by:
getTokenUrlBytesin interfaceOpenapiv2.SecuritySchemeOrBuilder- Returns:
- The bytes for tokenUrl.
-
hasScopes
public boolean hasScopes()
The available scopes for the OAuth2 security scheme. Valid for oauth2.
.grpc.gateway.protoc_gen_swagger.options.Scopes scopes = 8;- Specified by:
hasScopesin interfaceOpenapiv2.SecuritySchemeOrBuilder- Returns:
- Whether the scopes field is set.
-
getScopes
public Openapiv2.Scopes getScopes()
The available scopes for the OAuth2 security scheme. Valid for oauth2.
.grpc.gateway.protoc_gen_swagger.options.Scopes scopes = 8;- Specified by:
getScopesin interfaceOpenapiv2.SecuritySchemeOrBuilder- Returns:
- The scopes.
-
getScopesOrBuilder
public Openapiv2.ScopesOrBuilder getScopesOrBuilder()
The available scopes for the OAuth2 security scheme. Valid for oauth2.
.grpc.gateway.protoc_gen_swagger.options.Scopes scopes = 8;- Specified by:
getScopesOrBuilderin interfaceOpenapiv2.SecuritySchemeOrBuilder
-
internalGetExtensions
private com.google.protobuf.MapField<String,com.google.protobuf.Value> internalGetExtensions()
-
getExtensionsCount
public int getExtensionsCount()
Description copied from interface:Openapiv2.SecuritySchemeOrBuildermap<string, .google.protobuf.Value> extensions = 9;- Specified by:
getExtensionsCountin interfaceOpenapiv2.SecuritySchemeOrBuilder
-
containsExtensions
public boolean containsExtensions(String key)
map<string, .google.protobuf.Value> extensions = 9;- Specified by:
containsExtensionsin interfaceOpenapiv2.SecuritySchemeOrBuilder
-
getExtensions
@Deprecated public Map<String,com.google.protobuf.Value> getExtensions()
Deprecated.UsegetExtensionsMap()instead.- Specified by:
getExtensionsin interfaceOpenapiv2.SecuritySchemeOrBuilder
-
getExtensionsMap
public Map<String,com.google.protobuf.Value> getExtensionsMap()
map<string, .google.protobuf.Value> extensions = 9;- Specified by:
getExtensionsMapin interfaceOpenapiv2.SecuritySchemeOrBuilder
-
getExtensionsOrDefault
public com.google.protobuf.Value getExtensionsOrDefault(String key, com.google.protobuf.Value defaultValue)
map<string, .google.protobuf.Value> extensions = 9;- Specified by:
getExtensionsOrDefaultin interfaceOpenapiv2.SecuritySchemeOrBuilder
-
getExtensionsOrThrow
public com.google.protobuf.Value getExtensionsOrThrow(String key)
map<string, .google.protobuf.Value> extensions = 9;- Specified by:
getExtensionsOrThrowin interfaceOpenapiv2.SecuritySchemeOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Openapiv2.SecurityScheme parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Openapiv2.SecurityScheme parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Openapiv2.SecurityScheme parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Openapiv2.SecurityScheme parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Openapiv2.SecurityScheme parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Openapiv2.SecurityScheme parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Openapiv2.SecurityScheme parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Openapiv2.SecurityScheme parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Openapiv2.SecurityScheme parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Openapiv2.SecurityScheme parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Openapiv2.SecurityScheme parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Openapiv2.SecurityScheme parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Openapiv2.SecurityScheme.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Openapiv2.SecurityScheme.Builder newBuilder()
-
newBuilder
public static Openapiv2.SecurityScheme.Builder newBuilder(Openapiv2.SecurityScheme prototype)
-
toBuilder
public Openapiv2.SecurityScheme.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Openapiv2.SecurityScheme.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Openapiv2.SecurityScheme getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Openapiv2.SecurityScheme> parser()
-
getParserForType
public com.google.protobuf.Parser<Openapiv2.SecurityScheme> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Openapiv2.SecurityScheme getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-