Uses of Class
com.google.cloud.migrationcenter.v1.Source
-
Packages that use Source Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of Source in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return Source Modifier and Type Method Description Source
Source.Builder. build()
Source
Source.Builder. buildPartial()
static Source
Source. getDefaultInstance()
Source
Source.Builder. getDefaultInstanceForType()
Source
Source. getDefaultInstanceForType()
Source
CreateSourceRequest.Builder. getSource()
Required.Source
CreateSourceRequest. getSource()
Required.Source
CreateSourceRequestOrBuilder. getSource()
Required.Source
MigrationCenterClient. getSource(GetSourceRequest request)
Gets the details of a source.Source
MigrationCenterClient. getSource(SourceName name)
Gets the details of a source.Source
MigrationCenterClient. getSource(String name)
Gets the details of a source.Source
MigrationCenterGrpc.MigrationCenterBlockingStub. getSource(GetSourceRequest request)
Gets the details of a source.Source
UpdateSourceRequest.Builder. getSource()
Required.Source
UpdateSourceRequest. getSource()
Required.Source
UpdateSourceRequestOrBuilder. getSource()
Required.Source
ListSourcesResponse.Builder. getSources(int index)
The list of sources.Source
ListSourcesResponse. getSources(int index)
The list of sources.Source
ListSourcesResponseOrBuilder. getSources(int index)
The list of sources.static Source
Source. parseDelimitedFrom(InputStream input)
static Source
Source. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Source
Source. parseFrom(byte[] data)
static Source
Source. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Source
Source. parseFrom(com.google.protobuf.ByteString data)
static Source
Source. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Source
Source. parseFrom(com.google.protobuf.CodedInputStream input)
static Source
Source. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Source
Source. parseFrom(InputStream input)
static Source
Source. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Source
Source. parseFrom(ByteBuffer data)
static Source
Source. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type Source Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Source,OperationMetadata>
MigrationCenterClient. createSourceAsync(CreateSourceRequest request)
Creates a new source in a given project and location.com.google.api.gax.longrunning.OperationFuture<Source,OperationMetadata>
MigrationCenterClient. createSourceAsync(LocationName parent, Source source, String sourceId)
Creates a new source in a given project and location.com.google.api.gax.longrunning.OperationFuture<Source,OperationMetadata>
MigrationCenterClient. createSourceAsync(String parent, Source source, String sourceId)
Creates a new source in a given project and location.com.google.api.gax.rpc.OperationCallable<CreateSourceRequest,Source,OperationMetadata>
MigrationCenterClient. createSourceOperationCallable()
Creates a new source in a given project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateSourceRequest,Source,OperationMetadata>
MigrationCenterSettings.Builder. createSourceOperationSettings()
Returns the builder for the settings used for calls to createSource.com.google.api.gax.rpc.OperationCallSettings<CreateSourceRequest,Source,OperationMetadata>
MigrationCenterSettings. createSourceOperationSettings()
Returns the object with the settings used for calls to createSource.static io.grpc.MethodDescriptor<GetSourceRequest,Source>
MigrationCenterGrpc. getGetSourceMethod()
com.google.protobuf.Parser<Source>
Source. getParserForType()
com.google.common.util.concurrent.ListenableFuture<Source>
MigrationCenterGrpc.MigrationCenterFutureStub. getSource(GetSourceRequest request)
Gets the details of a source.com.google.api.gax.rpc.UnaryCallable<GetSourceRequest,Source>
MigrationCenterClient. getSourceCallable()
Gets the details of a source.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSourceRequest,Source>
MigrationCenterSettings.Builder. getSourceSettings()
Returns the builder for the settings used for calls to getSource.com.google.api.gax.rpc.UnaryCallSettings<GetSourceRequest,Source>
MigrationCenterSettings. getSourceSettings()
Returns the object with the settings used for calls to getSource.List<Source>
ListSourcesResponse.Builder. getSourcesList()
The list of sources.List<Source>
ListSourcesResponse. getSourcesList()
The list of sources.List<Source>
ListSourcesResponseOrBuilder. getSourcesList()
The list of sources.static com.google.protobuf.Parser<Source>
Source. parser()
com.google.api.gax.longrunning.OperationFuture<Source,OperationMetadata>
MigrationCenterClient. updateSourceAsync(Source source, com.google.protobuf.FieldMask updateMask)
Updates the parameters of a source.com.google.api.gax.longrunning.OperationFuture<Source,OperationMetadata>
MigrationCenterClient. updateSourceAsync(UpdateSourceRequest request)
Updates the parameters of a source.com.google.api.gax.rpc.OperationCallable<UpdateSourceRequest,Source,OperationMetadata>
MigrationCenterClient. updateSourceOperationCallable()
Updates the parameters of a source.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateSourceRequest,Source,OperationMetadata>
MigrationCenterSettings.Builder. updateSourceOperationSettings()
Returns the builder for the settings used for calls to updateSource.com.google.api.gax.rpc.OperationCallSettings<UpdateSourceRequest,Source,OperationMetadata>
MigrationCenterSettings. updateSourceOperationSettings()
Returns the object with the settings used for calls to updateSource.Methods in com.google.cloud.migrationcenter.v1 with parameters of type Source Modifier and Type Method Description ListSourcesResponse.Builder
ListSourcesResponse.Builder. addSources(int index, Source value)
The list of sources.ListSourcesResponse.Builder
ListSourcesResponse.Builder. addSources(Source value)
The list of sources.com.google.api.gax.longrunning.OperationFuture<Source,OperationMetadata>
MigrationCenterClient. createSourceAsync(LocationName parent, Source source, String sourceId)
Creates a new source in a given project and location.com.google.api.gax.longrunning.OperationFuture<Source,OperationMetadata>
MigrationCenterClient. createSourceAsync(String parent, Source source, String sourceId)
Creates a new source in a given project and location.Source.Builder
Source.Builder. mergeFrom(Source other)
CreateSourceRequest.Builder
CreateSourceRequest.Builder. mergeSource(Source value)
Required.UpdateSourceRequest.Builder
UpdateSourceRequest.Builder. mergeSource(Source value)
Required.static Source.Builder
Source. newBuilder(Source prototype)
CreateSourceRequest.Builder
CreateSourceRequest.Builder. setSource(Source value)
Required.UpdateSourceRequest.Builder
UpdateSourceRequest.Builder. setSource(Source value)
Required.ListSourcesResponse.Builder
ListSourcesResponse.Builder. setSources(int index, Source value)
The list of sources.com.google.api.gax.longrunning.OperationFuture<Source,OperationMetadata>
MigrationCenterClient. updateSourceAsync(Source source, com.google.protobuf.FieldMask updateMask)
Updates the parameters of a source.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type Source Modifier and Type Method Description ListSourcesResponse.Builder
ListSourcesResponse.Builder. addAllSources(Iterable<? extends Source> values)
The list of sources.static com.google.api.core.ApiFuture<MigrationCenterClient.ListSourcesPagedResponse>
MigrationCenterClient.ListSourcesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse)
protected MigrationCenterClient.ListSourcesPage
MigrationCenterClient.ListSourcesPage. createPage(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, ListSourcesResponse response)
com.google.api.core.ApiFuture<MigrationCenterClient.ListSourcesPage>
MigrationCenterClient.ListSourcesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse)
default void
MigrationCenterGrpc.AsyncService. getSource(GetSourceRequest request, io.grpc.stub.StreamObserver<Source> responseObserver)
Gets the details of a source.void
MigrationCenterGrpc.MigrationCenterStub. getSource(GetSourceRequest request, io.grpc.stub.StreamObserver<Source> responseObserver)
Gets the details of a source. -
Uses of Source in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type Source Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateSourceRequest,Source,OperationMetadata>
GrpcMigrationCenterStub. createSourceOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateSourceRequest,Source,OperationMetadata>
HttpJsonMigrationCenterStub. createSourceOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateSourceRequest,Source,OperationMetadata>
MigrationCenterStub. createSourceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateSourceRequest,Source,OperationMetadata>
MigrationCenterStubSettings.Builder. createSourceOperationSettings()
Returns the builder for the settings used for calls to createSource.com.google.api.gax.rpc.OperationCallSettings<CreateSourceRequest,Source,OperationMetadata>
MigrationCenterStubSettings. createSourceOperationSettings()
Returns the object with the settings used for calls to createSource.com.google.api.gax.rpc.UnaryCallable<GetSourceRequest,Source>
GrpcMigrationCenterStub. getSourceCallable()
com.google.api.gax.rpc.UnaryCallable<GetSourceRequest,Source>
HttpJsonMigrationCenterStub. getSourceCallable()
com.google.api.gax.rpc.UnaryCallable<GetSourceRequest,Source>
MigrationCenterStub. getSourceCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSourceRequest,Source>
MigrationCenterStubSettings.Builder. getSourceSettings()
Returns the builder for the settings used for calls to getSource.com.google.api.gax.rpc.UnaryCallSettings<GetSourceRequest,Source>
MigrationCenterStubSettings. getSourceSettings()
Returns the object with the settings used for calls to getSource.com.google.api.gax.rpc.OperationCallable<UpdateSourceRequest,Source,OperationMetadata>
GrpcMigrationCenterStub. updateSourceOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateSourceRequest,Source,OperationMetadata>
HttpJsonMigrationCenterStub. updateSourceOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateSourceRequest,Source,OperationMetadata>
MigrationCenterStub. updateSourceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateSourceRequest,Source,OperationMetadata>
MigrationCenterStubSettings.Builder. updateSourceOperationSettings()
Returns the builder for the settings used for calls to updateSource.com.google.api.gax.rpc.OperationCallSettings<UpdateSourceRequest,Source,OperationMetadata>
MigrationCenterStubSettings. updateSourceOperationSettings()
Returns the object with the settings used for calls to updateSource.
-