Package org.a2aproject.sdk.grpc
Class OAuthFlows
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
org.a2aproject.sdk.grpc.OAuthFlows
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,OAuthFlowsOrBuilder
@Generated
public final class OAuthFlows
extends com.google.protobuf.GeneratedMessage
implements OAuthFlowsOrBuilder
Defines the configuration for the supported OAuth 2.0 flows.Protobuf type
lf.a2a.v1.OAuthFlows- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDefines the configuration for the supported OAuth 2.0 flows.static enumNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T extends Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParentNested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, loggedPre22TypeNames, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanConfiguration for the OAuth Authorization Code flow.Configuration for the OAuth Authorization Code flow.Configuration for the OAuth Client Credentials flow.Configuration for the OAuth Client Credentials flow.static OAuthFlowsstatic final com.google.protobuf.Descriptors.DescriptorConfiguration for the OAuth Device Code flow.Configuration for the OAuth Device Code flow.Deprecated.lf.a2a.v1.OAuthFlows.implicit is deprecated.Deprecated.com.google.protobuf.Parser<OAuthFlows>Deprecated.lf.a2a.v1.OAuthFlows.password is deprecated.Deprecated.intbooleanConfiguration for the OAuth Authorization Code flow.booleanConfiguration for the OAuth Client Credentials flow.booleanConfiguration for the OAuth Device Code flow.inthashCode()booleanDeprecated.lf.a2a.v1.OAuthFlows.implicit is deprecated.booleanDeprecated.lf.a2a.v1.OAuthFlows.password is deprecated.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanstatic OAuthFlows.Builderstatic OAuthFlows.BuildernewBuilder(OAuthFlows prototype) protected OAuthFlows.BuildernewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) static OAuthFlowsparseDelimitedFrom(InputStream input) static OAuthFlowsparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuthFlowsparseFrom(byte[] data) static OAuthFlowsparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuthFlowsparseFrom(com.google.protobuf.ByteString data) static OAuthFlowsparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuthFlowsparseFrom(com.google.protobuf.CodedInputStream input) static OAuthFlowsparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuthFlowsparseFrom(InputStream input) static OAuthFlowsparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuthFlowsparseFrom(ByteBuffer data) static OAuthFlowsparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<OAuthFlows>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
AUTHORIZATION_CODE_FIELD_NUMBER
public static final int AUTHORIZATION_CODE_FIELD_NUMBER- See Also:
-
CLIENT_CREDENTIALS_FIELD_NUMBER
public static final int CLIENT_CREDENTIALS_FIELD_NUMBER- See Also:
-
IMPLICIT_FIELD_NUMBER
public static final int IMPLICIT_FIELD_NUMBER- See Also:
-
PASSWORD_FIELD_NUMBER
public static final int PASSWORD_FIELD_NUMBER- See Also:
-
DEVICE_CODE_FIELD_NUMBER
public static final int DEVICE_CODE_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getFlowCase
- Specified by:
getFlowCasein interfaceOAuthFlowsOrBuilder
-
hasAuthorizationCode
public boolean hasAuthorizationCode()Configuration for the OAuth Authorization Code flow.
.lf.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1;- Specified by:
hasAuthorizationCodein interfaceOAuthFlowsOrBuilder- Returns:
- Whether the authorizationCode field is set.
-
getAuthorizationCode
Configuration for the OAuth Authorization Code flow.
.lf.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1;- Specified by:
getAuthorizationCodein interfaceOAuthFlowsOrBuilder- Returns:
- The authorizationCode.
-
getAuthorizationCodeOrBuilder
Configuration for the OAuth Authorization Code flow.
.lf.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1;- Specified by:
getAuthorizationCodeOrBuilderin interfaceOAuthFlowsOrBuilder
-
hasClientCredentials
public boolean hasClientCredentials()Configuration for the OAuth Client Credentials flow.
.lf.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2;- Specified by:
hasClientCredentialsin interfaceOAuthFlowsOrBuilder- Returns:
- Whether the clientCredentials field is set.
-
getClientCredentials
Configuration for the OAuth Client Credentials flow.
.lf.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2;- Specified by:
getClientCredentialsin interfaceOAuthFlowsOrBuilder- Returns:
- The clientCredentials.
-
getClientCredentialsOrBuilder
Configuration for the OAuth Client Credentials flow.
.lf.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2;- Specified by:
getClientCredentialsOrBuilderin interfaceOAuthFlowsOrBuilder
-
hasImplicit
Deprecated.lf.a2a.v1.OAuthFlows.implicit is deprecated. See a2a.proto;l=569Deprecated: Use Authorization Code + PKCE instead.
.lf.a2a.v1.ImplicitOAuthFlow implicit = 3 [deprecated = true];- Specified by:
hasImplicitin interfaceOAuthFlowsOrBuilder- Returns:
- Whether the implicit field is set.
-
getImplicit
Deprecated.lf.a2a.v1.OAuthFlows.implicit is deprecated. See a2a.proto;l=569Deprecated: Use Authorization Code + PKCE instead.
.lf.a2a.v1.ImplicitOAuthFlow implicit = 3 [deprecated = true];- Specified by:
getImplicitin interfaceOAuthFlowsOrBuilder- Returns:
- The implicit.
-
getImplicitOrBuilder
Deprecated.Deprecated: Use Authorization Code + PKCE instead.
.lf.a2a.v1.ImplicitOAuthFlow implicit = 3 [deprecated = true];- Specified by:
getImplicitOrBuilderin interfaceOAuthFlowsOrBuilder
-
hasPassword
Deprecated.lf.a2a.v1.OAuthFlows.password is deprecated. See a2a.proto;l=571Deprecated: Use Authorization Code + PKCE or Device Code.
.lf.a2a.v1.PasswordOAuthFlow password = 4 [deprecated = true];- Specified by:
hasPasswordin interfaceOAuthFlowsOrBuilder- Returns:
- Whether the password field is set.
-
getPassword
Deprecated.lf.a2a.v1.OAuthFlows.password is deprecated. See a2a.proto;l=571Deprecated: Use Authorization Code + PKCE or Device Code.
.lf.a2a.v1.PasswordOAuthFlow password = 4 [deprecated = true];- Specified by:
getPasswordin interfaceOAuthFlowsOrBuilder- Returns:
- The password.
-
getPasswordOrBuilder
Deprecated.Deprecated: Use Authorization Code + PKCE or Device Code.
.lf.a2a.v1.PasswordOAuthFlow password = 4 [deprecated = true];- Specified by:
getPasswordOrBuilderin interfaceOAuthFlowsOrBuilder
-
hasDeviceCode
public boolean hasDeviceCode()Configuration for the OAuth Device Code flow.
.lf.a2a.v1.DeviceCodeOAuthFlow device_code = 5;- Specified by:
hasDeviceCodein interfaceOAuthFlowsOrBuilder- Returns:
- Whether the deviceCode field is set.
-
getDeviceCode
Configuration for the OAuth Device Code flow.
.lf.a2a.v1.DeviceCodeOAuthFlow device_code = 5;- Specified by:
getDeviceCodein interfaceOAuthFlowsOrBuilder- Returns:
- The deviceCode.
-
getDeviceCodeOrBuilder
Configuration for the OAuth Device Code flow.
.lf.a2a.v1.DeviceCodeOAuthFlow device_code = 5;- Specified by:
getDeviceCodeOrBuilderin interfaceOAuthFlowsOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static OAuthFlows parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OAuthFlows parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OAuthFlows parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OAuthFlows parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OAuthFlows parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OAuthFlows parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static OAuthFlows parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static OAuthFlows parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static OAuthFlows parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected OAuthFlows.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-