ListSkusRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for ListSkus
.
Attributes
Name | Description |
parent |
str
Required. The name of the service. Example: "services/DA34-426B-A397". |
start_time |
Optional inclusive start time of the time range for which the pricing versions will be returned. Timestamps in the future are not allowed. The time range has to be within a single calendar month in America/Los_Angeles timezone. Time range as a whole is optional. If not specified, the latest pricing will be returned (up to 12 hours old at most). |
end_time |
Optional exclusive end time of the time range for which the pricing versions will be returned. Timestamps in the future are not allowed. The time range has to be within a single calendar month in America/Los_Angeles timezone. Time range as a whole is optional. If not specified, the latest pricing will be returned (up to 12 hours old at most). |
currency_code |
str
The ISO 4217 currency code for the pricing info in the response proto. Will use the conversion rate as of start_time. Optional. If not specified USD will be used. |
page_size |
int
Requested page size. Defaults to 5000. |
page_token |
str
A token identifying a page of results to return. This should be a next_page_token value returned from a previous
ListSkus call. If unspecified, the first page of results
is returned.
|
Methods
__delattr__
__delattr__(key)
Delete the value on the given field.
This is generally equivalent to setting a falsy value.
__eq__
__eq__(other)
Return True if the messages are equal, False otherwise.
__ne__
__ne__(other)
Return True if the messages are unequal, False otherwise.
__setattr__
__setattr__(key, value)
Set the value on the given field.
For well-known protocol buffer types which are marshalled, either the protocol buffer object or the Python equivalent is accepted.