Interface UserProtos.UserPropertiesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserProtos.UserProperties, UserProtos.UserProperties.Builder
Enclosing class:
UserProtos

public static interface UserProtos.UserPropertiesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPropertiesList

      List<UserProtos.Property> getPropertiesList()
      repeated .exec.user.Property properties = 1;
    • getProperties

      UserProtos.Property getProperties(int index)
      repeated .exec.user.Property properties = 1;
    • getPropertiesCount

      int getPropertiesCount()
      repeated .exec.user.Property properties = 1;
    • getPropertiesOrBuilderList

      List<? extends UserProtos.PropertyOrBuilder> getPropertiesOrBuilderList()
      repeated .exec.user.Property properties = 1;
    • getPropertiesOrBuilder

      UserProtos.PropertyOrBuilder getPropertiesOrBuilder(int index)
      repeated .exec.user.Property properties = 1;