Package org.a2aproject.sdk.grpc
Interface SecurityRequirementOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecurityRequirement,SecurityRequirement.Builder
@Generated
public interface SecurityRequirementOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsSchemes(String key) A map of security schemes to the required scopes.Deprecated.intA map of security schemes to the required scopes.A map of security schemes to the required scopes.getSchemesOrDefault(String key, StringList defaultValue) A map of security schemes to the required scopes.getSchemesOrThrow(String key) A map of security schemes to the required scopes.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
-
getSchemesCount
int getSchemesCount()A map of security schemes to the required scopes.
map<string, .lf.a2a.v1.StringList> schemes = 1; -
containsSchemes
A map of security schemes to the required scopes.
map<string, .lf.a2a.v1.StringList> schemes = 1; -
getSchemes
Deprecated.UsegetSchemesMap()instead. -
getSchemesMap
Map<String,StringList> getSchemesMap()A map of security schemes to the required scopes.
map<string, .lf.a2a.v1.StringList> schemes = 1; -
getSchemesOrDefault
A map of security schemes to the required scopes.
map<string, .lf.a2a.v1.StringList> schemes = 1; -
getSchemesOrThrow
A map of security schemes to the required scopes.
map<string, .lf.a2a.v1.StringList> schemes = 1;
-