Uses of Class
com.google.cloud.storageinsights.v1.ObjectMetadataReportOptions.DestinationOptionsCase
-
Packages that use ObjectMetadataReportOptions.DestinationOptionsCase Package Description com.google.cloud.storageinsights.v1 A client to Storage Insights API -
-
Uses of ObjectMetadataReportOptions.DestinationOptionsCase in com.google.cloud.storageinsights.v1
Methods in com.google.cloud.storageinsights.v1 that return ObjectMetadataReportOptions.DestinationOptionsCase Modifier and Type Method Description static ObjectMetadataReportOptions.DestinationOptionsCase
ObjectMetadataReportOptions.DestinationOptionsCase. forNumber(int value)
ObjectMetadataReportOptions.DestinationOptionsCase
ObjectMetadataReportOptions.Builder. getDestinationOptionsCase()
ObjectMetadataReportOptions.DestinationOptionsCase
ObjectMetadataReportOptions. getDestinationOptionsCase()
ObjectMetadataReportOptions.DestinationOptionsCase
ObjectMetadataReportOptionsOrBuilder. getDestinationOptionsCase()
static ObjectMetadataReportOptions.DestinationOptionsCase
ObjectMetadataReportOptions.DestinationOptionsCase. valueOf(int value)
Deprecated.static ObjectMetadataReportOptions.DestinationOptionsCase
ObjectMetadataReportOptions.DestinationOptionsCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectMetadataReportOptions.DestinationOptionsCase[]
ObjectMetadataReportOptions.DestinationOptionsCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-