Skip to content

Commit 6707477

Browse files
docs: [google-cloud-scheduler] update comments (#13467)
- [ ] Regenerate this pull request now. BEGIN_COMMIT_OVERRIDE docs: annotate output-only fields as such docs: update comments END_COMMIT_OVERRIDE PiperOrigin-RevId: 719865415 Source-Link: googleapis/googleapis@47444ff Source-Link: googleapis/googleapis-gen@2166b70 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNjaGVkdWxlci8uT3dsQm90LnlhbWwiLCJoIjoiMjE2NmI3MDNkNTAwMmZkOWZjYzE4Y2QwMzk5NTZkYmUwMWQ1N2ZjMSJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5579df8 commit 6707477

16 files changed

Lines changed: 59 additions & 37 deletions

File tree

packages/google-cloud-scheduler/google/cloud/scheduler/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.15.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-scheduler/google/cloud/scheduler_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.15.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/async_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
OptionalRetry = Union[retries.AsyncRetry, object, None] # type: ignore
4545

4646
from google.cloud.location import locations_pb2 # type: ignore
47+
from google.longrunning import operations_pb2 # type: ignore
4748
from google.protobuf import duration_pb2 # type: ignore
4849
from google.protobuf import field_mask_pb2 # type: ignore
4950
from google.protobuf import timestamp_pb2 # type: ignore

packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
_LOGGER = std_logging.getLogger(__name__)
6060

6161
from google.cloud.location import locations_pb2 # type: ignore
62+
from google.longrunning import operations_pb2 # type: ignore
6263
from google.protobuf import duration_pb2 # type: ignore
6364
from google.protobuf import field_mask_pb2 # type: ignore
6465
from google.protobuf import timestamp_pb2 # type: ignore

packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/transports/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import google.auth # type: ignore
2424
from google.auth import credentials as ga_credentials # type: ignore
2525
from google.cloud.location import locations_pb2 # type: ignore
26+
from google.longrunning import operations_pb2 # type: ignore
2627
from google.oauth2 import service_account # type: ignore
2728
from google.protobuf import empty_pb2 # type: ignore
2829

packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/transports/grpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from google.auth import credentials as ga_credentials # type: ignore
2525
from google.auth.transport.grpc import SslCredentials # type: ignore
2626
from google.cloud.location import locations_pb2 # type: ignore
27+
from google.longrunning import operations_pb2 # type: ignore
2728
from google.protobuf import empty_pb2 # type: ignore
2829
from google.protobuf.json_format import MessageToJson
2930
import google.protobuf.message

packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/transports/grpc_asyncio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
from google.auth import credentials as ga_credentials # type: ignore
2727
from google.auth.transport.grpc import SslCredentials # type: ignore
2828
from google.cloud.location import locations_pb2 # type: ignore
29+
from google.longrunning import operations_pb2 # type: ignore
2930
from google.protobuf import empty_pb2 # type: ignore
3031
from google.protobuf.json_format import MessageToJson
3132
import google.protobuf.message

packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/transports/rest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
from google.auth import credentials as ga_credentials # type: ignore
2626
from google.auth.transport.requests import AuthorizedSession # type: ignore
2727
from google.cloud.location import locations_pb2 # type: ignore
28+
from google.longrunning import operations_pb2 # type: ignore
2829
from google.protobuf import empty_pb2 # type: ignore
2930
from google.protobuf import json_format
3031
from requests import __version__ as requests_version

packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/transports/rest_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
from google.api_core import gapic_v1, path_template
2121
from google.cloud.location import locations_pb2 # type: ignore
22+
from google.longrunning import operations_pb2 # type: ignore
2223
from google.protobuf import empty_pb2 # type: ignore
2324
from google.protobuf import json_format
2425

packages/google-cloud-scheduler/google/cloud/scheduler_v1/types/cloudscheduler.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ class ListJobsRequest(proto.Message):
6161
[next_page_token][google.cloud.scheduler.v1.ListJobsResponse.next_page_token]
6262
returned from the previous call to
6363
[ListJobs][google.cloud.scheduler.v1.CloudScheduler.ListJobs].
64-
It is an error to switch the value of
65-
[filter][google.cloud.scheduler.v1.ListJobsRequest.filter]
66-
or
67-
[order_by][google.cloud.scheduler.v1.ListJobsRequest.order_by]
68-
while iterating through pages.
6964
"""
7065

7166
parent: str = proto.Field(

0 commit comments

Comments
 (0)