Uses of Class
com.google.cloud.migrationcenter.v1.ReportAssetFramesResponse
-
Packages that use ReportAssetFramesResponse Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of ReportAssetFramesResponse in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ReportAssetFramesResponse Modifier and Type Method Description ReportAssetFramesResponse
ReportAssetFramesResponse.Builder. build()
ReportAssetFramesResponse
ReportAssetFramesResponse.Builder. buildPartial()
static ReportAssetFramesResponse
ReportAssetFramesResponse. getDefaultInstance()
ReportAssetFramesResponse
ReportAssetFramesResponse.Builder. getDefaultInstanceForType()
ReportAssetFramesResponse
ReportAssetFramesResponse. getDefaultInstanceForType()
static ReportAssetFramesResponse
ReportAssetFramesResponse. parseDelimitedFrom(InputStream input)
static ReportAssetFramesResponse
ReportAssetFramesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportAssetFramesResponse
ReportAssetFramesResponse. parseFrom(byte[] data)
static ReportAssetFramesResponse
ReportAssetFramesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportAssetFramesResponse
ReportAssetFramesResponse. parseFrom(com.google.protobuf.ByteString data)
static ReportAssetFramesResponse
ReportAssetFramesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportAssetFramesResponse
ReportAssetFramesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ReportAssetFramesResponse
ReportAssetFramesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportAssetFramesResponse
ReportAssetFramesResponse. parseFrom(InputStream input)
static ReportAssetFramesResponse
ReportAssetFramesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportAssetFramesResponse
ReportAssetFramesResponse. parseFrom(ByteBuffer data)
static ReportAssetFramesResponse
ReportAssetFramesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ReportAssetFramesResponse
MigrationCenterClient. reportAssetFrames(ReportAssetFramesRequest request)
Reports a set of frames.ReportAssetFramesResponse
MigrationCenterGrpc.MigrationCenterBlockingStub. reportAssetFrames(ReportAssetFramesRequest request)
Reports a set of frames.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ReportAssetFramesResponse Modifier and Type Method Description com.google.protobuf.Parser<ReportAssetFramesResponse>
ReportAssetFramesResponse. getParserForType()
static io.grpc.MethodDescriptor<ReportAssetFramesRequest,ReportAssetFramesResponse>
MigrationCenterGrpc. getReportAssetFramesMethod()
static com.google.protobuf.Parser<ReportAssetFramesResponse>
ReportAssetFramesResponse. parser()
com.google.common.util.concurrent.ListenableFuture<ReportAssetFramesResponse>
MigrationCenterGrpc.MigrationCenterFutureStub. reportAssetFrames(ReportAssetFramesRequest request)
Reports a set of frames.com.google.api.gax.rpc.UnaryCallable<ReportAssetFramesRequest,ReportAssetFramesResponse>
MigrationCenterClient. reportAssetFramesCallable()
Reports a set of frames.com.google.api.gax.rpc.UnaryCallSettings.Builder<ReportAssetFramesRequest,ReportAssetFramesResponse>
MigrationCenterSettings.Builder. reportAssetFramesSettings()
Returns the builder for the settings used for calls to reportAssetFrames.com.google.api.gax.rpc.UnaryCallSettings<ReportAssetFramesRequest,ReportAssetFramesResponse>
MigrationCenterSettings. reportAssetFramesSettings()
Returns the object with the settings used for calls to reportAssetFrames.Methods in com.google.cloud.migrationcenter.v1 with parameters of type ReportAssetFramesResponse Modifier and Type Method Description ReportAssetFramesResponse.Builder
ReportAssetFramesResponse.Builder. mergeFrom(ReportAssetFramesResponse other)
static ReportAssetFramesResponse.Builder
ReportAssetFramesResponse. newBuilder(ReportAssetFramesResponse prototype)
Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type ReportAssetFramesResponse Modifier and Type Method Description default void
MigrationCenterGrpc.AsyncService. reportAssetFrames(ReportAssetFramesRequest request, io.grpc.stub.StreamObserver<ReportAssetFramesResponse> responseObserver)
Reports a set of frames.void
MigrationCenterGrpc.MigrationCenterStub. reportAssetFrames(ReportAssetFramesRequest request, io.grpc.stub.StreamObserver<ReportAssetFramesResponse> responseObserver)
Reports a set of frames. -
Uses of ReportAssetFramesResponse in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type ReportAssetFramesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ReportAssetFramesRequest,ReportAssetFramesResponse>
GrpcMigrationCenterStub. reportAssetFramesCallable()
com.google.api.gax.rpc.UnaryCallable<ReportAssetFramesRequest,ReportAssetFramesResponse>
HttpJsonMigrationCenterStub. reportAssetFramesCallable()
com.google.api.gax.rpc.UnaryCallable<ReportAssetFramesRequest,ReportAssetFramesResponse>
MigrationCenterStub. reportAssetFramesCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ReportAssetFramesRequest,ReportAssetFramesResponse>
MigrationCenterStubSettings.Builder. reportAssetFramesSettings()
Returns the builder for the settings used for calls to reportAssetFrames.com.google.api.gax.rpc.UnaryCallSettings<ReportAssetFramesRequest,ReportAssetFramesResponse>
MigrationCenterStubSettings. reportAssetFramesSettings()
Returns the object with the settings used for calls to reportAssetFrames.
-