Interface ProjectPropertiesOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Property getProperties​(int index)
      List of per consumer project-specific properties.
      int getPropertiesCount()
      List of per consumer project-specific properties.
      java.util.List<Property> getPropertiesList()
      List of per consumer project-specific properties.
      PropertyOrBuilder getPropertiesOrBuilder​(int index)
      List of per consumer project-specific properties.
      java.util.List<? extends PropertyOrBuilder> getPropertiesOrBuilderList()
      List of per consumer project-specific properties.
      • 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

      • getPropertiesList

        java.util.List<Property> getPropertiesList()
         List of per consumer project-specific properties.
         
        repeated .google.api.Property properties = 1;
      • getProperties

        Property getProperties​(int index)
         List of per consumer project-specific properties.
         
        repeated .google.api.Property properties = 1;
      • getPropertiesCount

        int getPropertiesCount()
         List of per consumer project-specific properties.
         
        repeated .google.api.Property properties = 1;
      • getPropertiesOrBuilderList

        java.util.List<? extends PropertyOrBuilder> getPropertiesOrBuilderList()
         List of per consumer project-specific properties.
         
        repeated .google.api.Property properties = 1;
      • getPropertiesOrBuilder

        PropertyOrBuilder getPropertiesOrBuilder​(int index)
         List of per consumer project-specific properties.
         
        repeated .google.api.Property properties = 1;