Interface OAuthFlowsOrBuilder

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

@Generated public interface OAuthFlowsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasAuthorizationCode

      boolean hasAuthorizationCode()
      .a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1;
      Returns:
      Whether the authorizationCode field is set.
    • getAuthorizationCode

      AuthorizationCodeOAuthFlow getAuthorizationCode()
      .a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1;
      Returns:
      The authorizationCode.
    • getAuthorizationCodeOrBuilder

      AuthorizationCodeOAuthFlowOrBuilder getAuthorizationCodeOrBuilder()
      .a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1;
    • hasClientCredentials

      boolean hasClientCredentials()
      .a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2;
      Returns:
      Whether the clientCredentials field is set.
    • getClientCredentials

      ClientCredentialsOAuthFlow getClientCredentials()
      .a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2;
      Returns:
      The clientCredentials.
    • getClientCredentialsOrBuilder

      ClientCredentialsOAuthFlowOrBuilder getClientCredentialsOrBuilder()
      .a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2;
    • hasImplicit

      boolean hasImplicit()
      .a2a.v1.ImplicitOAuthFlow implicit = 3;
      Returns:
      Whether the implicit field is set.
    • getImplicit

      ImplicitOAuthFlow getImplicit()
      .a2a.v1.ImplicitOAuthFlow implicit = 3;
      Returns:
      The implicit.
    • getImplicitOrBuilder

      ImplicitOAuthFlowOrBuilder getImplicitOrBuilder()
      .a2a.v1.ImplicitOAuthFlow implicit = 3;
    • hasPassword

      boolean hasPassword()
      .a2a.v1.PasswordOAuthFlow password = 4;
      Returns:
      Whether the password field is set.
    • getPassword

      PasswordOAuthFlow getPassword()
      .a2a.v1.PasswordOAuthFlow password = 4;
      Returns:
      The password.
    • getPasswordOrBuilder

      PasswordOAuthFlowOrBuilder getPasswordOrBuilder()
      .a2a.v1.PasswordOAuthFlow password = 4;
    • getFlowCase

      OAuthFlows.FlowCase getFlowCase()