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