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 TypeMethodDescriptiongetComponentsToRemove(int index) repeated string components_to_remove = 3;com.google.protobuf.ByteStringgetComponentsToRemoveBytes(int index) repeated string components_to_remove = 3;intrepeated string components_to_remove = 3;repeated string components_to_remove = 3;com.google.protobuf.AnygetComponentsToSave(int index) repeated .google.protobuf.Any components_to_save = 2;intrepeated .google.protobuf.Any components_to_save = 2;List<com.google.protobuf.Any> repeated .google.protobuf.Any components_to_save = 2;com.google.protobuf.AnyOrBuildergetComponentsToSaveOrBuilder(int index) repeated .google.protobuf.Any components_to_save = 2;List<? extends com.google.protobuf.AnyOrBuilder> repeated .google.protobuf.Any components_to_save = 2;getUuid()string uuid = 1;com.google.protobuf.ByteStringstring uuid = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUuid
-
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
-
getComponentsToRemoveCount
int getComponentsToRemoveCount()repeated string components_to_remove = 3;- Returns:
- The count of componentsToRemove.
-
getComponentsToRemove
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.
-