Interface ObjectMetadataReportOptionsOrBuilder

    • 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;