Summary of entries of Methods for bigqueryreservation.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient
ReservationServiceAsyncClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
bigquery_reservation_v1
.
services
.
reservation_service
.
transports
.
base
.
ReservationServiceTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
bigquery_reservation_v1
.
services
.
reservation_service
.
transports
.
base
.
ReservationServiceTransport
]]]
=
'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 reservation service async client.
See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.assignment_path
assignment_path
(
project
:
str
,
location
:
str
,
reservation
:
str
,
assignment
:
str
)
-
> str
Returns a fully-qualified assignment string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.bi_reservation_path
bi_reservation_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified bi_reservation string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.capacity_commitment_path
capacity_commitment_path
(
project
:
str
,
location
:
str
,
capacity_commitment
:
str
)
-
> str
Returns a fully-qualified capacity_commitment string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.create_assignment
create_assignment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CreateAssignmentRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
assignment
:
typing
.
Optional
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Assignment
]
=
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Assignment
Creates an assignment object which allows the given project to submit jobs of a certain type using slots from the specified reservation.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.create_capacity_commitment
create_capacity_commitment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CreateCapacityCommitmentRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
capacity_commitment
:
typing
.
Optional
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CapacityCommitment
]
=
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CapacityCommitment
Creates a new capacity commitment resource.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.create_reservation
create_reservation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CreateReservationRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
reservation
:
typing
.
Optional
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Reservation
]
=
None
,
reservation_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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Reservation
Creates a new reservation resource.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.delete_assignment
delete_assignment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
DeleteAssignmentRequest
,
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
,
str
]]
=
()
)
-
> None
Deletes a assignment.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.delete_capacity_commitment
delete_capacity_commitment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
DeleteCapacityCommitmentRequest
,
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
,
str
]]
=
()
)
-
> None
Deletes a capacity commitment.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.delete_reservation
delete_reservation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
DeleteReservationRequest
,
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
,
str
]]
=
()
)
-
> None
Deletes a reservation.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.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.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.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.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.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.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.get_bi_reservation
get_bi_reservation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
GetBiReservationRequest
,
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
BiReservation
Retrieves a BI reservation.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.get_capacity_commitment
get_capacity_commitment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
GetCapacityCommitmentRequest
,
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CapacityCommitment
Returns information about the capacity commitment.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.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.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.get_reservation
get_reservation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
GetReservationRequest
,
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Reservation
Returns information about the reservation.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.get_transport_class
get_transport_class
()
-
> (
typing
.
Type
[
google
.
cloud
.
bigquery_reservation_v1
.
services
.
reservation_service
.
transports
.
base
.
ReservationServiceTransport
]
)
Returns an appropriate transport class.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.list_assignments
list_assignments
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListAssignmentsRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
bigquery_reservation_v1
.
services
.
reservation_service
.
pagers
.
ListAssignmentsAsyncPager
)
Lists assignments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.list_capacity_commitments
list_capacity_commitments
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListCapacityCommitmentsRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
bigquery_reservation_v1
.
services
.
reservation_service
.
pagers
.
ListCapacityCommitmentsAsyncPager
)
Lists all the capacity commitments for the admin project.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.list_reservations
list_reservations
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListReservationsRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
bigquery_reservation_v1
.
services
.
reservation_service
.
pagers
.
ListReservationsAsyncPager
)
Lists all the reservations for the project in the specified location.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.merge_capacity_commitments
merge_capacity_commitments
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
MergeCapacityCommitmentsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
capacity_commitment_ids
:
typing
.
Optional
[
typing
.
MutableSequence
[
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CapacityCommitment
Merges capacity commitments of the same plan into a single commitment.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.move_assignment
move_assignment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
MoveAssignmentRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
destination_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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Assignment
Moves an assignment under a new reservation.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.parse_assignment_path
parse_assignment_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a assignment path into its component segments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.parse_bi_reservation_path
parse_bi_reservation_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a bi_reservation path into its component segments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.parse_capacity_commitment_path
parse_capacity_commitment_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a capacity_commitment path into its component segments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.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.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.parse_reservation_path
parse_reservation_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a reservation path into its component segments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.reservation_path
reservation_path
(
project
:
str
,
location
:
str
,
reservation
:
str
)
-
> str
Returns a fully-qualified reservation string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.search_all_assignments
search_all_assignments
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SearchAllAssignmentsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
query
:
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
bigquery_reservation_v1
.
services
.
reservation_service
.
pagers
.
SearchAllAssignmentsAsyncPager
)
Looks up assignments for a specified resource for a particular region.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.search_assignments
search_assignments
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SearchAssignmentsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
query
:
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
bigquery_reservation_v1
.
services
.
reservation_service
.
pagers
.
SearchAssignmentsAsyncPager
)
Deprecated: Looks up assignments for a specified resource for a particular region.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.split_capacity_commitment
split_capacity_commitment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SplitCapacityCommitmentRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
slot_count
:
typing
.
Optional
[
int
]
=
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SplitCapacityCommitmentResponse
)
Splits capacity commitment to two commitments of the same plan
and commitment_end_time
.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.update_assignment
update_assignment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
UpdateAssignmentRequest
,
dict
,
]
]
=
None
,
*
,
assignment
:
typing
.
Optional
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Assignment
]
=
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Assignment
Updates an existing assignment.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.update_bi_reservation
update_bi_reservation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
UpdateBiReservationRequest
,
dict
,
]
]
=
None
,
*
,
bi_reservation
:
typing
.
Optional
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
BiReservation
]
=
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
BiReservation
Updates a BI reservation.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.update_capacity_commitment
update_capacity_commitment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
UpdateCapacityCommitmentRequest
,
dict
,
]
]
=
None
,
*
,
capacity_commitment
:
typing
.
Optional
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CapacityCommitment
]
=
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CapacityCommitment
Updates an existing capacity commitment.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.update_reservation
update_reservation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
UpdateReservationRequest
,
dict
,
]
]
=
None
,
*
,
reservation
:
typing
.
Optional
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Reservation
]
=
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Reservation
Updates an existing reservation resource.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient
ReservationServiceClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
bigquery_reservation_v1
.
services
.
reservation_service
.
transports
.
base
.
ReservationServiceTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
bigquery_reservation_v1
.
services
.
reservation_service
.
transports
.
base
.
ReservationServiceTransport
]]]
=
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 reservation service client.
See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient. exit
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.assignment_path
assignment_path
(
project
:
str
,
location
:
str
,
reservation
:
str
,
assignment
:
str
)
-
> str
Returns a fully-qualified assignment string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.bi_reservation_path
bi_reservation_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified bi_reservation string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.capacity_commitment_path
capacity_commitment_path
(
project
:
str
,
location
:
str
,
capacity_commitment
:
str
)
-
> str
Returns a fully-qualified capacity_commitment string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.create_assignment
create_assignment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CreateAssignmentRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
assignment
:
typing
.
Optional
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Assignment
]
=
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Assignment
Creates an assignment object which allows the given project to submit jobs of a certain type using slots from the specified reservation.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.create_capacity_commitment
create_capacity_commitment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CreateCapacityCommitmentRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
capacity_commitment
:
typing
.
Optional
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CapacityCommitment
]
=
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CapacityCommitment
Creates a new capacity commitment resource.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.create_reservation
create_reservation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CreateReservationRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
reservation
:
typing
.
Optional
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Reservation
]
=
None
,
reservation_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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Reservation
Creates a new reservation resource.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.delete_assignment
delete_assignment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
DeleteAssignmentRequest
,
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
,
str
]]
=
()
)
-
> None
Deletes a assignment.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.delete_capacity_commitment
delete_capacity_commitment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
DeleteCapacityCommitmentRequest
,
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
,
str
]]
=
()
)
-
> None
Deletes a capacity commitment.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.delete_reservation
delete_reservation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
DeleteReservationRequest
,
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
,
str
]]
=
()
)
-
> None
Deletes a reservation.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.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.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.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.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.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.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.get_bi_reservation
get_bi_reservation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
GetBiReservationRequest
,
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
BiReservation
Retrieves a BI reservation.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.get_capacity_commitment
get_capacity_commitment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
GetCapacityCommitmentRequest
,
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CapacityCommitment
Returns information about the capacity commitment.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.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.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.get_reservation
get_reservation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
GetReservationRequest
,
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Reservation
Returns information about the reservation.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.list_assignments
list_assignments
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListAssignmentsRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
bigquery_reservation_v1
.
services
.
reservation_service
.
pagers
.
ListAssignmentsPager
)
Lists assignments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.list_capacity_commitments
list_capacity_commitments
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListCapacityCommitmentsRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
bigquery_reservation_v1
.
services
.
reservation_service
.
pagers
.
ListCapacityCommitmentsPager
)
Lists all the capacity commitments for the admin project.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.list_reservations
list_reservations
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListReservationsRequest
,
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
bigquery_reservation_v1
.
services
.
reservation_service
.
pagers
.
ListReservationsPager
)
Lists all the reservations for the project in the specified location.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.merge_capacity_commitments
merge_capacity_commitments
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
MergeCapacityCommitmentsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
capacity_commitment_ids
:
typing
.
Optional
[
typing
.
MutableSequence
[
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CapacityCommitment
Merges capacity commitments of the same plan into a single commitment.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.move_assignment
move_assignment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
MoveAssignmentRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
destination_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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Assignment
Moves an assignment under a new reservation.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.parse_assignment_path
parse_assignment_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a assignment path into its component segments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.parse_bi_reservation_path
parse_bi_reservation_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a bi_reservation path into its component segments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.parse_capacity_commitment_path
parse_capacity_commitment_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a capacity_commitment path into its component segments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.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.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.parse_reservation_path
parse_reservation_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a reservation path into its component segments.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.reservation_path
reservation_path
(
project
:
str
,
location
:
str
,
reservation
:
str
)
-
> str
Returns a fully-qualified reservation string.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.search_all_assignments
search_all_assignments
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SearchAllAssignmentsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
query
:
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
bigquery_reservation_v1
.
services
.
reservation_service
.
pagers
.
SearchAllAssignmentsPager
)
Looks up assignments for a specified resource for a particular region.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.search_assignments
search_assignments
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SearchAssignmentsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
query
:
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
bigquery_reservation_v1
.
services
.
reservation_service
.
pagers
.
SearchAssignmentsPager
)
Deprecated: Looks up assignments for a specified resource for a particular region.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.split_capacity_commitment
split_capacity_commitment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SplitCapacityCommitmentRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
slot_count
:
typing
.
Optional
[
int
]
=
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
,
str
]]
=
()
)
-
> (
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SplitCapacityCommitmentResponse
)
Splits capacity commitment to two commitments of the same plan
and commitment_end_time
.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.update_assignment
update_assignment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
UpdateAssignmentRequest
,
dict
,
]
]
=
None
,
*
,
assignment
:
typing
.
Optional
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Assignment
]
=
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Assignment
Updates an existing assignment.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.update_bi_reservation
update_bi_reservation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
UpdateBiReservationRequest
,
dict
,
]
]
=
None
,
*
,
bi_reservation
:
typing
.
Optional
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
BiReservation
]
=
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
BiReservation
Updates a BI reservation.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.update_capacity_commitment
update_capacity_commitment
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
UpdateCapacityCommitmentRequest
,
dict
,
]
]
=
None
,
*
,
capacity_commitment
:
typing
.
Optional
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CapacityCommitment
]
=
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
CapacityCommitment
Updates an existing capacity commitment.
google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.update_reservation
update_reservation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
UpdateReservationRequest
,
dict
,
]
]
=
None
,
*
,
reservation
:
typing
.
Optional
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Reservation
]
=
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
,
str
]]
=
()
)
-
> google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
Reservation
Updates an existing reservation resource.
google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.ListAssignmentsAsyncPager
ListAssignmentsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListAssignmentsResponse
],
],
request
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListAssignmentsRequest
,
response
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListAssignmentsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiates the pager.
See more: google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.ListAssignmentsAsyncPager
google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.ListAssignmentsPager
ListAssignmentsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListAssignmentsResponse
,
],
request
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListAssignmentsRequest
,
response
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListAssignmentsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiate the pager.
See more: google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.ListAssignmentsPager
google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.ListCapacityCommitmentsAsyncPager
ListCapacityCommitmentsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListCapacityCommitmentsResponse
],
],
request
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListCapacityCommitmentsRequest
,
response
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListCapacityCommitmentsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiates the pager.
google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.ListCapacityCommitmentsPager
ListCapacityCommitmentsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListCapacityCommitmentsResponse
,
],
request
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListCapacityCommitmentsRequest
,
response
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListCapacityCommitmentsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiate the pager.
google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.ListReservationsAsyncPager
ListReservationsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListReservationsResponse
],
],
request
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListReservationsRequest
,
response
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListReservationsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiates the pager.
See more: google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.ListReservationsAsyncPager
google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.ListReservationsPager
ListReservationsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListReservationsResponse
,
],
request
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListReservationsRequest
,
response
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
ListReservationsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiate the pager.
See more: google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.ListReservationsPager
google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.SearchAllAssignmentsAsyncPager
SearchAllAssignmentsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SearchAllAssignmentsResponse
],
],
request
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SearchAllAssignmentsRequest
,
response
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SearchAllAssignmentsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiates the pager.
google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.SearchAllAssignmentsPager
SearchAllAssignmentsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SearchAllAssignmentsResponse
,
],
request
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SearchAllAssignmentsRequest
,
response
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SearchAllAssignmentsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiate the pager.
See more: google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.SearchAllAssignmentsPager
google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.SearchAssignmentsAsyncPager
SearchAssignmentsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SearchAssignmentsResponse
],
],
request
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SearchAssignmentsRequest
,
response
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SearchAssignmentsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiates the pager.
See more: google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.SearchAssignmentsAsyncPager
google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.SearchAssignmentsPager
SearchAssignmentsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SearchAssignmentsResponse
,
],
request
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SearchAssignmentsRequest
,
response
:
google
.
cloud
.
bigquery_reservation_v1
.
types
.
reservation
.
SearchAssignmentsResponse
,
*
,
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
,
str
]]
=
()
)
Instantiate the pager.
See more: google.cloud.bigquery_reservation_v1.services.reservation_service.pagers.SearchAssignmentsPager