public interface ListPoliciesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
Page token used to retrieve the next page.
|
ByteString |
getNextPageTokenBytes()
Page token used to retrieve the next page.
|
Policy |
getPolicies(int index)
All `Policies` that exist on the resource.
|
int |
getPoliciesCount()
All `Policies` that exist on the resource.
|
List<Policy> |
getPoliciesList()
All `Policies` that exist on the resource.
|
PolicyOrBuilder |
getPoliciesOrBuilder(int index)
All `Policies` that exist on the resource.
|
List<? extends PolicyOrBuilder> |
getPoliciesOrBuilderList()
All `Policies` that exist on the resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Policy> getPoliciesList()
All `Policies` that exist on the resource. It will be empty if no `Policies` are set.
repeated .google.cloud.orgpolicy.v2.Policy policies = 1;
Policy getPolicies(int index)
All `Policies` that exist on the resource. It will be empty if no `Policies` are set.
repeated .google.cloud.orgpolicy.v2.Policy policies = 1;
int getPoliciesCount()
All `Policies` that exist on the resource. It will be empty if no `Policies` are set.
repeated .google.cloud.orgpolicy.v2.Policy policies = 1;
List<? extends PolicyOrBuilder> getPoliciesOrBuilderList()
All `Policies` that exist on the resource. It will be empty if no `Policies` are set.
repeated .google.cloud.orgpolicy.v2.Policy policies = 1;
PolicyOrBuilder getPoliciesOrBuilder(int index)
All `Policies` that exist on the resource. It will be empty if no `Policies` are set.
repeated .google.cloud.orgpolicy.v2.Policy policies = 1;
String getNextPageToken()
Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.
string next_page_token = 2;
Copyright © 2021 Google LLC. All rights reserved.