Stay organized with collections Save and categorize content based on your preferences.
Summary of entries of Methods for cloudscheduler.
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClientCloudSchedulerAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.scheduler_v1.services.cloud_scheduler.transports.base.CloudSchedulerTransport, typing.Callable[[...], google.cloud.scheduler_v1.services.cloud_scheduler.transports.base.CloudSchedulerTransport]]] = '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.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_project_path
common_project_path(project: str) -> str
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.create_job
create_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1.types.cloudscheduler.CreateJobRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
job: typing.Optional[google.cloud.scheduler_v1.types.job.Job] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.delete_job
delete_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1.types.cloudscheduler.DeleteJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.get_job
get_job(
request: typing.Optional[
typing.Union[google.cloud.scheduler_v1.types.cloudscheduler.GetJobRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.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.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.scheduler_v1.services.cloud_scheduler.transports.base.CloudSchedulerTransport
]
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.job_path
job_path(project: str, location: str, job: str) -> str
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.list_jobs
list_jobs(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1.types.cloudscheduler.ListJobsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1.services.cloud_scheduler.pagers.ListJobsAsyncPager
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_job_path
parse_job_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_topic_path
parse_topic_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.pause_job
pause_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1.types.cloudscheduler.PauseJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.resume_job
resume_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1.types.cloudscheduler.ResumeJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.run_job
run_job(
request: typing.Optional[
typing.Union[google.cloud.scheduler_v1.types.cloudscheduler.RunJobRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.topic_path
topic_path(project: str, topic: str) -> str
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.update_job
update_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1.types.cloudscheduler.UpdateJobRequest, dict
]
] = None,
*,
job: typing.Optional[google.cloud.scheduler_v1.types.job.Job] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient
CloudSchedulerClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.scheduler_v1.services.cloud_scheduler.transports.base.CloudSchedulerTransport, typing.Callable[[...], google.cloud.scheduler_v1.services.cloud_scheduler.transports.base.CloudSchedulerTransport]]] = 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.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.__exit__
__exit__(type, value, traceback)
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.common_project_path
common_project_path(project: str) -> str
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.create_job
create_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1.types.cloudscheduler.CreateJobRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
job: typing.Optional[google.cloud.scheduler_v1.types.job.Job] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.delete_job
delete_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1.types.cloudscheduler.DeleteJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.get_job
get_job(
request: typing.Optional[
typing.Union[google.cloud.scheduler_v1.types.cloudscheduler.GetJobRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.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.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.job_path
job_path(project: str, location: str, job: str) -> str
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.list_jobs
list_jobs(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1.types.cloudscheduler.ListJobsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1.services.cloud_scheduler.pagers.ListJobsPager
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_job_path
parse_job_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_topic_path
parse_topic_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.pause_job
pause_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1.types.cloudscheduler.PauseJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.resume_job
resume_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1.types.cloudscheduler.ResumeJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.run_job
run_job(
request: typing.Optional[
typing.Union[google.cloud.scheduler_v1.types.cloudscheduler.RunJobRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.topic_path
topic_path(project: str, topic: str) -> str
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.update_job
update_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1.types.cloudscheduler.UpdateJobRequest, dict
]
] = None,
*,
job: typing.Optional[google.cloud.scheduler_v1.types.job.Job] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
ListJobsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.scheduler_v1.types.cloudscheduler.ListJobsResponse
],
],
request: google.cloud.scheduler_v1.types.cloudscheduler.ListJobsRequest,
response: google.cloud.scheduler_v1.types.cloudscheduler.ListJobsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
ListJobsPager(
method: typing.Callable[
[...], google.cloud.scheduler_v1.types.cloudscheduler.ListJobsResponse
],
request: google.cloud.scheduler_v1.types.cloudscheduler.ListJobsRequest,
response: google.cloud.scheduler_v1.types.cloudscheduler.ListJobsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient
CloudSchedulerAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.scheduler_v1beta1.services.cloud_scheduler.transports.base.CloudSchedulerTransport, typing.Callable[[...], google.cloud.scheduler_v1beta1.services.cloud_scheduler.transports.base.CloudSchedulerTransport]]] = '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.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_project_path
common_project_path(project: str) -> str
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.create_job
create_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1beta1.types.cloudscheduler.CreateJobRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
job: typing.Optional[google.cloud.scheduler_v1beta1.types.job.Job] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.delete_job
delete_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1beta1.types.cloudscheduler.DeleteJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.get_job
get_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1beta1.types.cloudscheduler.GetJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.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.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.scheduler_v1beta1.services.cloud_scheduler.transports.base.CloudSchedulerTransport
]
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.job_path
job_path(project: str, location: str, job: str) -> str
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.list_jobs
list_jobs(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1beta1.types.cloudscheduler.ListJobsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1beta1.services.cloud_scheduler.pagers.ListJobsAsyncPager
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_job_path
parse_job_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_topic_path
parse_topic_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.pause_job
pause_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1beta1.types.cloudscheduler.PauseJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.resume_job
resume_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1beta1.types.cloudscheduler.ResumeJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.run_job
run_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1beta1.types.cloudscheduler.RunJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.topic_path
topic_path(project: str, topic: str) -> str
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.update_job
update_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1beta1.types.cloudscheduler.UpdateJobRequest, dict
]
] = None,
*,
job: typing.Optional[google.cloud.scheduler_v1beta1.types.job.Job] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient
CloudSchedulerClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.scheduler_v1beta1.services.cloud_scheduler.transports.base.CloudSchedulerTransport, typing.Callable[[...], google.cloud.scheduler_v1beta1.services.cloud_scheduler.transports.base.CloudSchedulerTransport]]] = 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.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.__exit__
__exit__(type, value, traceback)
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.common_project_path
common_project_path(project: str) -> str
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.create_job
create_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1beta1.types.cloudscheduler.CreateJobRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
job: typing.Optional[google.cloud.scheduler_v1beta1.types.job.Job] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.delete_job
delete_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1beta1.types.cloudscheduler.DeleteJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.get_job
get_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1beta1.types.cloudscheduler.GetJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.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.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.job_path
job_path(project: str, location: str, job: str) -> str
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.list_jobs
list_jobs(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1beta1.types.cloudscheduler.ListJobsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1beta1.services.cloud_scheduler.pagers.ListJobsPager
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.parse_job_path
parse_job_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.parse_topic_path
parse_topic_path(path: str) -> typing.Dict[str, str]
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.pause_job
pause_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1beta1.types.cloudscheduler.PauseJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.resume_job
resume_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1beta1.types.cloudscheduler.ResumeJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.run_job
run_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1beta1.types.cloudscheduler.RunJobRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.topic_path
topic_path(project: str, topic: str) -> str
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.update_job
update_job(
request: typing.Optional[
typing.Union[
google.cloud.scheduler_v1beta1.types.cloudscheduler.UpdateJobRequest, dict
]
] = None,
*,
job: typing.Optional[google.cloud.scheduler_v1beta1.types.job.Job] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
ListJobsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.scheduler_v1beta1.types.cloudscheduler.ListJobsResponse
],
],
request: google.cloud.scheduler_v1beta1.types.cloudscheduler.ListJobsRequest,
response: google.cloud.scheduler_v1beta1.types.cloudscheduler.ListJobsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
ListJobsPager(
method: typing.Callable[
[...], google.cloud.scheduler_v1beta1.types.cloudscheduler.ListJobsResponse
],
request: google.cloud.scheduler_v1beta1.types.cloudscheduler.ListJobsRequest,
response: google.cloud.scheduler_v1beta1.types.cloudscheduler.ListJobsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4