Annotation Type TransportCompatibility


@Retention(RUNTIME) @Target({TYPE,METHOD,FIELD}) @Documented @Inherited public @interface TransportCompatibility
Annotation which is used to convey which Cloud Storage API a class or method has compatibility with.

Not all operations are compatible with all transports.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    Enum representing the transports com.google.cloud.storage classes have implementations for.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description