Interface ObjectMetadataReportOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectMetadataReportOptions,ObjectMetadataReportOptions.Builder
public interface ObjectMetadataReportOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectMetadataReportOptions.DestinationOptionsCasegetDestinationOptionsCase()ObjectMetadataReportOptions.FilterCasegetFilterCase()StringgetMetadataFields(int index)Metadata fields to be included in the report.com.google.protobuf.ByteStringgetMetadataFieldsBytes(int index)Metadata fields to be included in the report.intgetMetadataFieldsCount()Metadata fields to be included in the report.List<String>getMetadataFieldsList()Metadata fields to be included in the report.CloudStorageDestinationOptionsgetStorageDestinationOptions()Cloud Storage as the storage system.CloudStorageDestinationOptionsOrBuildergetStorageDestinationOptionsOrBuilder()Cloud Storage as the storage system.CloudStorageFiltersgetStorageFilters()Cloud Storage as the storage system.CloudStorageFiltersOrBuildergetStorageFiltersOrBuilder()Cloud Storage as the storage system.booleanhasStorageDestinationOptions()Cloud Storage as the storage system.booleanhasStorageFilters()Cloud Storage as the storage system.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMetadataFieldsList
List<String> getMetadataFieldsList()
Metadata fields to be included in the report.
repeated string metadata_fields = 1;- Returns:
- A list containing the metadataFields.
-
getMetadataFieldsCount
int getMetadataFieldsCount()
Metadata fields to be included in the report.
repeated string metadata_fields = 1;- Returns:
- The count of metadataFields.
-
getMetadataFields
String getMetadataFields(int index)
Metadata fields to be included in the report.
repeated string metadata_fields = 1;- Parameters:
index- The index of the element to return.- Returns:
- The metadataFields at the given index.
-
getMetadataFieldsBytes
com.google.protobuf.ByteString getMetadataFieldsBytes(int index)
Metadata fields to be included in the report.
repeated string metadata_fields = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the metadataFields at the given index.
-
hasStorageFilters
boolean hasStorageFilters()
Cloud Storage as the storage system.
.google.cloud.storageinsights.v1.CloudStorageFilters storage_filters = 2;- Returns:
- Whether the storageFilters field is set.
-
getStorageFilters
CloudStorageFilters getStorageFilters()
Cloud Storage as the storage system.
.google.cloud.storageinsights.v1.CloudStorageFilters storage_filters = 2;- Returns:
- The storageFilters.
-
getStorageFiltersOrBuilder
CloudStorageFiltersOrBuilder getStorageFiltersOrBuilder()
Cloud Storage as the storage system.
.google.cloud.storageinsights.v1.CloudStorageFilters storage_filters = 2;
-
hasStorageDestinationOptions
boolean hasStorageDestinationOptions()
Cloud Storage as the storage system.
.google.cloud.storageinsights.v1.CloudStorageDestinationOptions storage_destination_options = 3;- Returns:
- Whether the storageDestinationOptions field is set.
-
getStorageDestinationOptions
CloudStorageDestinationOptions getStorageDestinationOptions()
Cloud Storage as the storage system.
.google.cloud.storageinsights.v1.CloudStorageDestinationOptions storage_destination_options = 3;- Returns:
- The storageDestinationOptions.
-
getStorageDestinationOptionsOrBuilder
CloudStorageDestinationOptionsOrBuilder getStorageDestinationOptionsOrBuilder()
Cloud Storage as the storage system.
.google.cloud.storageinsights.v1.CloudStorageDestinationOptions storage_destination_options = 3;
-
getFilterCase
ObjectMetadataReportOptions.FilterCase getFilterCase()
-
getDestinationOptionsCase
ObjectMetadataReportOptions.DestinationOptionsCase getDestinationOptionsCase()
-
-