Package dev.cerbos.api.v1.response
Interface Response.ListPoliciesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Response.ListPoliciesResponse,Response.ListPoliciesResponse.Builder
- Enclosing class:
- Response
public static interface Response.ListPoliciesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPolicyIds(int index)repeated string policy_ids = 1;com.google.protobuf.ByteStringgetPolicyIdsBytes(int index)repeated string policy_ids = 1;intgetPolicyIdsCount()repeated string policy_ids = 1;java.util.List<java.lang.String>getPolicyIdsList()repeated string policy_ids = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPolicyIdsList
java.util.List<java.lang.String> getPolicyIdsList()
repeated string policy_ids = 1;- Returns:
- A list containing the policyIds.
-
getPolicyIdsCount
int getPolicyIdsCount()
repeated string policy_ids = 1;- Returns:
- The count of policyIds.
-
getPolicyIds
java.lang.String getPolicyIds(int index)
repeated string policy_ids = 1;- Parameters:
index- The index of the element to return.- Returns:
- The policyIds at the given index.
-
getPolicyIdsBytes
com.google.protobuf.ByteString getPolicyIdsBytes(int index)
repeated string policy_ids = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the policyIds at the given index.
-
-