Uses of Class
com.google.cloud.migrationcenter.v1.ErrorFrame
-
Packages that use ErrorFrame Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of ErrorFrame in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ErrorFrame Modifier and Type Method Description ErrorFrameErrorFrame.Builder. build()ErrorFrameErrorFrame.Builder. buildPartial()static ErrorFrameErrorFrame. getDefaultInstance()ErrorFrameErrorFrame.Builder. getDefaultInstanceForType()ErrorFrameErrorFrame. getDefaultInstanceForType()ErrorFrameMigrationCenterClient. getErrorFrame(ErrorFrameName name)Gets the details of an error frame.ErrorFrameMigrationCenterClient. getErrorFrame(GetErrorFrameRequest request)Gets the details of an error frame.ErrorFrameMigrationCenterClient. getErrorFrame(String name)Gets the details of an error frame.ErrorFrameMigrationCenterGrpc.MigrationCenterBlockingStub. getErrorFrame(GetErrorFrameRequest request)Gets the details of an error frame.ErrorFrameListErrorFramesResponse.Builder. getErrorFrames(int index)The list of error frames.ErrorFrameListErrorFramesResponse. getErrorFrames(int index)The list of error frames.ErrorFrameListErrorFramesResponseOrBuilder. getErrorFrames(int index)The list of error frames.static ErrorFrameErrorFrame. parseDelimitedFrom(InputStream input)static ErrorFrameErrorFrame. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorFrameErrorFrame. parseFrom(byte[] data)static ErrorFrameErrorFrame. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorFrameErrorFrame. parseFrom(com.google.protobuf.ByteString data)static ErrorFrameErrorFrame. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorFrameErrorFrame. parseFrom(com.google.protobuf.CodedInputStream input)static ErrorFrameErrorFrame. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorFrameErrorFrame. parseFrom(InputStream input)static ErrorFrameErrorFrame. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorFrameErrorFrame. parseFrom(ByteBuffer data)static ErrorFrameErrorFrame. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ErrorFrame Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ErrorFrame>MigrationCenterGrpc.MigrationCenterFutureStub. getErrorFrame(GetErrorFrameRequest request)Gets the details of an error frame.com.google.api.gax.rpc.UnaryCallable<GetErrorFrameRequest,ErrorFrame>MigrationCenterClient. getErrorFrameCallable()Gets the details of an error frame.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetErrorFrameRequest,ErrorFrame>MigrationCenterSettings.Builder. getErrorFrameSettings()Returns the builder for the settings used for calls to getErrorFrame.com.google.api.gax.rpc.UnaryCallSettings<GetErrorFrameRequest,ErrorFrame>MigrationCenterSettings. getErrorFrameSettings()Returns the object with the settings used for calls to getErrorFrame.List<ErrorFrame>ListErrorFramesResponse.Builder. getErrorFramesList()The list of error frames.List<ErrorFrame>ListErrorFramesResponse. getErrorFramesList()The list of error frames.List<ErrorFrame>ListErrorFramesResponseOrBuilder. getErrorFramesList()The list of error frames.static io.grpc.MethodDescriptor<GetErrorFrameRequest,ErrorFrame>MigrationCenterGrpc. getGetErrorFrameMethod()com.google.protobuf.Parser<ErrorFrame>ErrorFrame. getParserForType()static com.google.protobuf.Parser<ErrorFrame>ErrorFrame. parser()Methods in com.google.cloud.migrationcenter.v1 with parameters of type ErrorFrame Modifier and Type Method Description ListErrorFramesResponse.BuilderListErrorFramesResponse.Builder. addErrorFrames(int index, ErrorFrame value)The list of error frames.ListErrorFramesResponse.BuilderListErrorFramesResponse.Builder. addErrorFrames(ErrorFrame value)The list of error frames.ErrorFrame.BuilderErrorFrame.Builder. mergeFrom(ErrorFrame other)static ErrorFrame.BuilderErrorFrame. newBuilder(ErrorFrame prototype)ListErrorFramesResponse.BuilderListErrorFramesResponse.Builder. setErrorFrames(int index, ErrorFrame value)The list of error frames.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type ErrorFrame Modifier and Type Method Description ListErrorFramesResponse.BuilderListErrorFramesResponse.Builder. addAllErrorFrames(Iterable<? extends ErrorFrame> values)The list of error frames.static com.google.api.core.ApiFuture<MigrationCenterClient.ListErrorFramesPagedResponse>MigrationCenterClient.ListErrorFramesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListErrorFramesRequest,ListErrorFramesResponse,ErrorFrame> context, com.google.api.core.ApiFuture<ListErrorFramesResponse> futureResponse)protected MigrationCenterClient.ListErrorFramesPageMigrationCenterClient.ListErrorFramesPage. createPage(com.google.api.gax.rpc.PageContext<ListErrorFramesRequest,ListErrorFramesResponse,ErrorFrame> context, ListErrorFramesResponse response)com.google.api.core.ApiFuture<MigrationCenterClient.ListErrorFramesPage>MigrationCenterClient.ListErrorFramesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListErrorFramesRequest,ListErrorFramesResponse,ErrorFrame> context, com.google.api.core.ApiFuture<ListErrorFramesResponse> futureResponse)default voidMigrationCenterGrpc.AsyncService. getErrorFrame(GetErrorFrameRequest request, io.grpc.stub.StreamObserver<ErrorFrame> responseObserver)Gets the details of an error frame.voidMigrationCenterGrpc.MigrationCenterStub. getErrorFrame(GetErrorFrameRequest request, io.grpc.stub.StreamObserver<ErrorFrame> responseObserver)Gets the details of an error frame. -
Uses of ErrorFrame in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type ErrorFrame Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetErrorFrameRequest,ErrorFrame>GrpcMigrationCenterStub. getErrorFrameCallable()com.google.api.gax.rpc.UnaryCallable<GetErrorFrameRequest,ErrorFrame>HttpJsonMigrationCenterStub. getErrorFrameCallable()com.google.api.gax.rpc.UnaryCallable<GetErrorFrameRequest,ErrorFrame>MigrationCenterStub. getErrorFrameCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetErrorFrameRequest,ErrorFrame>MigrationCenterStubSettings.Builder. getErrorFrameSettings()Returns the builder for the settings used for calls to getErrorFrame.com.google.api.gax.rpc.UnaryCallSettings<GetErrorFrameRequest,ErrorFrame>MigrationCenterStubSettings. getErrorFrameSettings()Returns the object with the settings used for calls to getErrorFrame.
-