Interface IResourceOrBuilder

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

    public interface IResourceOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getId

        String getId()
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1;
        Returns:
        The bytes for id.
      • getPropertiesList

        List<Property> getPropertiesList()
        repeated .Property properties = 2;
      • getProperties

        Property getProperties​(int index)
        repeated .Property properties = 2;
      • getPropertiesCount

        int getPropertiesCount()
        repeated .Property properties = 2;
      • getPropertiesOrBuilderList

        List<? extends PropertyOrBuilder> getPropertiesOrBuilderList()
        repeated .Property properties = 2;
      • getPropertiesOrBuilder

        PropertyOrBuilder getPropertiesOrBuilder​(int index)
        repeated .Property properties = 2;
      • hasGenericAnnotations

        boolean hasGenericAnnotations()
        .GenericAnnotations genericAnnotations = 3;
        Returns:
        Whether the genericAnnotations field is set.
      • getGenericAnnotations

        GenericAnnotations getGenericAnnotations()
        .GenericAnnotations genericAnnotations = 3;
        Returns:
        The genericAnnotations.
      • getGenericAnnotationsOrBuilder

        GenericAnnotationsOrBuilder getGenericAnnotationsOrBuilder()
        .GenericAnnotations genericAnnotations = 3;