public interface ListBranchRulesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BranchRule |
getBranchRules(int index)
The list of branch rules.
|
int |
getBranchRulesCount()
The list of branch rules.
|
List<BranchRule> |
getBranchRulesList()
The list of branch rules.
|
BranchRuleOrBuilder |
getBranchRulesOrBuilder(int index)
The list of branch rules.
|
List<? extends BranchRuleOrBuilder> |
getBranchRulesOrBuilderList()
The list of branch rules.
|
String |
getNextPageToken()
A token identifying a page of results the server should return.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token identifying a page of results the server should return.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<BranchRule> getBranchRulesList()
The list of branch rules.
repeated .google.cloud.securesourcemanager.v1.BranchRule branch_rules = 1;BranchRule getBranchRules(int index)
The list of branch rules.
repeated .google.cloud.securesourcemanager.v1.BranchRule branch_rules = 1;int getBranchRulesCount()
The list of branch rules.
repeated .google.cloud.securesourcemanager.v1.BranchRule branch_rules = 1;List<? extends BranchRuleOrBuilder> getBranchRulesOrBuilderList()
The list of branch rules.
repeated .google.cloud.securesourcemanager.v1.BranchRule branch_rules = 1;BranchRuleOrBuilder getBranchRulesOrBuilder(int index)
The list of branch rules.
repeated .google.cloud.securesourcemanager.v1.BranchRule branch_rules = 1;String getNextPageToken()
A token identifying a page of results the server should return.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token identifying a page of results the server should return.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.