Interface GuestInstalledApplicationListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GuestInstalledApplicationList
,GuestInstalledApplicationList.Builder
public interface GuestInstalledApplicationListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuestInstalledApplication
getEntries(int index)
Application entries.int
getEntriesCount()
Application entries.List<GuestInstalledApplication>
getEntriesList()
Application entries.GuestInstalledApplicationOrBuilder
getEntriesOrBuilder(int index)
Application entries.List<? extends GuestInstalledApplicationOrBuilder>
getEntriesOrBuilderList()
Application entries.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntriesList
List<GuestInstalledApplication> getEntriesList()
Application entries.
repeated .google.cloud.migrationcenter.v1.GuestInstalledApplication entries = 1;
-
getEntries
GuestInstalledApplication getEntries(int index)
Application entries.
repeated .google.cloud.migrationcenter.v1.GuestInstalledApplication entries = 1;
-
getEntriesCount
int getEntriesCount()
Application entries.
repeated .google.cloud.migrationcenter.v1.GuestInstalledApplication entries = 1;
-
getEntriesOrBuilderList
List<? extends GuestInstalledApplicationOrBuilder> getEntriesOrBuilderList()
Application entries.
repeated .google.cloud.migrationcenter.v1.GuestInstalledApplication entries = 1;
-
getEntriesOrBuilder
GuestInstalledApplicationOrBuilder getEntriesOrBuilder(int index)
Application entries.
repeated .google.cloud.migrationcenter.v1.GuestInstalledApplication entries = 1;
-
-