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