Package dev.enola.core.proto
Interface GetFileDescriptorSetResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetFileDescriptorSetResponse,GetFileDescriptorSetResponse.Builder
@Generated
public interface GetFileDescriptorSetResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.DescriptorProtos.FileDescriptorSet.google.protobuf.FileDescriptorSet protos = 1;com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder.google.protobuf.FileDescriptorSet protos = 1;boolean.google.protobuf.FileDescriptorSet protos = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasProtos
boolean hasProtos().google.protobuf.FileDescriptorSet protos = 1;- Returns:
- Whether the protos field is set.
-
getProtos
com.google.protobuf.DescriptorProtos.FileDescriptorSet getProtos().google.protobuf.FileDescriptorSet protos = 1;- Returns:
- The protos.
-
getProtosOrBuilder
com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder getProtosOrBuilder().google.protobuf.FileDescriptorSet protos = 1;
-