Summary of entries of Methods for cloudscheduler.
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient
CloudSchedulerAsyncClient(*, 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 =
Instantiates the cloud scheduler async client.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_folder_path
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_location_path
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_project_path
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, str]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
Creates a job.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.create_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, str]] = ()
) -> None
Deletes a job.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.delete_job
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.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, str]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
Gets a job.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.get_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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.get_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,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.get_transport_class
get_transport_class() -> (
typing.Type[
google.cloud.scheduler_v1.services.cloud_scheduler.transports.base.CloudSchedulerTransport
]
)
Returns an appropriate transport class.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.get_transport_class
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.job_path
job_path(project: str, location: str, job: str) -> str
Returns a fully-qualified job string.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.job_path
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, str]] = ()
) -> google.cloud.scheduler_v1.services.cloud_scheduler.pagers.ListJobsAsyncPager
Lists jobs.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.list_jobs
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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.list_locations
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_job_path
parse_job_path(path: str) -> typing.Dict[str, str]
Parses a job path into its component segments.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_job_path
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_topic_path
parse_topic_path(path: str) -> typing.Dict[str, str]
Parses a topic path into its component segments.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_topic_path
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, str]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
Pauses a job.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.pause_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, str]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
Resume a job.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.resume_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, str]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
Forces a job to run now.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.run_job
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.topic_path
topic_path(project: str, topic: str) -> str
Returns a fully-qualified topic string.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.topic_path
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, str]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
Updates a job.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerAsyncClient.update_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 =
Instantiates the cloud scheduler client.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.exit
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.common_billing_account_path
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.common_folder_path
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.common_location_path
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.common_organization_path
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.common_project_path
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, str]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
Creates a job.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.create_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, str]] = ()
) -> None
Deletes a job.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.delete_job
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.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.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.from_service_account_file
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.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.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.from_service_account_info
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.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.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.from_service_account_json
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, str]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
Gets a job.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.get_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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.get_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,
)
Deprecated.
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.job_path
job_path(project: str, location: str, job: str) -> str
Returns a fully-qualified job string.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.job_path
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, str]] = ()
) -> google.cloud.scheduler_v1.services.cloud_scheduler.pagers.ListJobsPager
Lists jobs.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.list_jobs
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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.list_locations
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_common_folder_path
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_common_location_path
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_common_project_path
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_job_path
parse_job_path(path: str) -> typing.Dict[str, str]
Parses a job path into its component segments.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_job_path
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_topic_path
parse_topic_path(path: str) -> typing.Dict[str, str]
Parses a topic path into its component segments.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.parse_topic_path
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, str]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
Pauses a job.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.pause_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, str]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
Resume a job.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.resume_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, str]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
Forces a job to run now.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.run_job
google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.topic_path
topic_path(project: str, topic: str) -> str
Returns a fully-qualified topic string.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.topic_path
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, str]] = ()
) -> google.cloud.scheduler_v1.types.job.Job
Updates a job.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.CloudSchedulerClient.update_job
google.cloud.scheduler_v1.services.cloud_scheduler.pagers.ListJobsAsyncPager
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.pagers.ListJobsAsyncPager
google.cloud.scheduler_v1.services.cloud_scheduler.pagers.ListJobsPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.scheduler_v1.services.cloud_scheduler.pagers.ListJobsPager
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 =
Instantiates the cloud scheduler async client.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_folder_path
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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, str]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
Creates a job.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.create_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, str]] = ()
) -> None
Deletes a job.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.delete_job
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.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, str]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
Gets a job.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.get_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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.get_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,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.get_transport_class
get_transport_class() -> (
typing.Type[
google.cloud.scheduler_v1beta1.services.cloud_scheduler.transports.base.CloudSchedulerTransport
]
)
Returns an appropriate transport class.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.job_path
job_path(project: str, location: str, job: str) -> str
Returns a fully-qualified job string.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.job_path
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, str]] = ()
) -> google.cloud.scheduler_v1beta1.services.cloud_scheduler.pagers.ListJobsAsyncPager
Lists jobs.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.list_jobs
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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.list_locations
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_job_path
parse_job_path(path: str) -> typing.Dict[str, str]
Parses a job path into its component segments.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_job_path
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_topic_path
parse_topic_path(path: str) -> typing.Dict[str, str]
Parses a topic path into its component segments.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.parse_topic_path
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, str]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
Pauses a job.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.pause_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, str]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
Resume a job.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.resume_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, str]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
Forces a job to run now.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.run_job
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.topic_path
topic_path(project: str, topic: str) -> str
Returns a fully-qualified topic string.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.topic_path
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, str]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
Updates a job.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerAsyncClient.update_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 =
Instantiates the cloud scheduler client.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.exit
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.common_folder_path
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.common_location_path
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.common_project_path
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, str]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
Creates a job.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.create_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, str]] = ()
) -> None
Deletes a job.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.delete_job
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.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, str]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
Gets a job.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.get_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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.get_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,
)
Deprecated.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.job_path
job_path(project: str, location: str, job: str) -> str
Returns a fully-qualified job string.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.job_path
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, str]] = ()
) -> google.cloud.scheduler_v1beta1.services.cloud_scheduler.pagers.ListJobsPager
Lists jobs.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.list_jobs
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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.list_locations
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.parse_job_path
parse_job_path(path: str) -> typing.Dict[str, str]
Parses a job path into its component segments.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.parse_job_path
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.parse_topic_path
parse_topic_path(path: str) -> typing.Dict[str, str]
Parses a topic path into its component segments.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.parse_topic_path
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, str]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
Pauses a job.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.pause_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, str]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
Resume a job.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.resume_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, str]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
Forces a job to run now.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.run_job
google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.topic_path
topic_path(project: str, topic: str) -> str
Returns a fully-qualified topic string.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.topic_path
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, str]] = ()
) -> google.cloud.scheduler_v1beta1.types.job.Job
Updates a job.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.CloudSchedulerClient.update_job
google.cloud.scheduler_v1beta1.services.cloud_scheduler.pagers.ListJobsAsyncPager
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.pagers.ListJobsAsyncPager
google.cloud.scheduler_v1beta1.services.cloud_scheduler.pagers.ListJobsPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.scheduler_v1beta1.services.cloud_scheduler.pagers.ListJobsPager