Class Category (1.0.0)

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

Represents the category hierarchy of a SKU.

Attributes

NameDescription
service_display_name str
The display name of the service this SKU belongs to.
resource_family str
The type of product the SKU refers to. Example: "Compute", "Storage", "Network", "ApplicationServices" etc.
resource_group str
A group classification for related SKUs. Example: "RAM", "GPU", "Prediction", "Ops", "GoogleEgress" etc.
usage_type str
Represents how the SKU is consumed. Example: "OnDemand", "Preemptible", "Commit1Mo", "Commit1Yr" etc.

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.