Interface EndSubfilterOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    EndSubfilter, EndSubfilter.Builder

    public interface EndSubfilterOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IResource getResource()
      .IResource resource = 1;
      IResourceOrBuilder getResourceOrBuilder()
      .IResource resource = 1;
      boolean hasResource()
      .IResource resource = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasResource

        boolean hasResource()
        .IResource resource = 1;
        Returns:
        Whether the resource field is set.
      • getResource

        IResource getResource()
        .IResource resource = 1;
        Returns:
        The resource.
      • getResourceOrBuilder

        IResourceOrBuilder getResourceOrBuilder()
        .IResource resource = 1;