Uses of Class
com.google.cloud.clouddms.v1.ConnectionProfile
-
Packages that use ConnectionProfile Package Description com.google.cloud.clouddms.v1 A client to Database Migration APIcom.google.cloud.clouddms.v1.stub -
-
Uses of ConnectionProfile in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return ConnectionProfile Modifier and Type Method Description ConnectionProfile
ConnectionProfile.Builder. build()
ConnectionProfile
ConnectionProfile.Builder. buildPartial()
ConnectionProfile
CreateConnectionProfileRequest.Builder. getConnectionProfile()
Required.ConnectionProfile
CreateConnectionProfileRequest. getConnectionProfile()
Required.ConnectionProfile
CreateConnectionProfileRequestOrBuilder. getConnectionProfile()
Required.ConnectionProfile
DataMigrationServiceClient. getConnectionProfile(ConnectionProfileName name)
Gets details of a single connection profile.ConnectionProfile
DataMigrationServiceClient. getConnectionProfile(GetConnectionProfileRequest request)
Gets details of a single connection profile.ConnectionProfile
DataMigrationServiceClient. getConnectionProfile(String name)
Gets details of a single connection profile.ConnectionProfile
DataMigrationServiceGrpc.DataMigrationServiceBlockingStub. getConnectionProfile(GetConnectionProfileRequest request)
Gets details of a single connection profile.ConnectionProfile
UpdateConnectionProfileRequest.Builder. getConnectionProfile()
Required.ConnectionProfile
UpdateConnectionProfileRequest. getConnectionProfile()
Required.ConnectionProfile
UpdateConnectionProfileRequestOrBuilder. getConnectionProfile()
Required.ConnectionProfile
ListConnectionProfilesResponse.Builder. getConnectionProfiles(int index)
The response list of connection profiles.ConnectionProfile
ListConnectionProfilesResponse. getConnectionProfiles(int index)
The response list of connection profiles.ConnectionProfile
ListConnectionProfilesResponseOrBuilder. getConnectionProfiles(int index)
The response list of connection profiles.static ConnectionProfile
ConnectionProfile. getDefaultInstance()
ConnectionProfile
ConnectionProfile.Builder. getDefaultInstanceForType()
ConnectionProfile
ConnectionProfile. getDefaultInstanceForType()
static ConnectionProfile
ConnectionProfile. parseDelimitedFrom(InputStream input)
static ConnectionProfile
ConnectionProfile. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConnectionProfile
ConnectionProfile. parseFrom(byte[] data)
static ConnectionProfile
ConnectionProfile. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConnectionProfile
ConnectionProfile. parseFrom(com.google.protobuf.ByteString data)
static ConnectionProfile
ConnectionProfile. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConnectionProfile
ConnectionProfile. parseFrom(com.google.protobuf.CodedInputStream input)
static ConnectionProfile
ConnectionProfile. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConnectionProfile
ConnectionProfile. parseFrom(InputStream input)
static ConnectionProfile
ConnectionProfile. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConnectionProfile
ConnectionProfile. parseFrom(ByteBuffer data)
static ConnectionProfile
ConnectionProfile. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type ConnectionProfile Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ConnectionProfile,OperationMetadata>
DataMigrationServiceClient. createConnectionProfileAsync(CreateConnectionProfileRequest request)
Creates a new connection profile in a given project and location.com.google.api.gax.longrunning.OperationFuture<ConnectionProfile,OperationMetadata>
DataMigrationServiceClient. createConnectionProfileAsync(LocationName parent, ConnectionProfile connectionProfile, String connectionProfileId)
Creates a new connection profile in a given project and location.com.google.api.gax.longrunning.OperationFuture<ConnectionProfile,OperationMetadata>
DataMigrationServiceClient. createConnectionProfileAsync(String parent, ConnectionProfile connectionProfile, String connectionProfileId)
Creates a new connection profile in a given project and location.com.google.api.gax.rpc.OperationCallable<CreateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceClient. createConnectionProfileOperationCallable()
Creates a new connection profile in a given project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceSettings.Builder. createConnectionProfileOperationSettings()
Returns the builder for the settings used for calls to createConnectionProfile.com.google.api.gax.rpc.OperationCallSettings<CreateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceSettings. createConnectionProfileOperationSettings()
Returns the object with the settings used for calls to createConnectionProfile.com.google.common.util.concurrent.ListenableFuture<ConnectionProfile>
DataMigrationServiceGrpc.DataMigrationServiceFutureStub. getConnectionProfile(GetConnectionProfileRequest request)
Gets details of a single connection profile.com.google.api.gax.rpc.UnaryCallable<GetConnectionProfileRequest,ConnectionProfile>
DataMigrationServiceClient. getConnectionProfileCallable()
Gets details of a single connection profile.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConnectionProfileRequest,ConnectionProfile>
DataMigrationServiceSettings.Builder. getConnectionProfileSettings()
Returns the builder for the settings used for calls to getConnectionProfile.com.google.api.gax.rpc.UnaryCallSettings<GetConnectionProfileRequest,ConnectionProfile>
DataMigrationServiceSettings. getConnectionProfileSettings()
Returns the object with the settings used for calls to getConnectionProfile.List<ConnectionProfile>
ListConnectionProfilesResponse.Builder. getConnectionProfilesList()
The response list of connection profiles.List<ConnectionProfile>
ListConnectionProfilesResponse. getConnectionProfilesList()
The response list of connection profiles.List<ConnectionProfile>
ListConnectionProfilesResponseOrBuilder. getConnectionProfilesList()
The response list of connection profiles.static io.grpc.MethodDescriptor<GetConnectionProfileRequest,ConnectionProfile>
DataMigrationServiceGrpc. getGetConnectionProfileMethod()
com.google.protobuf.Parser<ConnectionProfile>
ConnectionProfile. getParserForType()
static com.google.protobuf.Parser<ConnectionProfile>
ConnectionProfile. parser()
com.google.api.gax.longrunning.OperationFuture<ConnectionProfile,OperationMetadata>
DataMigrationServiceClient. updateConnectionProfileAsync(ConnectionProfile connectionProfile, com.google.protobuf.FieldMask updateMask)
Update the configuration of a single connection profile.com.google.api.gax.longrunning.OperationFuture<ConnectionProfile,OperationMetadata>
DataMigrationServiceClient. updateConnectionProfileAsync(UpdateConnectionProfileRequest request)
Update the configuration of a single connection profile.com.google.api.gax.rpc.OperationCallable<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceClient. updateConnectionProfileOperationCallable()
Update the configuration of a single connection profile.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceSettings.Builder. updateConnectionProfileOperationSettings()
Returns the builder for the settings used for calls to updateConnectionProfile.com.google.api.gax.rpc.OperationCallSettings<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceSettings. updateConnectionProfileOperationSettings()
Returns the object with the settings used for calls to updateConnectionProfile.Methods in com.google.cloud.clouddms.v1 with parameters of type ConnectionProfile Modifier and Type Method Description ListConnectionProfilesResponse.Builder
ListConnectionProfilesResponse.Builder. addConnectionProfiles(int index, ConnectionProfile value)
The response list of connection profiles.ListConnectionProfilesResponse.Builder
ListConnectionProfilesResponse.Builder. addConnectionProfiles(ConnectionProfile value)
The response list of connection profiles.com.google.api.gax.longrunning.OperationFuture<ConnectionProfile,OperationMetadata>
DataMigrationServiceClient. createConnectionProfileAsync(LocationName parent, ConnectionProfile connectionProfile, String connectionProfileId)
Creates a new connection profile in a given project and location.com.google.api.gax.longrunning.OperationFuture<ConnectionProfile,OperationMetadata>
DataMigrationServiceClient. createConnectionProfileAsync(String parent, ConnectionProfile connectionProfile, String connectionProfileId)
Creates a new connection profile in a given project and location.CreateConnectionProfileRequest.Builder
CreateConnectionProfileRequest.Builder. mergeConnectionProfile(ConnectionProfile value)
Required.UpdateConnectionProfileRequest.Builder
UpdateConnectionProfileRequest.Builder. mergeConnectionProfile(ConnectionProfile value)
Required.ConnectionProfile.Builder
ConnectionProfile.Builder. mergeFrom(ConnectionProfile other)
static ConnectionProfile.Builder
ConnectionProfile. newBuilder(ConnectionProfile prototype)
CreateConnectionProfileRequest.Builder
CreateConnectionProfileRequest.Builder. setConnectionProfile(ConnectionProfile value)
Required.UpdateConnectionProfileRequest.Builder
UpdateConnectionProfileRequest.Builder. setConnectionProfile(ConnectionProfile value)
Required.ListConnectionProfilesResponse.Builder
ListConnectionProfilesResponse.Builder. setConnectionProfiles(int index, ConnectionProfile value)
The response list of connection profiles.com.google.api.gax.longrunning.OperationFuture<ConnectionProfile,OperationMetadata>
DataMigrationServiceClient. updateConnectionProfileAsync(ConnectionProfile connectionProfile, com.google.protobuf.FieldMask updateMask)
Update the configuration of a single connection profile.Method parameters in com.google.cloud.clouddms.v1 with type arguments of type ConnectionProfile Modifier and Type Method Description ListConnectionProfilesResponse.Builder
ListConnectionProfilesResponse.Builder. addAllConnectionProfiles(Iterable<? extends ConnectionProfile> values)
The response list of connection profiles.static com.google.api.core.ApiFuture<DataMigrationServiceClient.ListConnectionProfilesPagedResponse>
DataMigrationServiceClient.ListConnectionProfilesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile> context, com.google.api.core.ApiFuture<ListConnectionProfilesResponse> futureResponse)
protected DataMigrationServiceClient.ListConnectionProfilesPage
DataMigrationServiceClient.ListConnectionProfilesPage. createPage(com.google.api.gax.rpc.PageContext<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile> context, ListConnectionProfilesResponse response)
com.google.api.core.ApiFuture<DataMigrationServiceClient.ListConnectionProfilesPage>
DataMigrationServiceClient.ListConnectionProfilesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListConnectionProfilesRequest,ListConnectionProfilesResponse,ConnectionProfile> context, com.google.api.core.ApiFuture<ListConnectionProfilesResponse> futureResponse)
default void
DataMigrationServiceGrpc.AsyncService. getConnectionProfile(GetConnectionProfileRequest request, io.grpc.stub.StreamObserver<ConnectionProfile> responseObserver)
Gets details of a single connection profile.void
DataMigrationServiceGrpc.DataMigrationServiceStub. getConnectionProfile(GetConnectionProfileRequest request, io.grpc.stub.StreamObserver<ConnectionProfile> responseObserver)
Gets details of a single connection profile. -
Uses of ConnectionProfile in com.google.cloud.clouddms.v1.stub
Methods in com.google.cloud.clouddms.v1.stub that return types with arguments of type ConnectionProfile Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceStub. createConnectionProfileOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
GrpcDataMigrationServiceStub. createConnectionProfileOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceStubSettings.Builder. createConnectionProfileOperationSettings()
Returns the builder for the settings used for calls to createConnectionProfile.com.google.api.gax.rpc.OperationCallSettings<CreateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceStubSettings. createConnectionProfileOperationSettings()
Returns the object with the settings used for calls to createConnectionProfile.com.google.api.gax.rpc.UnaryCallable<GetConnectionProfileRequest,ConnectionProfile>
DataMigrationServiceStub. getConnectionProfileCallable()
com.google.api.gax.rpc.UnaryCallable<GetConnectionProfileRequest,ConnectionProfile>
GrpcDataMigrationServiceStub. getConnectionProfileCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConnectionProfileRequest,ConnectionProfile>
DataMigrationServiceStubSettings.Builder. getConnectionProfileSettings()
Returns the builder for the settings used for calls to getConnectionProfile.com.google.api.gax.rpc.UnaryCallSettings<GetConnectionProfileRequest,ConnectionProfile>
DataMigrationServiceStubSettings. getConnectionProfileSettings()
Returns the object with the settings used for calls to getConnectionProfile.com.google.api.gax.rpc.OperationCallable<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceStub. updateConnectionProfileOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
GrpcDataMigrationServiceStub. updateConnectionProfileOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceStubSettings.Builder. updateConnectionProfileOperationSettings()
Returns the builder for the settings used for calls to updateConnectionProfile.com.google.api.gax.rpc.OperationCallSettings<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceStubSettings. updateConnectionProfileOperationSettings()
Returns the object with the settings used for calls to updateConnectionProfile.
-