Interface ProvisionProjectRequest.SaasParamsOrBuilder (0.90.0)

public static interface ProvisionProjectRequest.SaasParamsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAcceptBizQos()

public abstract boolean getAcceptBizQos()

Optional. Set to true to specify that caller has read and would like to give consent to the [Terms for Agent Space quality of service].

bool accept_biz_qos = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The acceptBizQos.

getIsBiz()

public abstract boolean getIsBiz()

Optional. Indicates if the current request is for Biz edition (= true) or not (= false).

bool is_biz = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The isBiz.