Uses of Class
org.a2aproject.sdk.grpc.APIKeySecurityScheme
Packages that use APIKeySecurityScheme
-
Uses of APIKeySecurityScheme in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return APIKeySecuritySchemeModifier and TypeMethodDescriptionAPIKeySecurityScheme.Builder.build()APIKeySecurityScheme.Builder.buildPartial()SecurityScheme.Builder.getApiKeySecurityScheme()API key-based authentication.SecurityScheme.getApiKeySecurityScheme()API key-based authentication.SecuritySchemeOrBuilder.getApiKeySecurityScheme()API key-based authentication.static APIKeySecuritySchemeAPIKeySecurityScheme.getDefaultInstance()APIKeySecurityScheme.Builder.getDefaultInstanceForType()APIKeySecurityScheme.getDefaultInstanceForType()static APIKeySecuritySchemeAPIKeySecurityScheme.parseDelimitedFrom(InputStream input) static APIKeySecuritySchemeAPIKeySecurityScheme.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static APIKeySecuritySchemeAPIKeySecurityScheme.parseFrom(byte[] data) static APIKeySecuritySchemeAPIKeySecurityScheme.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static APIKeySecuritySchemeAPIKeySecurityScheme.parseFrom(com.google.protobuf.ByteString data) static APIKeySecuritySchemeAPIKeySecurityScheme.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static APIKeySecuritySchemeAPIKeySecurityScheme.parseFrom(com.google.protobuf.CodedInputStream input) static APIKeySecuritySchemeAPIKeySecurityScheme.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static APIKeySecuritySchemeAPIKeySecurityScheme.parseFrom(InputStream input) static APIKeySecuritySchemeAPIKeySecurityScheme.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static APIKeySecuritySchemeAPIKeySecurityScheme.parseFrom(ByteBuffer data) static APIKeySecuritySchemeAPIKeySecurityScheme.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.grpc that return types with arguments of type APIKeySecuritySchemeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<APIKeySecurityScheme>APIKeySecurityScheme.getParserForType()static com.google.protobuf.Parser<APIKeySecurityScheme>APIKeySecurityScheme.parser()Methods in org.a2aproject.sdk.grpc with parameters of type APIKeySecuritySchemeModifier and TypeMethodDescriptionSecurityScheme.Builder.mergeApiKeySecurityScheme(APIKeySecurityScheme value) API key-based authentication.APIKeySecurityScheme.Builder.mergeFrom(APIKeySecurityScheme other) static APIKeySecurityScheme.BuilderAPIKeySecurityScheme.newBuilder(APIKeySecurityScheme prototype) SecurityScheme.Builder.setApiKeySecurityScheme(APIKeySecurityScheme value) API key-based authentication. -
Uses of APIKeySecurityScheme in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return APIKeySecuritySchemeModifier and TypeMethodDescriptionAPIKeySecuritySchemeMapper.toProto(APIKeySecurityScheme domain) APIKeySecuritySchemeMapperImpl.toProto(APIKeySecurityScheme domain) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type APIKeySecuritySchemeModifier and TypeMethodDescriptiondefault APIKeySecuritySchemeAPIKeySecuritySchemeMapper.fromProto(APIKeySecurityScheme proto)