Summary of entries of Methods for rapidmigrationassessment.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient
RapidMigrationAssessmentAsyncClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
rapidmigrationassessment_v1
.
services
.
rapid_migration_assessment
.
transports
.
base
.
RapidMigrationAssessmentTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
rapidmigrationassessment_v1
.
services
.
rapid_migration_assessment
.
transports
.
base
.
RapidMigrationAssessmentTransport
]]]
=
'grpc_asyncio'
,
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
client_info
:
google
.
api_core
.
gapic_v1
.
client_info
.
ClientInfo
=
Instantiates the rapid migration assessment async client.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.annotation_path
annotation_path
(
project
:
str
,
location
:
str
,
annotation
:
str
)
-
> str
Returns a fully-qualified annotation string.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.cancel_operation
cancel_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
CancelOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.collector_path
collector_path
(
project
:
str
,
location
:
str
,
collector
:
str
)
-
> str
Returns a fully-qualified collector string.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.create_annotation
create_annotation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
CreateAnnotationRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
annotation
:
typing
.
Optional
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
api_entities
.
Annotation
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates an Annotation.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.create_collector
create_collector
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
CreateCollectorRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
collector
:
typing
.
Optional
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
api_entities
.
Collector
]
=
None
,
collector_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Create a Collector to manage the on-prem appliance which collects information about Customer assets.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.delete_collector
delete_collector
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
DeleteCollectorRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Deletes a single Collector - changes state of collector to "Deleting".
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.delete_operation
delete_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
DeleteOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes a long-running operation.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.from_service_account_file
from_service_account_file
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.from_service_account_info
from_service_account_info
(
info
:
dict
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials info.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.from_service_account_json
from_service_account_json
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.get_annotation
get_annotation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
GetAnnotationRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
api_entities
.
Annotation
Gets details of a single Annotation.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.get_collector
get_collector
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
GetCollectorRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
api_entities
.
Collector
Gets details of a single Collector.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.get_location
get_location
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
GetLocationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
Location
Gets information about a location.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source
(
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.get_operation
get_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
GetOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
Operation
Gets the latest state of a long-running operation.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.get_transport_class
get_transport_class
(
label
:
typing
.
Optional
[
str
]
=
None
,
)
-
> typing
.
Type
[
google
.
cloud
.
rapidmigrationassessment_v1
.
services
.
rapid_migration_assessment
.
transports
.
base
.
RapidMigrationAssessmentTransport
]
Returns an appropriate transport class.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.list_collectors
list_collectors
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
ListCollectorsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
rapidmigrationassessment_v1
.
services
.
rapid_migration_assessment
.
pagers
.
ListCollectorsAsyncPager
)
Lists Collectors in a given project and location.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.list_locations
list_locations
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
ListLocationsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
ListLocationsResponse
Lists information about the supported locations for this service.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.list_operations
list_operations
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
ListOperationsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
ListOperationsResponse
Lists operations that match the specified filter in the request.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.parse_annotation_path
parse_annotation_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a annotation path into its component segments.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.parse_collector_path
parse_collector_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a collector path into its component segments.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a billing_account path into its component segments.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.pause_collector
pause_collector
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
PauseCollectorRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Pauses the given collector.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.register_collector
register_collector
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
RegisterCollectorRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Registers the given collector.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.resume_collector
resume_collector
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
ResumeCollectorRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Resumes the given collector.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentAsyncClient.update_collector
update_collector
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
UpdateCollectorRequest
,
dict
,
]
]
=
None
,
*
,
collector
:
typing
.
Optional
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
api_entities
.
Collector
]
=
None
,
update_mask
:
typing
.
Optional
[
google
.
protobuf
.
field_mask_pb2
.
FieldMask
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Updates the parameters of a single Collector.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient
RapidMigrationAssessmentClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
rapidmigrationassessment_v1
.
services
.
rapid_migration_assessment
.
transports
.
base
.
RapidMigrationAssessmentTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
rapidmigrationassessment_v1
.
services
.
rapid_migration_assessment
.
transports
.
base
.
RapidMigrationAssessmentTransport
]]]
=
None
,
client_options
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
client_options
.
ClientOptions
,
dict
]]
=
None
,
client_info
:
google
.
api_core
.
gapic_v1
.
client_info
.
ClientInfo
=
Instantiates the rapid migration assessment client.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.annotation_path
annotation_path
(
project
:
str
,
location
:
str
,
annotation
:
str
)
-
> str
Returns a fully-qualified annotation string.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.cancel_operation
cancel_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
CancelOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.collector_path
collector_path
(
project
:
str
,
location
:
str
,
collector
:
str
)
-
> str
Returns a fully-qualified collector string.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.create_annotation
create_annotation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
CreateAnnotationRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
annotation
:
typing
.
Optional
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
api_entities
.
Annotation
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates an Annotation.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.create_collector
create_collector
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
CreateCollectorRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
collector
:
typing
.
Optional
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
api_entities
.
Collector
]
=
None
,
collector_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Create a Collector to manage the on-prem appliance which collects information about Customer assets.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.delete_collector
delete_collector
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
DeleteCollectorRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Deletes a single Collector - changes state of collector to "Deleting".
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.delete_operation
delete_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
DeleteOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes a long-running operation.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.from_service_account_file
from_service_account_file
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.from_service_account_info
from_service_account_info
(
info
:
dict
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials info.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.from_service_account_json
from_service_account_json
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.get_annotation
get_annotation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
GetAnnotationRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
api_entities
.
Annotation
Gets details of a single Annotation.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.get_collector
get_collector
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
GetCollectorRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
api_entities
.
Collector
Gets details of a single Collector.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.get_location
get_location
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
GetLocationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
Location
Gets information about a location.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source
(
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
)
Deprecated.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.get_operation
get_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
GetOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
Operation
Gets the latest state of a long-running operation.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.list_collectors
list_collectors
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
ListCollectorsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
rapidmigrationassessment_v1
.
services
.
rapid_migration_assessment
.
pagers
.
ListCollectorsPager
)
Lists Collectors in a given project and location.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.list_locations
list_locations
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
ListLocationsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
ListLocationsResponse
Lists information about the supported locations for this service.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.list_operations
list_operations
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
ListOperationsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
ListOperationsResponse
Lists operations that match the specified filter in the request.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.parse_annotation_path
parse_annotation_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a annotation path into its component segments.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.parse_collector_path
parse_collector_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a collector path into its component segments.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.parse_common_billing_account_path
parse_common_billing_account_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a billing_account path into its component segments.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.pause_collector
pause_collector
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
PauseCollectorRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Pauses the given collector.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.register_collector
register_collector
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
RegisterCollectorRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Registers the given collector.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.resume_collector
resume_collector
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
ResumeCollectorRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Resumes the given collector.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.RapidMigrationAssessmentClient.update_collector
update_collector
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
UpdateCollectorRequest
,
dict
,
]
]
=
None
,
*
,
collector
:
typing
.
Optional
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
api_entities
.
Collector
]
=
None
,
update_mask
:
typing
.
Optional
[
google
.
protobuf
.
field_mask_pb2
.
FieldMask
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Updates the parameters of a single Collector.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.pagers.ListCollectorsAsyncPager
ListCollectorsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
ListCollectorsResponse
],
],
request
:
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
ListCollectorsRequest
,
response
:
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
ListCollectorsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
google.cloud.rapidmigrationassessment_v1.services.rapid_migration_assessment.pagers.ListCollectorsPager
ListCollectorsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
ListCollectorsResponse
,
],
request
:
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
ListCollectorsRequest
,
response
:
google
.
cloud
.
rapidmigrationassessment_v1
.
types
.
rapidmigrationassessment
.
ListCollectorsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.