Class Filter (1.0.0-beta05)

public sealed class Filter : IMessage<Filter>, IEquatable<Filter>, IDeepCloneable<Filter>, IBufferMessage, IMessage

A filter for a budget, limiting the scope of the cost to calculate.

Inheritance

Object > Filter

Namespace

Google.Cloud.Billing.Budgets.V1Beta1

Assembly

Google.Cloud.Billing.Budgets.V1Beta1.dll

Constructors

Filter()

public Filter()

Filter(Filter)

public Filter(Filter other)
Parameter
NameDescription
otherFilter

Properties

CalendarPeriod

public CalendarPeriod CalendarPeriod { get; set; }

Optional. Specifies to track usage for recurring calendar period. For example, assume that CalendarPeriod.QUARTER is set. The budget will track usage from April 1 to June 30, when the current calendar month is April, May, June. After that, it will track usage from July 1 to September 30 when the current calendar month is July, August, September, so on.

Property Value
TypeDescription
CalendarPeriod

CreditTypes

public RepeatedField<string> CreditTypes { get; }

Optional. If [Filter.credit_types_treatment][google.cloud.billing.budgets.v1beta1.Filter.credit_types_treatment] is INCLUDE_SPECIFIED_CREDITS, this is a list of credit types to be subtracted from gross cost to determine the spend for threshold calculations. See a list of acceptable credit type values.

If [Filter.credit_types_treatment][google.cloud.billing.budgets.v1beta1.Filter.credit_types_treatment] is not INCLUDE_SPECIFIED_CREDITS, this field must be empty.

Property Value
TypeDescription
RepeatedField<String>

CreditTypesTreatment

public Filter.Types.CreditTypesTreatment CreditTypesTreatment { get; set; }

Optional. If not set, default behavior is INCLUDE_ALL_CREDITS.

Property Value
TypeDescription
Filter.Types.CreditTypesTreatment

CustomPeriod

public CustomPeriod CustomPeriod { get; set; }

Optional. Specifies to track usage from any start date (required) to any end date (optional). This time period is static, it does not recur.

Property Value
TypeDescription
CustomPeriod

Labels

public MapField<string, ListValue> Labels { get; }

Optional. A single label and value pair specifying that usage from only this set of labeled resources should be included in the budget. If omitted, the report will include all labeled and unlabeled usage.

An object containing a single &quot;key&quot;: value pair. Example: { &quot;name&quot;: &quot;wrench&quot; }.

Currently, multiple entries or multiple values per entry are not allowed.

Property Value
TypeDescription
MapField<String, ListValue>

Projects

public RepeatedField<string> Projects { get; }

Optional. A set of projects of the form projects/{project}, specifying that usage from only this set of projects should be included in the budget. If omitted, the report will include all usage for the billing account, regardless of which project the usage occurred on. Only zero or one project can be specified currently.

Property Value
TypeDescription
RepeatedField<String>

Services

public RepeatedField<string> Services { get; }

Optional. A set of services of the form services/{service_id}, specifying that usage from only this set of services should be included in the budget. If omitted, the report will include usage for all the services. The service names are available through the Catalog API: https://cloud.google.com/billing/v1/how-tos/catalog-api.

Property Value
TypeDescription
RepeatedField<String>

Subaccounts

public RepeatedField<string> Subaccounts { get; }

Optional. A set of subaccounts of the form billingAccounts/{account_id}, specifying that usage from only this set of subaccounts should be included in the budget. If a subaccount is set to the name of the parent account, usage from the parent account will be included. If omitted, the report will include usage from the parent account and all subaccounts, if they exist.

Property Value
TypeDescription
RepeatedField<String>

UsagePeriodCase

public Filter.UsagePeriodOneofCase UsagePeriodCase { get; }
Property Value
TypeDescription
Filter.UsagePeriodOneofCase