Uses of Class
org.a2aproject.sdk.grpc.StringList
Packages that use StringList
-
Uses of StringList in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return StringListModifier and TypeMethodDescriptionStringList.Builder.build()StringList.Builder.buildPartial()static StringListStringList.getDefaultInstance()StringList.Builder.getDefaultInstanceForType()StringList.getDefaultInstanceForType()SecurityRequirement.Builder.getSchemesOrDefault(String key, StringList defaultValue) A map of security schemes to the required scopes.SecurityRequirement.getSchemesOrDefault(String key, StringList defaultValue) A map of security schemes to the required scopes.SecurityRequirementOrBuilder.getSchemesOrDefault(String key, StringList defaultValue) A map of security schemes to the required scopes.SecurityRequirement.Builder.getSchemesOrThrow(String key) A map of security schemes to the required scopes.SecurityRequirement.getSchemesOrThrow(String key) A map of security schemes to the required scopes.SecurityRequirementOrBuilder.getSchemesOrThrow(String key) A map of security schemes to the required scopes.static StringListStringList.parseDelimitedFrom(InputStream input) static StringListStringList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StringListStringList.parseFrom(byte[] data) static StringListStringList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StringListStringList.parseFrom(com.google.protobuf.ByteString data) static StringListStringList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StringListStringList.parseFrom(com.google.protobuf.CodedInputStream input) static StringListStringList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StringListStringList.parseFrom(InputStream input) static StringListStringList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StringListStringList.parseFrom(ByteBuffer data) static StringListStringList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.grpc that return types with arguments of type StringListModifier and TypeMethodDescriptionSecurityRequirement.Builder.getMutableSchemes()Deprecated.com.google.protobuf.Parser<StringList>StringList.getParserForType()SecurityRequirement.Builder.getSchemes()Deprecated.SecurityRequirement.getSchemes()Deprecated.SecurityRequirementOrBuilder.getSchemes()Deprecated.SecurityRequirement.Builder.getSchemesMap()A map of security schemes to the required scopes.SecurityRequirement.getSchemesMap()A map of security schemes to the required scopes.SecurityRequirementOrBuilder.getSchemesMap()A map of security schemes to the required scopes.static com.google.protobuf.Parser<StringList>StringList.parser()Methods in org.a2aproject.sdk.grpc with parameters of type StringListModifier and TypeMethodDescriptionSecurityRequirement.Builder.getSchemesOrDefault(String key, StringList defaultValue) A map of security schemes to the required scopes.SecurityRequirement.getSchemesOrDefault(String key, StringList defaultValue) A map of security schemes to the required scopes.SecurityRequirementOrBuilder.getSchemesOrDefault(String key, StringList defaultValue) A map of security schemes to the required scopes.StringList.Builder.mergeFrom(StringList other) static StringList.BuilderStringList.newBuilder(StringList prototype) SecurityRequirement.Builder.putSchemes(String key, StringList value) A map of security schemes to the required scopes.Method parameters in org.a2aproject.sdk.grpc with type arguments of type StringListModifier and TypeMethodDescriptionSecurityRequirement.Builder.putAllSchemes(Map<String, StringList> values) A map of security schemes to the required scopes.