Class EstimateDataSizeRequest (0.11.11)

EstimateDataSizeRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for EstimateBillingService.EstimateDataSize method

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
website_data_source google.cloud.discoveryengine_v1alpha.types.EstimateDataSizeRequest.WebsiteDataSource
Website data. This field is a member of oneof_ data_source.
file_data_source google.cloud.discoveryengine_v1alpha.types.EstimateDataSizeRequest.FileDataSource
Structured or unstructured data. This field is a member of oneof_ data_source.
location str
Required. Full resource name of the location, such as projects/{project}/locations/{location}.

Classes

FileDataSource

FileDataSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Data source contains files either in Cloud Storage or BigQuery.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

WebsiteDataSource

WebsiteDataSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Data source is a set of website patterns that we crawl to get the total number of websites.