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 GetAssetRequest
GetAssetRequest.Builder. build()
GetAssetRequest
GetAssetRequest.Builder. buildPartial()
static GetAssetRequest
GetAssetRequest. getDefaultInstance()
GetAssetRequest
GetAssetRequest.Builder. getDefaultInstanceForType()
GetAssetRequest
GetAssetRequest. getDefaultInstanceForType()
static GetAssetRequest
GetAssetRequest. parseDelimitedFrom(InputStream input)
static GetAssetRequest
GetAssetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAssetRequest
GetAssetRequest. parseFrom(byte[] data)
static GetAssetRequest
GetAssetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAssetRequest
GetAssetRequest. parseFrom(com.google.protobuf.ByteString data)
static GetAssetRequest
GetAssetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAssetRequest
GetAssetRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetAssetRequest
GetAssetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAssetRequest
GetAssetRequest. parseFrom(InputStream input)
static GetAssetRequest
GetAssetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAssetRequest
GetAssetRequest. parseFrom(ByteBuffer data)
static GetAssetRequest
GetAssetRequest. 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 Asset
MigrationCenterClient. getAsset(GetAssetRequest request)
Gets the details of an asset.default void
MigrationCenterGrpc.AsyncService. getAsset(GetAssetRequest request, io.grpc.stub.StreamObserver<Asset> responseObserver)
Gets the details of an asset.Asset
MigrationCenterGrpc.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.void
MigrationCenterGrpc.MigrationCenterStub. getAsset(GetAssetRequest request, io.grpc.stub.StreamObserver<Asset> responseObserver)
Gets the details of an asset.GetAssetRequest.Builder
GetAssetRequest.Builder. mergeFrom(GetAssetRequest other)
static GetAssetRequest.Builder
GetAssetRequest. 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.
-