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 SshScriptSshScript.Builder. build()SshScriptSshScript.Builder. buildPartial()SshScriptDataMigrationServiceClient. generateSshScript(GenerateSshScriptRequest request)Generate a SSH configuration script to configure the reverse SSH connectivity.SshScriptDataMigrationServiceGrpc.DataMigrationServiceBlockingStub. generateSshScript(GenerateSshScriptRequest request)Generate a SSH configuration script to configure the reverse SSH connectivity.static SshScriptSshScript. getDefaultInstance()SshScriptSshScript.Builder. getDefaultInstanceForType()SshScriptSshScript. getDefaultInstanceForType()static SshScriptSshScript. parseDelimitedFrom(InputStream input)static SshScriptSshScript. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SshScriptSshScript. parseFrom(byte[] data)static SshScriptSshScript. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SshScriptSshScript. parseFrom(com.google.protobuf.ByteString data)static SshScriptSshScript. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SshScriptSshScript. parseFrom(com.google.protobuf.CodedInputStream input)static SshScriptSshScript. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SshScriptSshScript. parseFrom(InputStream input)static SshScriptSshScript. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SshScriptSshScript. parseFrom(ByteBuffer data)static SshScriptSshScript. 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.BuilderSshScript.Builder. mergeFrom(SshScript other)static SshScript.BuilderSshScript. newBuilder(SshScript prototype)Method parameters in com.google.cloud.clouddms.v1 with type arguments of type SshScript Modifier and Type Method Description default voidDataMigrationServiceGrpc.AsyncService. generateSshScript(GenerateSshScriptRequest request, io.grpc.stub.StreamObserver<SshScript> responseObserver)Generate a SSH configuration script to configure the reverse SSH connectivity.voidDataMigrationServiceGrpc.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.
-