Uses of Class
com.google.cloud.migrationcenter.v1.AssetView
-
Packages that use AssetView Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of AssetView in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return AssetView Modifier and Type Method Description static AssetView
AssetView. forNumber(int value)
AssetView
GetAssetRequest.Builder. getView()
View of the assets.AssetView
GetAssetRequest. getView()
View of the assets.AssetView
GetAssetRequestOrBuilder. getView()
View of the assets.AssetView
ListAssetsRequest.Builder. getView()
View of the assets.AssetView
ListAssetsRequest. getView()
View of the assets.AssetView
ListAssetsRequestOrBuilder. getView()
View of the assets.static AssetView
AssetView. valueOf(int value)
Deprecated.static AssetView
AssetView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AssetView
AssetView. valueOf(String name)
Returns the enum constant of this type with the specified name.static AssetView[]
AssetView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type AssetView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AssetView>
AssetView. internalGetValueMap()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type AssetView Modifier and Type Method Description GetAssetRequest.Builder
GetAssetRequest.Builder. setView(AssetView value)
View of the assets.ListAssetsRequest.Builder
ListAssetsRequest.Builder. setView(AssetView value)
View of the assets.
-