Interface SaveProfileRequestOrBuilder

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

@Generated public interface SaveProfileRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Any
    getComponents(int index)
    repeated .google.protobuf.Any components = 2;
    int
    repeated .google.protobuf.Any components = 2;
    List<com.google.protobuf.Any>
    repeated .google.protobuf.Any components = 2;
    com.google.protobuf.AnyOrBuilder
    repeated .google.protobuf.Any components = 2;
    List<? extends com.google.protobuf.AnyOrBuilder>
    repeated .google.protobuf.Any components = 2;
    string uuid = 1;
    com.google.protobuf.ByteString
    string uuid = 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 Details

    • getUuid

      String getUuid()
      string uuid = 1;
      Returns:
      The uuid.
    • getUuidBytes

      com.google.protobuf.ByteString getUuidBytes()
      string uuid = 1;
      Returns:
      The bytes for uuid.
    • getComponentsList

      List<com.google.protobuf.Any> getComponentsList()
      repeated .google.protobuf.Any components = 2;
    • getComponents

      com.google.protobuf.Any getComponents(int index)
      repeated .google.protobuf.Any components = 2;
    • getComponentsCount

      int getComponentsCount()
      repeated .google.protobuf.Any components = 2;
    • getComponentsOrBuilderList

      List<? extends com.google.protobuf.AnyOrBuilder> getComponentsOrBuilderList()
      repeated .google.protobuf.Any components = 2;
    • getComponentsOrBuilder

      com.google.protobuf.AnyOrBuilder getComponentsOrBuilder(int index)
      repeated .google.protobuf.Any components = 2;