Uses of Class
com.google.cloud.migrationcenter.v1.GetPreferenceSetRequest
-
Packages that use GetPreferenceSetRequest Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of GetPreferenceSetRequest in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return GetPreferenceSetRequest Modifier and Type Method Description GetPreferenceSetRequest
GetPreferenceSetRequest.Builder. build()
GetPreferenceSetRequest
GetPreferenceSetRequest.Builder. buildPartial()
static GetPreferenceSetRequest
GetPreferenceSetRequest. getDefaultInstance()
GetPreferenceSetRequest
GetPreferenceSetRequest.Builder. getDefaultInstanceForType()
GetPreferenceSetRequest
GetPreferenceSetRequest. getDefaultInstanceForType()
static GetPreferenceSetRequest
GetPreferenceSetRequest. parseDelimitedFrom(InputStream input)
static GetPreferenceSetRequest
GetPreferenceSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPreferenceSetRequest
GetPreferenceSetRequest. parseFrom(byte[] data)
static GetPreferenceSetRequest
GetPreferenceSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPreferenceSetRequest
GetPreferenceSetRequest. parseFrom(com.google.protobuf.ByteString data)
static GetPreferenceSetRequest
GetPreferenceSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPreferenceSetRequest
GetPreferenceSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetPreferenceSetRequest
GetPreferenceSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPreferenceSetRequest
GetPreferenceSetRequest. parseFrom(InputStream input)
static GetPreferenceSetRequest
GetPreferenceSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPreferenceSetRequest
GetPreferenceSetRequest. parseFrom(ByteBuffer data)
static GetPreferenceSetRequest
GetPreferenceSetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type GetPreferenceSetRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetPreferenceSetRequest,PreferenceSet>
MigrationCenterGrpc. getGetPreferenceSetMethod()
com.google.protobuf.Parser<GetPreferenceSetRequest>
GetPreferenceSetRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetPreferenceSetRequest,PreferenceSet>
MigrationCenterClient. getPreferenceSetCallable()
Gets the details of a preference set.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPreferenceSetRequest,PreferenceSet>
MigrationCenterSettings.Builder. getPreferenceSetSettings()
Returns the builder for the settings used for calls to getPreferenceSet.com.google.api.gax.rpc.UnaryCallSettings<GetPreferenceSetRequest,PreferenceSet>
MigrationCenterSettings. getPreferenceSetSettings()
Returns the object with the settings used for calls to getPreferenceSet.static com.google.protobuf.Parser<GetPreferenceSetRequest>
GetPreferenceSetRequest. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type GetPreferenceSetRequest Modifier and Type Method Description PreferenceSet
MigrationCenterClient. getPreferenceSet(GetPreferenceSetRequest request)
Gets the details of a preference set.default void
MigrationCenterGrpc.AsyncService. getPreferenceSet(GetPreferenceSetRequest request, io.grpc.stub.StreamObserver<PreferenceSet> responseObserver)
Gets the details of a preference set.PreferenceSet
MigrationCenterGrpc.MigrationCenterBlockingStub. getPreferenceSet(GetPreferenceSetRequest request)
Gets the details of a preference set.com.google.common.util.concurrent.ListenableFuture<PreferenceSet>
MigrationCenterGrpc.MigrationCenterFutureStub. getPreferenceSet(GetPreferenceSetRequest request)
Gets the details of a preference set.void
MigrationCenterGrpc.MigrationCenterStub. getPreferenceSet(GetPreferenceSetRequest request, io.grpc.stub.StreamObserver<PreferenceSet> responseObserver)
Gets the details of a preference set.GetPreferenceSetRequest.Builder
GetPreferenceSetRequest.Builder. mergeFrom(GetPreferenceSetRequest other)
static GetPreferenceSetRequest.Builder
GetPreferenceSetRequest. newBuilder(GetPreferenceSetRequest prototype)
-
Uses of GetPreferenceSetRequest in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type GetPreferenceSetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetPreferenceSetRequest,PreferenceSet>
GrpcMigrationCenterStub. getPreferenceSetCallable()
com.google.api.gax.rpc.UnaryCallable<GetPreferenceSetRequest,PreferenceSet>
HttpJsonMigrationCenterStub. getPreferenceSetCallable()
com.google.api.gax.rpc.UnaryCallable<GetPreferenceSetRequest,PreferenceSet>
MigrationCenterStub. getPreferenceSetCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPreferenceSetRequest,PreferenceSet>
MigrationCenterStubSettings.Builder. getPreferenceSetSettings()
Returns the builder for the settings used for calls to getPreferenceSet.com.google.api.gax.rpc.UnaryCallSettings<GetPreferenceSetRequest,PreferenceSet>
MigrationCenterStubSettings. getPreferenceSetSettings()
Returns the object with the settings used for calls to getPreferenceSet.
-