Uses of Class
com.google.cloud.migrationcenter.v1.GuestInstalledApplication
-
Packages that use GuestInstalledApplication Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of GuestInstalledApplication in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return GuestInstalledApplication Modifier and Type Method Description GuestInstalledApplication
GuestInstalledApplication.Builder. build()
GuestInstalledApplication
GuestInstalledApplication.Builder. buildPartial()
static GuestInstalledApplication
GuestInstalledApplication. getDefaultInstance()
GuestInstalledApplication
GuestInstalledApplication.Builder. getDefaultInstanceForType()
GuestInstalledApplication
GuestInstalledApplication. getDefaultInstanceForType()
GuestInstalledApplication
GuestInstalledApplicationList.Builder. getEntries(int index)
Application entries.GuestInstalledApplication
GuestInstalledApplicationList. getEntries(int index)
Application entries.GuestInstalledApplication
GuestInstalledApplicationListOrBuilder. getEntries(int index)
Application entries.static GuestInstalledApplication
GuestInstalledApplication. parseDelimitedFrom(InputStream input)
static GuestInstalledApplication
GuestInstalledApplication. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestInstalledApplication
GuestInstalledApplication. parseFrom(byte[] data)
static GuestInstalledApplication
GuestInstalledApplication. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestInstalledApplication
GuestInstalledApplication. parseFrom(com.google.protobuf.ByteString data)
static GuestInstalledApplication
GuestInstalledApplication. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestInstalledApplication
GuestInstalledApplication. parseFrom(com.google.protobuf.CodedInputStream input)
static GuestInstalledApplication
GuestInstalledApplication. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestInstalledApplication
GuestInstalledApplication. parseFrom(InputStream input)
static GuestInstalledApplication
GuestInstalledApplication. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestInstalledApplication
GuestInstalledApplication. parseFrom(ByteBuffer data)
static GuestInstalledApplication
GuestInstalledApplication. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type GuestInstalledApplication Modifier and Type Method Description List<GuestInstalledApplication>
GuestInstalledApplicationList.Builder. getEntriesList()
Application entries.List<GuestInstalledApplication>
GuestInstalledApplicationList. getEntriesList()
Application entries.List<GuestInstalledApplication>
GuestInstalledApplicationListOrBuilder. getEntriesList()
Application entries.com.google.protobuf.Parser<GuestInstalledApplication>
GuestInstalledApplication. getParserForType()
static com.google.protobuf.Parser<GuestInstalledApplication>
GuestInstalledApplication. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type GuestInstalledApplication Modifier and Type Method Description GuestInstalledApplicationList.Builder
GuestInstalledApplicationList.Builder. addEntries(int index, GuestInstalledApplication value)
Application entries.GuestInstalledApplicationList.Builder
GuestInstalledApplicationList.Builder. addEntries(GuestInstalledApplication value)
Application entries.GuestInstalledApplication.Builder
GuestInstalledApplication.Builder. mergeFrom(GuestInstalledApplication other)
static GuestInstalledApplication.Builder
GuestInstalledApplication. newBuilder(GuestInstalledApplication prototype)
GuestInstalledApplicationList.Builder
GuestInstalledApplicationList.Builder. setEntries(int index, GuestInstalledApplication value)
Application entries.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type GuestInstalledApplication Modifier and Type Method Description GuestInstalledApplicationList.Builder
GuestInstalledApplicationList.Builder. addAllEntries(Iterable<? extends GuestInstalledApplication> values)
Application entries.
-