Uses of Class
com.google.cloud.clouddms.v1.SshScript
-
Packages that use SshScript Package Description com.google.cloud.clouddms.v1 A client to Database Migration APIcom.google.cloud.clouddms.v1.stub -
-
Uses of SshScript in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return SshScript Modifier and Type Method Description SshScript
SshScript.Builder. build()
SshScript
SshScript.Builder. buildPartial()
SshScript
DataMigrationServiceClient. generateSshScript(GenerateSshScriptRequest request)
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.static SshScript
SshScript. getDefaultInstance()
SshScript
SshScript.Builder. getDefaultInstanceForType()
SshScript
SshScript. getDefaultInstanceForType()
static SshScript
SshScript. parseDelimitedFrom(InputStream input)
static SshScript
SshScript. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SshScript
SshScript. parseFrom(byte[] data)
static SshScript
SshScript. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SshScript
SshScript. parseFrom(com.google.protobuf.ByteString data)
static SshScript
SshScript. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SshScript
SshScript. parseFrom(com.google.protobuf.CodedInputStream input)
static SshScript
SshScript. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SshScript
SshScript. parseFrom(InputStream input)
static SshScript
SshScript. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SshScript
SshScript. parseFrom(ByteBuffer data)
static SshScript
SshScript. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type SshScript Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<SshScript>
DataMigrationServiceGrpc.DataMigrationServiceFutureStub. generateSshScript(GenerateSshScriptRequest request)
Generate a SSH configuration script to configure the reverse SSH connectivity.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<SshScript>
SshScript. getParserForType()
static com.google.protobuf.Parser<SshScript>
SshScript. parser()
Methods in com.google.cloud.clouddms.v1 with parameters of type SshScript Modifier and Type Method Description SshScript.Builder
SshScript.Builder. mergeFrom(SshScript other)
static SshScript.Builder
SshScript. newBuilder(SshScript prototype)
Method parameters in com.google.cloud.clouddms.v1 with type arguments of type SshScript Modifier and Type Method Description default void
DataMigrationServiceGrpc.AsyncService. generateSshScript(GenerateSshScriptRequest request, io.grpc.stub.StreamObserver<SshScript> responseObserver)
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. -
Uses of SshScript in com.google.cloud.clouddms.v1.stub
Methods in com.google.cloud.clouddms.v1.stub that return types with arguments of type SshScript 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.
-