Interface ClientSideAccessBoundaryProto.ClientSideAccessBoundaryOrBuilder (1.34.0)

publicstaticinterface ClientSideAccessBoundaryProto.ClientSideAccessBoundaryOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccessBoundaryRules(int index)

publicabstractClientSideAccessBoundaryProto.ClientSideAccessBoundaryRulegetAccessBoundaryRules(intindex)

repeated .com.google.auth.credentialaccessboundary.proto.ClientSideAccessBoundaryRule access_boundary_rules = 1;

Parameter
Name Description
index int
Returns
Type Description
ClientSideAccessBoundaryProto.ClientSideAccessBoundaryRule

getAccessBoundaryRulesCount()

publicabstractintgetAccessBoundaryRulesCount()

repeated .com.google.auth.credentialaccessboundary.proto.ClientSideAccessBoundaryRule access_boundary_rules = 1;

Returns
Type Description
int

getAccessBoundaryRulesList()

publicabstractList<ClientSideAccessBoundaryProto.ClientSideAccessBoundaryRule>getAccessBoundaryRulesList()

repeated .com.google.auth.credentialaccessboundary.proto.ClientSideAccessBoundaryRule access_boundary_rules = 1;

Returns
Type Description
List<ClientSideAccessBoundaryRule>

getAccessBoundaryRulesOrBuilder(int index)

publicabstractClientSideAccessBoundaryProto.ClientSideAccessBoundaryRuleOrBuildergetAccessBoundaryRulesOrBuilder(intindex)

repeated .com.google.auth.credentialaccessboundary.proto.ClientSideAccessBoundaryRule access_boundary_rules = 1;

Parameter
Name Description
index int
Returns
Type Description
ClientSideAccessBoundaryProto.ClientSideAccessBoundaryRuleOrBuilder

getAccessBoundaryRulesOrBuilderList()

publicabstractList<?extendsClientSideAccessBoundaryProto.ClientSideAccessBoundaryRuleOrBuilder>getAccessBoundaryRulesOrBuilderList()

repeated .com.google.auth.credentialaccessboundary.proto.ClientSideAccessBoundaryRule access_boundary_rules = 1;

Returns
Type Description
List<? extends com.google.auth.credentialaccessboundary.protobuf.ClientSideAccessBoundaryProto.ClientSideAccessBoundaryRuleOrBuilder>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.