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 TypeMethodDescriptioncom.google.protobuf.AnygetComponents(int index) repeated .google.protobuf.Any components = 2;intrepeated .google.protobuf.Any components = 2;List<com.google.protobuf.Any> repeated .google.protobuf.Any components = 2;com.google.protobuf.AnyOrBuildergetComponentsOrBuilder(int index) repeated .google.protobuf.Any components = 2;List<? extends com.google.protobuf.AnyOrBuilder> repeated .google.protobuf.Any components = 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.
-
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;
-