Package org.a2aproject.sdk.compat03.grpc
Interface AuthenticationInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthenticationInfo,AuthenticationInfo.Builder
@Generated
public interface AuthenticationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional credentialscom.google.protobuf.ByteStringOptional credentialsgetSchemes(int index) Supported authentication schemes - e.g.com.google.protobuf.ByteStringgetSchemesBytes(int index) Supported authentication schemes - e.g.intSupported authentication schemes - e.g.Supported authentication schemes - e.g.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
-
getSchemesList
Supported authentication schemes - e.g. Basic, Bearer, etc
repeated string schemes = 1;- Returns:
- A list containing the schemes.
-
getSchemesCount
int getSchemesCount()Supported authentication schemes - e.g. Basic, Bearer, etc
repeated string schemes = 1;- Returns:
- The count of schemes.
-
getSchemes
Supported authentication schemes - e.g. Basic, Bearer, etc
repeated string schemes = 1;- Parameters:
index- The index of the element to return.- Returns:
- The schemes at the given index.
-
getSchemesBytes
com.google.protobuf.ByteString getSchemesBytes(int index) Supported authentication schemes - e.g. Basic, Bearer, etc
repeated string schemes = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the schemes at the given index.
-
getCredentials
String getCredentials()Optional credentials
string credentials = 2;- Returns:
- The credentials.
-
getCredentialsBytes
com.google.protobuf.ByteString getCredentialsBytes()Optional credentials
string credentials = 2;- Returns:
- The bytes for credentials.
-