Package dev.cerbos.api.v1.response
Interface Response.ListSchemasResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Response.ListSchemasResponse,Response.ListSchemasResponse.Builder
- Enclosing class:
- Response
public static interface Response.ListSchemasResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSchemaIds(int index)repeated string schema_ids = 1;com.google.protobuf.ByteStringgetSchemaIdsBytes(int index)repeated string schema_ids = 1;intgetSchemaIdsCount()repeated string schema_ids = 1;java.util.List<java.lang.String>getSchemaIdsList()repeated string schema_ids = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSchemaIdsList
java.util.List<java.lang.String> getSchemaIdsList()
repeated string schema_ids = 1;- Returns:
- A list containing the schemaIds.
-
getSchemaIdsCount
int getSchemaIdsCount()
repeated string schema_ids = 1;- Returns:
- The count of schemaIds.
-
getSchemaIds
java.lang.String getSchemaIds(int index)
repeated string schema_ids = 1;- Parameters:
index- The index of the element to return.- Returns:
- The schemaIds at the given index.
-
getSchemaIdsBytes
com.google.protobuf.ByteString getSchemaIdsBytes(int index)
repeated string schema_ids = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the schemaIds at the given index.
-
-