Uses of Class
com.google.cloud.migrationcenter.v1.ReportAssetFramesRequest
-
Packages that use ReportAssetFramesRequest Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of ReportAssetFramesRequest in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ReportAssetFramesRequest Modifier and Type Method Description ReportAssetFramesRequest
ReportAssetFramesRequest.Builder. build()
ReportAssetFramesRequest
ReportAssetFramesRequest.Builder. buildPartial()
static ReportAssetFramesRequest
ReportAssetFramesRequest. getDefaultInstance()
ReportAssetFramesRequest
ReportAssetFramesRequest.Builder. getDefaultInstanceForType()
ReportAssetFramesRequest
ReportAssetFramesRequest. getDefaultInstanceForType()
static ReportAssetFramesRequest
ReportAssetFramesRequest. parseDelimitedFrom(InputStream input)
static ReportAssetFramesRequest
ReportAssetFramesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportAssetFramesRequest
ReportAssetFramesRequest. parseFrom(byte[] data)
static ReportAssetFramesRequest
ReportAssetFramesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportAssetFramesRequest
ReportAssetFramesRequest. parseFrom(com.google.protobuf.ByteString data)
static ReportAssetFramesRequest
ReportAssetFramesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportAssetFramesRequest
ReportAssetFramesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ReportAssetFramesRequest
ReportAssetFramesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportAssetFramesRequest
ReportAssetFramesRequest. parseFrom(InputStream input)
static ReportAssetFramesRequest
ReportAssetFramesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportAssetFramesRequest
ReportAssetFramesRequest. parseFrom(ByteBuffer data)
static ReportAssetFramesRequest
ReportAssetFramesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ReportAssetFramesRequest Modifier and Type Method Description com.google.protobuf.Parser<ReportAssetFramesRequest>
ReportAssetFramesRequest. getParserForType()
static io.grpc.MethodDescriptor<ReportAssetFramesRequest,ReportAssetFramesResponse>
MigrationCenterGrpc. getReportAssetFramesMethod()
static com.google.protobuf.Parser<ReportAssetFramesRequest>
ReportAssetFramesRequest. parser()
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 ReportAssetFramesRequest Modifier and Type Method Description ReportAssetFramesRequest.Builder
ReportAssetFramesRequest.Builder. mergeFrom(ReportAssetFramesRequest other)
static ReportAssetFramesRequest.Builder
ReportAssetFramesRequest. newBuilder(ReportAssetFramesRequest prototype)
ReportAssetFramesResponse
MigrationCenterClient. reportAssetFrames(ReportAssetFramesRequest request)
Reports a set of frames.default void
MigrationCenterGrpc.AsyncService. reportAssetFrames(ReportAssetFramesRequest request, io.grpc.stub.StreamObserver<ReportAssetFramesResponse> responseObserver)
Reports a set of frames.ReportAssetFramesResponse
MigrationCenterGrpc.MigrationCenterBlockingStub. reportAssetFrames(ReportAssetFramesRequest request)
Reports a set of frames.com.google.common.util.concurrent.ListenableFuture<ReportAssetFramesResponse>
MigrationCenterGrpc.MigrationCenterFutureStub. reportAssetFrames(ReportAssetFramesRequest request)
Reports a set of frames.void
MigrationCenterGrpc.MigrationCenterStub. reportAssetFrames(ReportAssetFramesRequest request, io.grpc.stub.StreamObserver<ReportAssetFramesResponse> responseObserver)
Reports a set of frames. -
Uses of ReportAssetFramesRequest in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type ReportAssetFramesRequest 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.
-