public interface ListAuthorizationPoliciesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AuthorizationPolicy |
getAuthorizationPolicies(int index)
List of AuthorizationPolicies resources.
|
int |
getAuthorizationPoliciesCount()
List of AuthorizationPolicies resources.
|
List<AuthorizationPolicy> |
getAuthorizationPoliciesList()
List of AuthorizationPolicies resources.
|
AuthorizationPolicyOrBuilder |
getAuthorizationPoliciesOrBuilder(int index)
List of AuthorizationPolicies resources.
|
List<? extends AuthorizationPolicyOrBuilder> |
getAuthorizationPoliciesOrBuilderList()
List of AuthorizationPolicies resources.
|
String |
getNextPageToken()
If there might be more results than those appearing in this response, then
`next_page_token` is included.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
If there might be more results than those appearing in this response, then
`next_page_token` is included.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AuthorizationPolicy> getAuthorizationPoliciesList()
List of AuthorizationPolicies resources.
repeated .google.cloud.networksecurity.v1.AuthorizationPolicy authorization_policies = 1;
AuthorizationPolicy getAuthorizationPolicies(int index)
List of AuthorizationPolicies resources.
repeated .google.cloud.networksecurity.v1.AuthorizationPolicy authorization_policies = 1;
int getAuthorizationPoliciesCount()
List of AuthorizationPolicies resources.
repeated .google.cloud.networksecurity.v1.AuthorizationPolicy authorization_policies = 1;
List<? extends AuthorizationPolicyOrBuilder> getAuthorizationPoliciesOrBuilderList()
List of AuthorizationPolicies resources.
repeated .google.cloud.networksecurity.v1.AuthorizationPolicy authorization_policies = 1;
AuthorizationPolicyOrBuilder getAuthorizationPoliciesOrBuilder(int index)
List of AuthorizationPolicies resources.
repeated .google.cloud.networksecurity.v1.AuthorizationPolicy authorization_policies = 1;
String getNextPageToken()
If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.