public interface ObjectMetadataReportOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getMetadataFieldsList()
Metadata fields to be included in the report.
repeated string metadata_fields = 1;int getMetadataFieldsCount()
Metadata fields to be included in the report.
repeated string metadata_fields = 1;String getMetadataFields(int index)
Metadata fields to be included in the report.
repeated string metadata_fields = 1;index - The index of the element to return.com.google.protobuf.ByteString getMetadataFieldsBytes(int index)
Metadata fields to be included in the report.
repeated string metadata_fields = 1;index - The index of the value to return.boolean hasStorageFilters()
Cloud Storage as the storage system.
.google.cloud.storageinsights.v1.CloudStorageFilters storage_filters = 2;CloudStorageFilters getStorageFilters()
Cloud Storage as the storage system.
.google.cloud.storageinsights.v1.CloudStorageFilters storage_filters = 2;CloudStorageFiltersOrBuilder getStorageFiltersOrBuilder()
Cloud Storage as the storage system.
.google.cloud.storageinsights.v1.CloudStorageFilters storage_filters = 2;boolean hasStorageDestinationOptions()
Cloud Storage as the storage system.
.google.cloud.storageinsights.v1.CloudStorageDestinationOptions storage_destination_options = 3;
CloudStorageDestinationOptions getStorageDestinationOptions()
Cloud Storage as the storage system.
.google.cloud.storageinsights.v1.CloudStorageDestinationOptions storage_destination_options = 3;
CloudStorageDestinationOptionsOrBuilder getStorageDestinationOptionsOrBuilder()
Cloud Storage as the storage system.
.google.cloud.storageinsights.v1.CloudStorageDestinationOptions storage_destination_options = 3;
ObjectMetadataReportOptions.FilterCase getFilterCase()
ObjectMetadataReportOptions.DestinationOptionsCase getDestinationOptionsCase()
Copyright © 2024 Google LLC. All rights reserved.