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