Package org.a2aproject.sdk.compat03.grpc
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 Summary
Modifier and TypeMethodDescription.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1;.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1;.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2;.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2;.a2a.v1.ImplicitOAuthFlow implicit = 3;.a2a.v1.ImplicitOAuthFlow implicit = 3;.a2a.v1.PasswordOAuthFlow password = 4;.a2a.v1.PasswordOAuthFlow password = 4;boolean.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1;boolean.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2;boolean.a2a.v1.ImplicitOAuthFlow implicit = 3;boolean.a2a.v1.PasswordOAuthFlow password = 4;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
-
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()
-