Interface OpenIdConnectSecuritySchemeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
OpenIdConnectSecurityScheme, OpenIdConnectSecurityScheme.Builder

@Generated public interface OpenIdConnectSecuritySchemeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    An optional description for the security scheme.
    com.google.protobuf.ByteString
    An optional description for the security scheme.
    The [OpenID Connect Discovery URL](https://openid.net/specs/openid-connect-discovery-1_0.html) for the OIDC provider's metadata.
    com.google.protobuf.ByteString
    The [OpenID Connect Discovery URL](https://openid.net/specs/openid-connect-discovery-1_0.html) for the OIDC provider's metadata.

    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

    • getDescription

      String getDescription()
       An optional description for the security scheme.
       
      string description = 1;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       An optional description for the security scheme.
       
      string description = 1;
      Returns:
      The bytes for description.
    • getOpenIdConnectUrl

      String getOpenIdConnectUrl()
       The [OpenID Connect Discovery URL](https://openid.net/specs/openid-connect-discovery-1_0.html) for the OIDC provider's metadata.
       
      string open_id_connect_url = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The openIdConnectUrl.
    • getOpenIdConnectUrlBytes

      com.google.protobuf.ByteString getOpenIdConnectUrlBytes()
       The [OpenID Connect Discovery URL](https://openid.net/specs/openid-connect-discovery-1_0.html) for the OIDC provider's metadata.
       
      string open_id_connect_url = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for openIdConnectUrl.