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.DestinationOptionsCase
getDestinationOptionsCase()
ObjectMetadataReportOptions.FilterCase
getFilterCase()
String
getMetadataFields(int index)
Metadata fields to be included in the report.com.google.protobuf.ByteString
getMetadataFieldsBytes(int index)
Metadata fields to be included in the report.int
getMetadataFieldsCount()
Metadata fields to be included in the report.List<String>
getMetadataFieldsList()
Metadata fields to be included in the report.CloudStorageDestinationOptions
getStorageDestinationOptions()
Cloud Storage as the storage system.CloudStorageDestinationOptionsOrBuilder
getStorageDestinationOptionsOrBuilder()
Cloud Storage as the storage system.CloudStorageFilters
getStorageFilters()
Cloud Storage as the storage system.CloudStorageFiltersOrBuilder
getStorageFiltersOrBuilder()
Cloud Storage as the storage system.boolean
hasStorageDestinationOptions()
Cloud Storage as the storage system.boolean
hasStorageFilters()
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()
-
-