| Modifier and Type | Method and Description |
|---|---|
BranchRule |
BranchRule.Builder.build() |
BranchRule |
BranchRule.Builder.buildPartial() |
BranchRule |
CreateBranchRuleRequest.getBranchRule()
.google.cloud.securesourcemanager.v1.BranchRule branch_rule = 2 [(.google.api.field_behavior) = REQUIRED];
|
BranchRule |
CreateBranchRuleRequest.Builder.getBranchRule()
.google.cloud.securesourcemanager.v1.BranchRule branch_rule = 2 [(.google.api.field_behavior) = REQUIRED];
|
BranchRule |
UpdateBranchRuleRequestOrBuilder.getBranchRule()
.google.cloud.securesourcemanager.v1.BranchRule branch_rule = 1 [(.google.api.field_behavior) = REQUIRED];
|
BranchRule |
UpdateBranchRuleRequest.getBranchRule()
.google.cloud.securesourcemanager.v1.BranchRule branch_rule = 1 [(.google.api.field_behavior) = REQUIRED];
|
BranchRule |
UpdateBranchRuleRequest.Builder.getBranchRule()
.google.cloud.securesourcemanager.v1.BranchRule branch_rule = 1 [(.google.api.field_behavior) = REQUIRED];
|
BranchRule |
CreateBranchRuleRequestOrBuilder.getBranchRule()
.google.cloud.securesourcemanager.v1.BranchRule branch_rule = 2 [(.google.api.field_behavior) = REQUIRED];
|
BranchRule |
ListBranchRulesResponse.getBranchRules(int index)
The list of branch rules.
|
BranchRule |
ListBranchRulesResponse.Builder.getBranchRules(int index)
The list of branch rules.
|
BranchRule |
ListBranchRulesResponseOrBuilder.getBranchRules(int index)
The list of branch rules.
|
static BranchRule |
BranchRule.getDefaultInstance() |
BranchRule |
BranchRule.getDefaultInstanceForType() |
BranchRule |
BranchRule.Builder.getDefaultInstanceForType() |
static BranchRule |
BranchRule.parseDelimitedFrom(InputStream input) |
static BranchRule |
BranchRule.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BranchRule |
BranchRule.parseFrom(byte[] data) |
static BranchRule |
BranchRule.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BranchRule |
BranchRule.parseFrom(ByteBuffer data) |
static BranchRule |
BranchRule.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BranchRule |
BranchRule.parseFrom(com.google.protobuf.ByteString data) |
static BranchRule |
BranchRule.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BranchRule |
BranchRule.parseFrom(com.google.protobuf.CodedInputStream input) |
static BranchRule |
BranchRule.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BranchRule |
BranchRule.parseFrom(InputStream input) |
static BranchRule |
BranchRule.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<BranchRule> |
ListBranchRulesResponse.getBranchRulesList()
The list of branch rules.
|
List<BranchRule> |
ListBranchRulesResponse.Builder.getBranchRulesList()
The list of branch rules.
|
List<BranchRule> |
ListBranchRulesResponseOrBuilder.getBranchRulesList()
The list of branch rules.
|
com.google.protobuf.Parser<BranchRule> |
BranchRule.getParserForType() |
static com.google.protobuf.Parser<BranchRule> |
BranchRule.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListBranchRulesResponse.Builder |
ListBranchRulesResponse.Builder.addBranchRules(BranchRule value)
The list of branch rules.
|
ListBranchRulesResponse.Builder |
ListBranchRulesResponse.Builder.addBranchRules(int index,
BranchRule value)
The list of branch rules.
|
CreateBranchRuleRequest.Builder |
CreateBranchRuleRequest.Builder.mergeBranchRule(BranchRule value)
.google.cloud.securesourcemanager.v1.BranchRule branch_rule = 2 [(.google.api.field_behavior) = REQUIRED];
|
UpdateBranchRuleRequest.Builder |
UpdateBranchRuleRequest.Builder.mergeBranchRule(BranchRule value)
.google.cloud.securesourcemanager.v1.BranchRule branch_rule = 1 [(.google.api.field_behavior) = REQUIRED];
|
BranchRule.Builder |
BranchRule.Builder.mergeFrom(BranchRule other) |
static BranchRule.Builder |
BranchRule.newBuilder(BranchRule prototype) |
CreateBranchRuleRequest.Builder |
CreateBranchRuleRequest.Builder.setBranchRule(BranchRule value)
.google.cloud.securesourcemanager.v1.BranchRule branch_rule = 2 [(.google.api.field_behavior) = REQUIRED];
|
UpdateBranchRuleRequest.Builder |
UpdateBranchRuleRequest.Builder.setBranchRule(BranchRule value)
.google.cloud.securesourcemanager.v1.BranchRule branch_rule = 1 [(.google.api.field_behavior) = REQUIRED];
|
ListBranchRulesResponse.Builder |
ListBranchRulesResponse.Builder.setBranchRules(int index,
BranchRule value)
The list of branch rules.
|
| Modifier and Type | Method and Description |
|---|---|
ListBranchRulesResponse.Builder |
ListBranchRulesResponse.Builder.addAllBranchRules(Iterable<? extends BranchRule> values)
The list of branch rules.
|
Copyright © 2025 Google LLC. All rights reserved.