pub struct GoogleCloudRetailV2SetDefaultBranchRequest {
pub branch_id: Option<String>,
pub force: Option<bool>,
pub note: Option<String>,
}Expand description
Request message to set a specified branch as new default_branch.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields§
§branch_id: Option<String>The final component of the resource name of a branch. This field must be one of “0”, “1” or “2”. Otherwise, an INVALID_ARGUMENT error is returned. If there are no sufficient active products in the targeted branch and force is not set, a FAILED_PRECONDITION error is returned.
force: Option<bool>If set to true, it permits switching to a branch with branch_id even if it has no sufficient active products.
note: Option<String>Some note on this request, this can be retrieved by CatalogService.GetDefaultBranch before next valid default branch set occurs. This field must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
Trait Implementations§
Source§impl Clone for GoogleCloudRetailV2SetDefaultBranchRequest
impl Clone for GoogleCloudRetailV2SetDefaultBranchRequest
Source§fn clone(&self) -> GoogleCloudRetailV2SetDefaultBranchRequest
fn clone(&self) -> GoogleCloudRetailV2SetDefaultBranchRequest
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more