Uses of Class
com.google.cloud.migrationcenter.v1.GetAssetRequest
-
Packages that use GetAssetRequest Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of GetAssetRequest in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return GetAssetRequest Modifier and Type Method Description GetAssetRequestGetAssetRequest.Builder. build()GetAssetRequestGetAssetRequest.Builder. buildPartial()static GetAssetRequestGetAssetRequest. getDefaultInstance()GetAssetRequestGetAssetRequest.Builder. getDefaultInstanceForType()GetAssetRequestGetAssetRequest. getDefaultInstanceForType()static GetAssetRequestGetAssetRequest. parseDelimitedFrom(InputStream input)static GetAssetRequestGetAssetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAssetRequestGetAssetRequest. parseFrom(byte[] data)static GetAssetRequestGetAssetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAssetRequestGetAssetRequest. parseFrom(com.google.protobuf.ByteString data)static GetAssetRequestGetAssetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAssetRequestGetAssetRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetAssetRequestGetAssetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAssetRequestGetAssetRequest. parseFrom(InputStream input)static GetAssetRequestGetAssetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAssetRequestGetAssetRequest. parseFrom(ByteBuffer data)static GetAssetRequestGetAssetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type GetAssetRequest Modifier and Type Method Description 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.static io.grpc.MethodDescriptor<GetAssetRequest,Asset>MigrationCenterGrpc. getGetAssetMethod()com.google.protobuf.Parser<GetAssetRequest>GetAssetRequest. getParserForType()static com.google.protobuf.Parser<GetAssetRequest>GetAssetRequest. parser()Methods in com.google.cloud.migrationcenter.v1 with parameters of type GetAssetRequest Modifier and Type Method Description AssetMigrationCenterClient. getAsset(GetAssetRequest request)Gets the details of an asset.default voidMigrationCenterGrpc.AsyncService. getAsset(GetAssetRequest request, io.grpc.stub.StreamObserver<Asset> responseObserver)Gets the details of an asset.AssetMigrationCenterGrpc.MigrationCenterBlockingStub. getAsset(GetAssetRequest request)Gets the details of an asset.com.google.common.util.concurrent.ListenableFuture<Asset>MigrationCenterGrpc.MigrationCenterFutureStub. getAsset(GetAssetRequest request)Gets the details of an asset.voidMigrationCenterGrpc.MigrationCenterStub. getAsset(GetAssetRequest request, io.grpc.stub.StreamObserver<Asset> responseObserver)Gets the details of an asset.GetAssetRequest.BuilderGetAssetRequest.Builder. mergeFrom(GetAssetRequest other)static GetAssetRequest.BuilderGetAssetRequest. newBuilder(GetAssetRequest prototype) -
Uses of GetAssetRequest in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type GetAssetRequest 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.
-