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 Type
    Method
    Description
    string bearer_format = 6 [json_name = "bearerFormat"];
    com.google.protobuf.ByteString
    string bearer_format = 6 [json_name = "bearerFormat"];
    string description = 2 [json_name = "description"];
    com.google.protobuf.ByteString
    string description = 2 [json_name = "description"];
    .openapi.v3.OauthFlows flows = 7 [json_name = "flows"];
    .openapi.v3.OauthFlows flows = 7 [json_name = "flows"];
    string in = 4 [json_name = "in"];
    com.google.protobuf.ByteString
    string in = 4 [json_name = "in"];
    string name = 3 [json_name = "name"];
    com.google.protobuf.ByteString
    string name = 3 [json_name = "name"];
    string open_id_connect_url = 8 [json_name = "openIdConnectUrl"];
    com.google.protobuf.ByteString
    string open_id_connect_url = 8 [json_name = "openIdConnectUrl"];
    string scheme = 5 [json_name = "scheme"];
    com.google.protobuf.ByteString
    string scheme = 5 [json_name = "scheme"];
    repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];
    int
    repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];
    string type = 1 [json_name = "type"];
    com.google.protobuf.ByteString
    string type = 1 [json_name = "type"];
    boolean
    .openapi.v3.OauthFlows flows = 7 [json_name = "flows"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<NamedAny> getSpecificationExtensionList()
      repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];
    • getSpecificationExtension

      NamedAny getSpecificationExtension(int index)
      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

      NamedAnyOrBuilder getSpecificationExtensionOrBuilder(int index)
      repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];