Package Methods (1.13.4)

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 = 

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.assignment_path

assignment_path(
    project: str, location: str, reservation: str, assignment: str
) -> str

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.bi_reservation_path

bi_reservation_path(project: str, location: str) -> str

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.capacity_commitment_path

capacity_commitment_path(
    project: str, location: str, capacity_commitment: str
) -> str

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.create_assignment

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

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

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

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

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

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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.from_service_account_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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.from_service_account_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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.from_service_account_json

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

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

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,
)

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

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
    ]
)

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
)

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
)

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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.list_reservations

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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.merge_capacity_commitments

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

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.parse_assignment_path

parse_assignment_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.parse_bi_reservation_path

parse_bi_reservation_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.parse_capacity_commitment_path

parse_capacity_commitment_path(path: str) -> typing.Dict[str, str]

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]

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.parse_reservation_path

parse_reservation_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.reservation_path

reservation_path(project: str, location: str, reservation: str) -> str

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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.search_all_assignments

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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.search_assignments

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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceAsyncClient.split_capacity_commitment

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

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

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

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

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 = 

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.assignment_path

assignment_path(
    project: str, location: str, reservation: str, assignment: str
) -> str

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.bi_reservation_path

bi_reservation_path(project: str, location: str) -> str

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.capacity_commitment_path

capacity_commitment_path(
    project: str, location: str, capacity_commitment: str
) -> str

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.common_project_path

common_project_path(project: str) -> str

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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.create_assignment

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

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

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

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

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

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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.from_service_account_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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.from_service_account_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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.from_service_account_json

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

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

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,
)

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

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
)

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
)

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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.list_reservations

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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.merge_capacity_commitments

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

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.parse_assignment_path

parse_assignment_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.parse_bi_reservation_path

parse_bi_reservation_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.parse_capacity_commitment_path

parse_capacity_commitment_path(path: str) -> typing.Dict[str, str]

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]

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.parse_reservation_path

parse_reservation_path(path: str) -> typing.Dict[str, str]

google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.reservation_path

reservation_path(project: str, location: str, reservation: str) -> str

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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.search_all_assignments

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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.search_assignments

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.

See more: google.cloud.bigquery_reservation_v1.services.reservation_service.ReservationServiceClient.split_capacity_commitment

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

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

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

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

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)