Package com.google.cloud.storage
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 ClassesModifier and TypeClassDescriptionstatic enumEnum representing the transportscom.google.cloud.storageclasses have implementations for. -
Required Element Summary
Required Elements
-
Element Details
-
value
TransportCompatibility.Transport[] value
-