Uses of Class
org.a2aproject.sdk.grpc.OAuthFlows
Packages that use OAuthFlows
-
Uses of OAuthFlows in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return OAuthFlowsModifier and TypeMethodDescriptionOAuthFlows.Builder.build()OAuthFlows.Builder.buildPartial()static OAuthFlowsOAuthFlows.getDefaultInstance()OAuthFlows.Builder.getDefaultInstanceForType()OAuthFlows.getDefaultInstanceForType()OAuth2SecurityScheme.Builder.getFlows()An object containing configuration information for the supported OAuth 2.0 flows.OAuth2SecurityScheme.getFlows()An object containing configuration information for the supported OAuth 2.0 flows.OAuth2SecuritySchemeOrBuilder.getFlows()An object containing configuration information for the supported OAuth 2.0 flows.static OAuthFlowsOAuthFlows.parseDelimitedFrom(InputStream input) static OAuthFlowsOAuthFlows.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuthFlowsOAuthFlows.parseFrom(byte[] data) static OAuthFlowsOAuthFlows.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuthFlowsOAuthFlows.parseFrom(com.google.protobuf.ByteString data) static OAuthFlowsOAuthFlows.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuthFlowsOAuthFlows.parseFrom(com.google.protobuf.CodedInputStream input) static OAuthFlowsOAuthFlows.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuthFlowsOAuthFlows.parseFrom(InputStream input) static OAuthFlowsOAuthFlows.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuthFlowsOAuthFlows.parseFrom(ByteBuffer data) static OAuthFlowsOAuthFlows.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.grpc that return types with arguments of type OAuthFlowsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<OAuthFlows>OAuthFlows.getParserForType()static com.google.protobuf.Parser<OAuthFlows>OAuthFlows.parser()Methods in org.a2aproject.sdk.grpc with parameters of type OAuthFlowsModifier and TypeMethodDescriptionOAuth2SecurityScheme.Builder.mergeFlows(OAuthFlows value) An object containing configuration information for the supported OAuth 2.0 flows.OAuthFlows.Builder.mergeFrom(OAuthFlows other) static OAuthFlows.BuilderOAuthFlows.newBuilder(OAuthFlows prototype) OAuth2SecurityScheme.Builder.setFlows(OAuthFlows value) An object containing configuration information for the supported OAuth 2.0 flows. -
Uses of OAuthFlows in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return OAuthFlowsModifier and TypeMethodDescriptionOAuthFlowsMapper.toProto(OAuthFlows domain) OAuthFlowsMapperImpl.toProto(OAuthFlows domain) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type OAuthFlowsModifier and TypeMethodDescriptionOAuthFlowsMapper.fromProto(OAuthFlows proto) OAuthFlowsMapperImpl.fromProto(OAuthFlows proto)