Uses of Class
org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
Packages that use APIKeySecurityScheme.Builder
-
Uses of APIKeySecurityScheme.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return APIKeySecurityScheme.BuilderModifier and TypeMethodDescriptionAPIKeySecurityScheme.Builder.clear()APIKeySecurityScheme.Builder.clearDescription()An optional description for the security scheme.APIKeySecurityScheme.Builder.clearLocation()The location of the API key.APIKeySecurityScheme.Builder.clearName()The name of the header, query, or cookie parameter to be used.SecurityScheme.Builder.getApiKeySecuritySchemeBuilder()API key-based authentication.APIKeySecurityScheme.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) APIKeySecurityScheme.Builder.mergeFrom(com.google.protobuf.Message other) APIKeySecurityScheme.Builder.mergeFrom(APIKeySecurityScheme other) static APIKeySecurityScheme.BuilderAPIKeySecurityScheme.newBuilder()static APIKeySecurityScheme.BuilderAPIKeySecurityScheme.newBuilder(APIKeySecurityScheme prototype) APIKeySecurityScheme.newBuilderForType()protected APIKeySecurityScheme.BuilderAPIKeySecurityScheme.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) APIKeySecurityScheme.Builder.setDescription(String value) An optional description for the security scheme.APIKeySecurityScheme.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) An optional description for the security scheme.APIKeySecurityScheme.Builder.setLocation(String value) The location of the API key.APIKeySecurityScheme.Builder.setLocationBytes(com.google.protobuf.ByteString value) The location of the API key.The name of the header, query, or cookie parameter to be used.APIKeySecurityScheme.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the header, query, or cookie parameter to be used.APIKeySecurityScheme.toBuilder()Methods in org.a2aproject.sdk.grpc with parameters of type APIKeySecurityScheme.BuilderModifier and TypeMethodDescriptionSecurityScheme.Builder.setApiKeySecurityScheme(APIKeySecurityScheme.Builder builderForValue) API key-based authentication.