Package dev.cerbos.api.v1.request
Interface Request.FileOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Request.File,Request.File.Builder
- Enclosing class:
- Request
public static interface Request.FileOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetContents()bytes contents = 2 [(.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ...java.lang.StringgetFileName()string file_name = 1 [(.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ...com.google.protobuf.ByteStringgetFileNameBytes()string file_name = 1 [(.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ...-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFileName
java.lang.String getFileName()
string file_name = 1 [(.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The fileName.
-
getFileNameBytes
com.google.protobuf.ByteString getFileNameBytes()
string file_name = 1 [(.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The bytes for fileName.
-
getContents
com.google.protobuf.ByteString getContents()
bytes contents = 2 [(.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The contents.
-
-