Package com.openapi.v3
Interface SecuritySchemeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecurityScheme,SecurityScheme.Builder
public interface SecuritySchemeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring bearer_format = 6 [json_name = "bearerFormat"];com.google.protobuf.ByteStringstring bearer_format = 6 [json_name = "bearerFormat"];string description = 2 [json_name = "description"];com.google.protobuf.ByteStringstring description = 2 [json_name = "description"];getFlows().openapi.v3.OauthFlows flows = 7 [json_name = "flows"];.openapi.v3.OauthFlows flows = 7 [json_name = "flows"];getIn()string in = 4 [json_name = "in"];com.google.protobuf.ByteStringstring in = 4 [json_name = "in"];getName()string name = 3 [json_name = "name"];com.google.protobuf.ByteStringstring name = 3 [json_name = "name"];string open_id_connect_url = 8 [json_name = "openIdConnectUrl"];com.google.protobuf.ByteStringstring open_id_connect_url = 8 [json_name = "openIdConnectUrl"];string scheme = 5 [json_name = "scheme"];com.google.protobuf.ByteStringstring scheme = 5 [json_name = "scheme"];getSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];intrepeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];getSpecificationExtensionOrBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];List<? extends NamedAnyOrBuilder>repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];getType()string type = 1 [json_name = "type"];com.google.protobuf.ByteStringstring type = 1 [json_name = "type"];booleanhasFlows().openapi.v3.OauthFlows flows = 7 [json_name = "flows"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getType
String getType()string type = 1 [json_name = "type"];- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()string type = 1 [json_name = "type"];- Returns:
- The bytes for type.
-
getDescription
String getDescription()string description = 2 [json_name = "description"];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 2 [json_name = "description"];- Returns:
- The bytes for description.
-
getName
String getName()string name = 3 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 3 [json_name = "name"];- Returns:
- The bytes for name.
-
getIn
String getIn()string in = 4 [json_name = "in"];- Returns:
- The in.
-
getInBytes
com.google.protobuf.ByteString getInBytes()string in = 4 [json_name = "in"];- Returns:
- The bytes for in.
-
getScheme
String getScheme()string scheme = 5 [json_name = "scheme"];- Returns:
- The scheme.
-
getSchemeBytes
com.google.protobuf.ByteString getSchemeBytes()string scheme = 5 [json_name = "scheme"];- Returns:
- The bytes for scheme.
-
getBearerFormat
String getBearerFormat()string bearer_format = 6 [json_name = "bearerFormat"];- Returns:
- The bearerFormat.
-
getBearerFormatBytes
com.google.protobuf.ByteString getBearerFormatBytes()string bearer_format = 6 [json_name = "bearerFormat"];- Returns:
- The bytes for bearerFormat.
-
hasFlows
boolean hasFlows().openapi.v3.OauthFlows flows = 7 [json_name = "flows"];- Returns:
- Whether the flows field is set.
-
getFlows
OauthFlows getFlows().openapi.v3.OauthFlows flows = 7 [json_name = "flows"];- Returns:
- The flows.
-
getFlowsOrBuilder
OauthFlowsOrBuilder getFlowsOrBuilder().openapi.v3.OauthFlows flows = 7 [json_name = "flows"]; -
getOpenIdConnectUrl
String getOpenIdConnectUrl()string open_id_connect_url = 8 [json_name = "openIdConnectUrl"];- Returns:
- The openIdConnectUrl.
-
getOpenIdConnectUrlBytes
com.google.protobuf.ByteString getOpenIdConnectUrlBytes()string open_id_connect_url = 8 [json_name = "openIdConnectUrl"];- Returns:
- The bytes for openIdConnectUrl.
-
getSpecificationExtensionList
repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"]; -
getSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"]; -
getSpecificationExtensionCount
int getSpecificationExtensionCount()repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilderList
List<? extends NamedAnyOrBuilder> getSpecificationExtensionOrBuilderList()repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilder
repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];
-