Uses of Class
com.google.cloud.clouddms.v1.GenerateSshScriptRequest
-
Packages that use GenerateSshScriptRequest Package Description com.google.cloud.clouddms.v1 A client to Database Migration APIcom.google.cloud.clouddms.v1.stub -
-
Uses of GenerateSshScriptRequest in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return GenerateSshScriptRequest Modifier and Type Method Description GenerateSshScriptRequest
GenerateSshScriptRequest.Builder. build()
GenerateSshScriptRequest
GenerateSshScriptRequest.Builder. buildPartial()
static GenerateSshScriptRequest
GenerateSshScriptRequest. getDefaultInstance()
GenerateSshScriptRequest
GenerateSshScriptRequest.Builder. getDefaultInstanceForType()
GenerateSshScriptRequest
GenerateSshScriptRequest. getDefaultInstanceForType()
static GenerateSshScriptRequest
GenerateSshScriptRequest. parseDelimitedFrom(InputStream input)
static GenerateSshScriptRequest
GenerateSshScriptRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateSshScriptRequest
GenerateSshScriptRequest. parseFrom(byte[] data)
static GenerateSshScriptRequest
GenerateSshScriptRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateSshScriptRequest
GenerateSshScriptRequest. parseFrom(com.google.protobuf.ByteString data)
static GenerateSshScriptRequest
GenerateSshScriptRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateSshScriptRequest
GenerateSshScriptRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GenerateSshScriptRequest
GenerateSshScriptRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateSshScriptRequest
GenerateSshScriptRequest. parseFrom(InputStream input)
static GenerateSshScriptRequest
GenerateSshScriptRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateSshScriptRequest
GenerateSshScriptRequest. parseFrom(ByteBuffer data)
static GenerateSshScriptRequest
GenerateSshScriptRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type GenerateSshScriptRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GenerateSshScriptRequest,SshScript>
DataMigrationServiceClient. generateSshScriptCallable()
Generate a SSH configuration script to configure the reverse SSH connectivity.com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateSshScriptRequest,SshScript>
DataMigrationServiceSettings.Builder. generateSshScriptSettings()
Returns the builder for the settings used for calls to generateSshScript.com.google.api.gax.rpc.UnaryCallSettings<GenerateSshScriptRequest,SshScript>
DataMigrationServiceSettings. generateSshScriptSettings()
Returns the object with the settings used for calls to generateSshScript.static io.grpc.MethodDescriptor<GenerateSshScriptRequest,SshScript>
DataMigrationServiceGrpc. getGenerateSshScriptMethod()
com.google.protobuf.Parser<GenerateSshScriptRequest>
GenerateSshScriptRequest. getParserForType()
static com.google.protobuf.Parser<GenerateSshScriptRequest>
GenerateSshScriptRequest. parser()
Methods in com.google.cloud.clouddms.v1 with parameters of type GenerateSshScriptRequest Modifier and Type Method Description SshScript
DataMigrationServiceClient. generateSshScript(GenerateSshScriptRequest request)
Generate a SSH configuration script to configure the reverse SSH connectivity.default void
DataMigrationServiceGrpc.AsyncService. generateSshScript(GenerateSshScriptRequest request, io.grpc.stub.StreamObserver<SshScript> responseObserver)
Generate a SSH configuration script to configure the reverse SSH connectivity.SshScript
DataMigrationServiceGrpc.DataMigrationServiceBlockingStub. generateSshScript(GenerateSshScriptRequest request)
Generate a SSH configuration script to configure the reverse SSH connectivity.com.google.common.util.concurrent.ListenableFuture<SshScript>
DataMigrationServiceGrpc.DataMigrationServiceFutureStub. generateSshScript(GenerateSshScriptRequest request)
Generate a SSH configuration script to configure the reverse SSH connectivity.void
DataMigrationServiceGrpc.DataMigrationServiceStub. generateSshScript(GenerateSshScriptRequest request, io.grpc.stub.StreamObserver<SshScript> responseObserver)
Generate a SSH configuration script to configure the reverse SSH connectivity.GenerateSshScriptRequest.Builder
GenerateSshScriptRequest.Builder. mergeFrom(GenerateSshScriptRequest other)
static GenerateSshScriptRequest.Builder
GenerateSshScriptRequest. newBuilder(GenerateSshScriptRequest prototype)
-
Uses of GenerateSshScriptRequest in com.google.cloud.clouddms.v1.stub
Methods in com.google.cloud.clouddms.v1.stub that return types with arguments of type GenerateSshScriptRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GenerateSshScriptRequest,SshScript>
DataMigrationServiceStub. generateSshScriptCallable()
com.google.api.gax.rpc.UnaryCallable<GenerateSshScriptRequest,SshScript>
GrpcDataMigrationServiceStub. generateSshScriptCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateSshScriptRequest,SshScript>
DataMigrationServiceStubSettings.Builder. generateSshScriptSettings()
Returns the builder for the settings used for calls to generateSshScript.com.google.api.gax.rpc.UnaryCallSettings<GenerateSshScriptRequest,SshScript>
DataMigrationServiceStubSettings. generateSshScriptSettings()
Returns the object with the settings used for calls to generateSshScript.
-