Uses of Class
com.google.cloud.migrationcenter.v1.AssetList
-
Packages that use AssetList Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of AssetList in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return AssetList Modifier and Type Method Description AssetList
AssetList.Builder. build()
AssetList
AssetList.Builder. buildPartial()
AssetList
AddAssetsToGroupRequest.Builder. getAssets()
Required.AssetList
AddAssetsToGroupRequest. getAssets()
Required.AssetList
AddAssetsToGroupRequestOrBuilder. getAssets()
Required.AssetList
RemoveAssetsFromGroupRequest.Builder. getAssets()
Required.AssetList
RemoveAssetsFromGroupRequest. getAssets()
Required.AssetList
RemoveAssetsFromGroupRequestOrBuilder. getAssets()
Required.static AssetList
AssetList. getDefaultInstance()
AssetList
AssetList.Builder. getDefaultInstanceForType()
AssetList
AssetList. getDefaultInstanceForType()
static AssetList
AssetList. parseDelimitedFrom(InputStream input)
static AssetList
AssetList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AssetList
AssetList. parseFrom(byte[] data)
static AssetList
AssetList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AssetList
AssetList. parseFrom(com.google.protobuf.ByteString data)
static AssetList
AssetList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AssetList
AssetList. parseFrom(com.google.protobuf.CodedInputStream input)
static AssetList
AssetList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AssetList
AssetList. parseFrom(InputStream input)
static AssetList
AssetList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AssetList
AssetList. parseFrom(ByteBuffer data)
static AssetList
AssetList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type AssetList Modifier and Type Method Description com.google.protobuf.Parser<AssetList>
AssetList. getParserForType()
static com.google.protobuf.Parser<AssetList>
AssetList. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type AssetList Modifier and Type Method Description AddAssetsToGroupRequest.Builder
AddAssetsToGroupRequest.Builder. mergeAssets(AssetList value)
Required.RemoveAssetsFromGroupRequest.Builder
RemoveAssetsFromGroupRequest.Builder. mergeAssets(AssetList value)
Required.AssetList.Builder
AssetList.Builder. mergeFrom(AssetList other)
static AssetList.Builder
AssetList. newBuilder(AssetList prototype)
AddAssetsToGroupRequest.Builder
AddAssetsToGroupRequest.Builder. setAssets(AssetList value)
Required.RemoveAssetsFromGroupRequest.Builder
RemoveAssetsFromGroupRequest.Builder. setAssets(AssetList value)
Required.
-