Uses of Class
com.google.cloud.migrationcenter.v1.Asset
-
Packages that use Asset Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of Asset in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return Asset Modifier and Type Method Description Asset
Asset.Builder. build()
Asset
Asset.Builder. buildPartial()
Asset
MigrationCenterClient. getAsset(AssetName name)
Gets the details of an asset.Asset
MigrationCenterClient. getAsset(GetAssetRequest request)
Gets the details of an asset.Asset
MigrationCenterClient. getAsset(String name)
Gets the details of an asset.Asset
MigrationCenterGrpc.MigrationCenterBlockingStub. getAsset(GetAssetRequest request)
Gets the details of an asset.Asset
UpdateAssetRequest.Builder. getAsset()
Required.Asset
UpdateAssetRequest. getAsset()
Required.Asset
UpdateAssetRequestOrBuilder. getAsset()
Required.Asset
BatchUpdateAssetsResponse.Builder. getAssets(int index)
Update asset content.Asset
BatchUpdateAssetsResponse. getAssets(int index)
Update asset content.Asset
BatchUpdateAssetsResponseOrBuilder. getAssets(int index)
Update asset content.Asset
ListAssetsResponse.Builder. getAssets(int index)
A list of assets.Asset
ListAssetsResponse. getAssets(int index)
A list of assets.Asset
ListAssetsResponseOrBuilder. getAssets(int index)
A list of assets.static Asset
Asset. getDefaultInstance()
Asset
Asset.Builder. getDefaultInstanceForType()
Asset
Asset. getDefaultInstanceForType()
static Asset
Asset. parseDelimitedFrom(InputStream input)
static Asset
Asset. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Asset
Asset. parseFrom(byte[] data)
static Asset
Asset. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Asset
Asset. parseFrom(com.google.protobuf.ByteString data)
static Asset
Asset. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Asset
Asset. parseFrom(com.google.protobuf.CodedInputStream input)
static Asset
Asset. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Asset
Asset. parseFrom(InputStream input)
static Asset
Asset. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Asset
Asset. parseFrom(ByteBuffer data)
static Asset
Asset. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Asset
MigrationCenterClient. updateAsset(Asset asset, com.google.protobuf.FieldMask updateMask)
Updates the parameters of an asset.Asset
MigrationCenterClient. updateAsset(UpdateAssetRequest request)
Updates the parameters of an asset.Asset
MigrationCenterGrpc.MigrationCenterBlockingStub. updateAsset(UpdateAssetRequest request)
Updates the parameters of an asset.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type Asset Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Asset>
MigrationCenterGrpc.MigrationCenterFutureStub. getAsset(GetAssetRequest request)
Gets the details of an asset.com.google.api.gax.rpc.UnaryCallable<GetAssetRequest,Asset>
MigrationCenterClient. getAssetCallable()
Gets the details of an asset.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAssetRequest,Asset>
MigrationCenterSettings.Builder. getAssetSettings()
Returns the builder for the settings used for calls to getAsset.com.google.api.gax.rpc.UnaryCallSettings<GetAssetRequest,Asset>
MigrationCenterSettings. getAssetSettings()
Returns the object with the settings used for calls to getAsset.List<Asset>
BatchUpdateAssetsResponse.Builder. getAssetsList()
Update asset content.List<Asset>
BatchUpdateAssetsResponse. getAssetsList()
Update asset content.List<Asset>
BatchUpdateAssetsResponseOrBuilder. getAssetsList()
Update asset content.List<Asset>
ListAssetsResponse.Builder. getAssetsList()
A list of assets.List<Asset>
ListAssetsResponse. getAssetsList()
A list of assets.List<Asset>
ListAssetsResponseOrBuilder. getAssetsList()
A list of assets.static io.grpc.MethodDescriptor<GetAssetRequest,Asset>
MigrationCenterGrpc. getGetAssetMethod()
com.google.protobuf.Parser<Asset>
Asset. getParserForType()
static io.grpc.MethodDescriptor<UpdateAssetRequest,Asset>
MigrationCenterGrpc. getUpdateAssetMethod()
static com.google.protobuf.Parser<Asset>
Asset. parser()
com.google.common.util.concurrent.ListenableFuture<Asset>
MigrationCenterGrpc.MigrationCenterFutureStub. updateAsset(UpdateAssetRequest request)
Updates the parameters of an asset.com.google.api.gax.rpc.UnaryCallable<UpdateAssetRequest,Asset>
MigrationCenterClient. updateAssetCallable()
Updates the parameters of an asset.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAssetRequest,Asset>
MigrationCenterSettings.Builder. updateAssetSettings()
Returns the builder for the settings used for calls to updateAsset.com.google.api.gax.rpc.UnaryCallSettings<UpdateAssetRequest,Asset>
MigrationCenterSettings. updateAssetSettings()
Returns the object with the settings used for calls to updateAsset.Methods in com.google.cloud.migrationcenter.v1 with parameters of type Asset Modifier and Type Method Description BatchUpdateAssetsResponse.Builder
BatchUpdateAssetsResponse.Builder. addAssets(int index, Asset value)
Update asset content.BatchUpdateAssetsResponse.Builder
BatchUpdateAssetsResponse.Builder. addAssets(Asset value)
Update asset content.ListAssetsResponse.Builder
ListAssetsResponse.Builder. addAssets(int index, Asset value)
A list of assets.ListAssetsResponse.Builder
ListAssetsResponse.Builder. addAssets(Asset value)
A list of assets.UpdateAssetRequest.Builder
UpdateAssetRequest.Builder. mergeAsset(Asset value)
Required.Asset.Builder
Asset.Builder. mergeFrom(Asset other)
static Asset.Builder
Asset. newBuilder(Asset prototype)
UpdateAssetRequest.Builder
UpdateAssetRequest.Builder. setAsset(Asset value)
Required.BatchUpdateAssetsResponse.Builder
BatchUpdateAssetsResponse.Builder. setAssets(int index, Asset value)
Update asset content.ListAssetsResponse.Builder
ListAssetsResponse.Builder. setAssets(int index, Asset value)
A list of assets.Asset
MigrationCenterClient. updateAsset(Asset asset, com.google.protobuf.FieldMask updateMask)
Updates the parameters of an asset.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type Asset Modifier and Type Method Description BatchUpdateAssetsResponse.Builder
BatchUpdateAssetsResponse.Builder. addAllAssets(Iterable<? extends Asset> values)
Update asset content.ListAssetsResponse.Builder
ListAssetsResponse.Builder. addAllAssets(Iterable<? extends Asset> values)
A list of assets.static com.google.api.core.ApiFuture<MigrationCenterClient.ListAssetsPagedResponse>
MigrationCenterClient.ListAssetsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListAssetsRequest,ListAssetsResponse,Asset> context, com.google.api.core.ApiFuture<ListAssetsResponse> futureResponse)
protected MigrationCenterClient.ListAssetsPage
MigrationCenterClient.ListAssetsPage. createPage(com.google.api.gax.rpc.PageContext<ListAssetsRequest,ListAssetsResponse,Asset> context, ListAssetsResponse response)
com.google.api.core.ApiFuture<MigrationCenterClient.ListAssetsPage>
MigrationCenterClient.ListAssetsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListAssetsRequest,ListAssetsResponse,Asset> context, com.google.api.core.ApiFuture<ListAssetsResponse> futureResponse)
default void
MigrationCenterGrpc.AsyncService. getAsset(GetAssetRequest request, io.grpc.stub.StreamObserver<Asset> responseObserver)
Gets the details of an asset.void
MigrationCenterGrpc.MigrationCenterStub. getAsset(GetAssetRequest request, io.grpc.stub.StreamObserver<Asset> responseObserver)
Gets the details of an asset.default void
MigrationCenterGrpc.AsyncService. updateAsset(UpdateAssetRequest request, io.grpc.stub.StreamObserver<Asset> responseObserver)
Updates the parameters of an asset.void
MigrationCenterGrpc.MigrationCenterStub. updateAsset(UpdateAssetRequest request, io.grpc.stub.StreamObserver<Asset> responseObserver)
Updates the parameters of an asset. -
Uses of Asset in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type Asset Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAssetRequest,Asset>
GrpcMigrationCenterStub. getAssetCallable()
com.google.api.gax.rpc.UnaryCallable<GetAssetRequest,Asset>
HttpJsonMigrationCenterStub. getAssetCallable()
com.google.api.gax.rpc.UnaryCallable<GetAssetRequest,Asset>
MigrationCenterStub. getAssetCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAssetRequest,Asset>
MigrationCenterStubSettings.Builder. getAssetSettings()
Returns the builder for the settings used for calls to getAsset.com.google.api.gax.rpc.UnaryCallSettings<GetAssetRequest,Asset>
MigrationCenterStubSettings. getAssetSettings()
Returns the object with the settings used for calls to getAsset.com.google.api.gax.rpc.UnaryCallable<UpdateAssetRequest,Asset>
GrpcMigrationCenterStub. updateAssetCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateAssetRequest,Asset>
HttpJsonMigrationCenterStub. updateAssetCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateAssetRequest,Asset>
MigrationCenterStub. updateAssetCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAssetRequest,Asset>
MigrationCenterStubSettings.Builder. updateAssetSettings()
Returns the builder for the settings used for calls to updateAsset.com.google.api.gax.rpc.UnaryCallSettings<UpdateAssetRequest,Asset>
MigrationCenterStubSettings. updateAssetSettings()
Returns the object with the settings used for calls to updateAsset.
-