public interface CreateBranchRuleRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBranchRule()
public abstract BranchRule getBranchRule()
.google.cloud.securesourcemanager.v1.BranchRule branch_rule = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
BranchRule |
The branchRule. |
getBranchRuleId()
public abstract String getBranchRuleId()
string branch_rule_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The branchRuleId. |
getBranchRuleIdBytes()
public abstract ByteString getBranchRuleIdBytes()
string branch_rule_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for branchRuleId. |
getBranchRuleOrBuilder()
public abstract BranchRuleOrBuilder getBranchRuleOrBuilder()
.google.cloud.securesourcemanager.v1.BranchRule branch_rule = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
BranchRuleOrBuilder |
getParent()
public abstract String getParent()
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasBranchRule()
public abstract boolean hasBranchRule()
.google.cloud.securesourcemanager.v1.BranchRule branch_rule = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the branchRule field is set. |