Interface PushProfileRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    repeated string components_to_remove = 3;
    com.google.protobuf.ByteString
    repeated string components_to_remove = 3;
    int
    repeated string components_to_remove = 3;
    repeated string components_to_remove = 3;
    com.google.protobuf.Any
    repeated .google.protobuf.Any components_to_save = 2;
    int
    repeated .google.protobuf.Any components_to_save = 2;
    List<com.google.protobuf.Any>
    repeated .google.protobuf.Any components_to_save = 2;
    com.google.protobuf.AnyOrBuilder
    repeated .google.protobuf.Any components_to_save = 2;
    List<? extends com.google.protobuf.AnyOrBuilder>
    repeated .google.protobuf.Any components_to_save = 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.
    • getComponentsToSaveList

      List<com.google.protobuf.Any> getComponentsToSaveList()
      repeated .google.protobuf.Any components_to_save = 2;
    • getComponentsToSave

      com.google.protobuf.Any getComponentsToSave(int index)
      repeated .google.protobuf.Any components_to_save = 2;
    • getComponentsToSaveCount

      int getComponentsToSaveCount()
      repeated .google.protobuf.Any components_to_save = 2;
    • getComponentsToSaveOrBuilderList

      List<? extends com.google.protobuf.AnyOrBuilder> getComponentsToSaveOrBuilderList()
      repeated .google.protobuf.Any components_to_save = 2;
    • getComponentsToSaveOrBuilder

      com.google.protobuf.AnyOrBuilder getComponentsToSaveOrBuilder(int index)
      repeated .google.protobuf.Any components_to_save = 2;
    • getComponentsToRemoveList

      List<String> getComponentsToRemoveList()
      repeated string components_to_remove = 3;
      Returns:
      A list containing the componentsToRemove.
    • getComponentsToRemoveCount

      int getComponentsToRemoveCount()
      repeated string components_to_remove = 3;
      Returns:
      The count of componentsToRemove.
    • getComponentsToRemove

      String getComponentsToRemove(int index)
      repeated string components_to_remove = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The componentsToRemove at the given index.
    • getComponentsToRemoveBytes

      com.google.protobuf.ByteString getComponentsToRemoveBytes(int index)
      repeated string components_to_remove = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the componentsToRemove at the given index.