Uses of Class
org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
Packages that use OAuth2SecurityScheme.Builder
-
Uses of OAuth2SecurityScheme.Builder in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return OAuth2SecurityScheme.BuilderModifier and TypeMethodDescriptionOAuth2SecurityScheme.Builder.clear()OAuth2SecurityScheme.Builder.clearDescription()Description of this security scheme.OAuth2SecurityScheme.Builder.clearFlows()An object containing configuration information for the flow types supportedOAuth2SecurityScheme.Builder.clearOauth2MetadataUrl()URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414).SecurityScheme.Builder.getOauth2SecuritySchemeBuilder().a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3;OAuth2SecurityScheme.Builder.mergeFlows(OAuthFlows value) An object containing configuration information for the flow types supportedOAuth2SecurityScheme.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OAuth2SecurityScheme.Builder.mergeFrom(com.google.protobuf.Message other) OAuth2SecurityScheme.Builder.mergeFrom(OAuth2SecurityScheme other) static OAuth2SecurityScheme.BuilderOAuth2SecurityScheme.newBuilder()static OAuth2SecurityScheme.BuilderOAuth2SecurityScheme.newBuilder(OAuth2SecurityScheme prototype) OAuth2SecurityScheme.newBuilderForType()protected OAuth2SecurityScheme.BuilderOAuth2SecurityScheme.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) OAuth2SecurityScheme.Builder.setDescription(String value) Description of this security scheme.OAuth2SecurityScheme.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Description of this security scheme.OAuth2SecurityScheme.Builder.setFlows(OAuthFlows value) An object containing configuration information for the flow types supportedOAuth2SecurityScheme.Builder.setFlows(OAuthFlows.Builder builderForValue) An object containing configuration information for the flow types supportedOAuth2SecurityScheme.Builder.setOauth2MetadataUrl(String value) URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414).OAuth2SecurityScheme.Builder.setOauth2MetadataUrlBytes(com.google.protobuf.ByteString value) URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414).OAuth2SecurityScheme.toBuilder()Methods in org.a2aproject.sdk.compat03.grpc with parameters of type OAuth2SecurityScheme.BuilderModifier and TypeMethodDescriptionSecurityScheme.Builder.setOauth2SecurityScheme(OAuth2SecurityScheme.Builder builderForValue) .a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3;