Skip to content

Commit 6069fae

Browse files
authored
chore: complete google-cloud-os-login migration (#16675)
- Reformat with nox - Enable generation with librarian - Regenerate with librarian
1 parent 45c116e commit 6069fae

File tree

13 files changed

+25
-25
lines changed

13 files changed

+25
-25
lines changed

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2956,7 +2956,6 @@ libraries:
29562956
- google/cloud/oslogin_v1/common/types
29572957
- google/cloud/oslogin_v1/common/types/__init__.py
29582958
- google/cloud/oslogin_v1/common/types/common.py
2959-
skip_generate: true
29602959
python:
29612960
opt_args_by_api:
29622961
google/cloud/oslogin/v1:
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"api_id": "oslogin.googleapis.com",
3-
"api_shortname": "oslogin",
4-
"client_documentation": "https://cloud.google.com/python/docs/reference/oslogin/latest",
5-
"default_version": "v1",
6-
"distribution_name": "google-cloud-os-login",
7-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559755",
8-
"language": "python",
9-
"library_type": "GAPIC_AUTO",
10-
"name": "oslogin",
11-
"name_pretty": "Google Cloud OS Login",
12-
"product_documentation": "https://cloud.google.com/compute/docs/oslogin/",
13-
"release_level": "stable",
14-
"repo": "googleapis/google-cloud-python",
15-
"requires_billing": true
2+
"api_description": "You can use OS Login to manage access to your VM instances using IAM roles.",
3+
"api_id": "oslogin.googleapis.com",
4+
"api_shortname": "oslogin",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/oslogin/latest",
6+
"default_version": "v1",
7+
"distribution_name": "google-cloud-os-login",
8+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559755",
9+
"language": "python",
10+
"library_type": "GAPIC_AUTO",
11+
"name": "oslogin",
12+
"name_pretty": "Google Cloud OS Login",
13+
"product_documentation": "https://cloud.google.com/compute/docs/oslogin/",
14+
"release_level": "stable",
15+
"repo": "googleapis/google-cloud-python"
1616
}

packages/google-cloud-os-login/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Python Client for Google Cloud OS Login
33

44
|stable| |pypi| |versions|
55

6-
`Google Cloud OS Login`_:
6+
`Google Cloud OS Login`_: You can use OS Login to manage access to your VM instances using IAM roles.
77

88
- `Client Library Documentation`_
99
- `Product Documentation`_

packages/google-cloud-os-login/docs/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Python Client for Google Cloud OS Login
33

44
|stable| |pypi| |versions|
55

6-
`Google Cloud OS Login`_:
6+
`Google Cloud OS Login`_: You can use OS Login to manage access to your VM instances using IAM roles.
77

88
- `Client Library Documentation`_
99
- `Product Documentation`_

packages/google-cloud-os-login/google/cloud/oslogin_v1/services/os_login_service/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
OptionalRetry = Union[retries.AsyncRetry, object, None] # type: ignore
4646

4747
import google.protobuf.field_mask_pb2 as field_mask_pb2 # type: ignore
48-
from google.cloud.oslogin_v1.common.types import common
4948

49+
from google.cloud.oslogin_v1.common.types import common
5050
from google.cloud.oslogin_v1.types import oslogin
5151

5252
from .client import OsLoginServiceClient

packages/google-cloud-os-login/google/cloud/oslogin_v1/services/os_login_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
_LOGGER = std_logging.getLogger(__name__)
6363

6464
import google.protobuf.field_mask_pb2 as field_mask_pb2 # type: ignore
65-
from google.cloud.oslogin_v1.common.types import common
6665

66+
from google.cloud.oslogin_v1.common.types import common
6767
from google.cloud.oslogin_v1.types import oslogin
6868

6969
from .transports.base import DEFAULT_CLIENT_INFO, OsLoginServiceTransport

packages/google-cloud-os-login/google/cloud/oslogin_v1/services/os_login_service/transports/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
from google.api_core import gapic_v1
2525
from google.api_core import retry as retries
2626
from google.auth import credentials as ga_credentials # type: ignore
27-
from google.cloud.oslogin_v1.common.types import common
2827
from google.oauth2 import service_account # type: ignore
2928

3029
from google.cloud.oslogin_v1 import gapic_version as package_version
30+
from google.cloud.oslogin_v1.common.types import common
3131
from google.cloud.oslogin_v1.types import oslogin
3232

3333
DEFAULT_CLIENT_INFO = gapic_v1.client_info.ClientInfo(

packages/google-cloud-os-login/google/cloud/oslogin_v1/services/os_login_service/transports/grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
from google.api_core import gapic_v1, grpc_helpers
2828
from google.auth import credentials as ga_credentials # type: ignore
2929
from google.auth.transport.grpc import SslCredentials # type: ignore
30-
from google.cloud.oslogin_v1.common.types import common
3130
from google.protobuf.json_format import MessageToJson
3231

32+
from google.cloud.oslogin_v1.common.types import common
3333
from google.cloud.oslogin_v1.types import oslogin
3434

3535
from .base import DEFAULT_CLIENT_INFO, OsLoginServiceTransport

packages/google-cloud-os-login/google/cloud/oslogin_v1/services/os_login_service/transports/grpc_asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
from google.api_core import retry_async as retries
3030
from google.auth import credentials as ga_credentials # type: ignore
3131
from google.auth.transport.grpc import SslCredentials # type: ignore
32-
from google.cloud.oslogin_v1.common.types import common
3332
from google.protobuf.json_format import MessageToJson
3433
from grpc.experimental import aio # type: ignore
3534

35+
from google.cloud.oslogin_v1.common.types import common
3636
from google.cloud.oslogin_v1.types import oslogin
3737

3838
from .base import DEFAULT_CLIENT_INFO, OsLoginServiceTransport

packages/google-cloud-os-login/google/cloud/oslogin_v1/services/os_login_service/transports/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
from google.api_core import retry as retries
2727
from google.auth import credentials as ga_credentials # type: ignore
2828
from google.auth.transport.requests import AuthorizedSession # type: ignore
29-
from google.cloud.oslogin_v1.common.types import common
3029
from google.protobuf import json_format
3130
from requests import __version__ as requests_version
3231

32+
from google.cloud.oslogin_v1.common.types import common
3333
from google.cloud.oslogin_v1.types import oslogin
3434

3535
from .base import DEFAULT_CLIENT_INFO as BASE_DEFAULT_CLIENT_INFO

0 commit comments

Comments
 (0)