Class CloudLibrary


  • public final class CloudLibrary
    extends Object
    Holds metadata about a single Cloud Library.
    • Method Detail

      • getName

        @Nullable
        public String getName()
        Returns the name of this library.
      • getServiceName

        @Nullable
        public String getServiceName()
        Returns the service name associated with this library.
      • getServiceRoles

        @Nullable
        public List<String> getServiceRoles()
        Returns the service roles associated with this library.
      • getDocumentation

        @Nullable
        public String getDocumentation()
        Returns a URL to the documentation for this library.
      • getDescription

        @Nullable
        public String getDescription()
        Returns the description for this library.
      • getTransports

        @Nullable
        public List<String> getTransports()
        Returns the list of supported transports for this library (e.g. http, grpc, etc.).