Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2956,7 +2956,6 @@ libraries:
- google/cloud/oslogin_v1/common/types
- google/cloud/oslogin_v1/common/types/__init__.py
- google/cloud/oslogin_v1/common/types/common.py
skip_generate: true
python:
opt_args_by_api:
google/cloud/oslogin/v1:
Expand Down
28 changes: 14 additions & 14 deletions packages/google-cloud-os-login/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"api_id": "oslogin.googleapis.com",
"api_shortname": "oslogin",
"client_documentation": "https://cloud.google.com/python/docs/reference/oslogin/latest",
"default_version": "v1",
"distribution_name": "google-cloud-os-login",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559755",
"language": "python",
"library_type": "GAPIC_AUTO",
"name": "oslogin",
"name_pretty": "Google Cloud OS Login",
"product_documentation": "https://cloud.google.com/compute/docs/oslogin/",
"release_level": "stable",
"repo": "googleapis/google-cloud-python",
"requires_billing": true
"api_description": "You can use OS Login to manage access to your VM instances using IAM roles.",
"api_id": "oslogin.googleapis.com",
"api_shortname": "oslogin",
"client_documentation": "https://cloud.google.com/python/docs/reference/oslogin/latest",
"default_version": "v1",
"distribution_name": "google-cloud-os-login",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559755",
"language": "python",
"library_type": "GAPIC_AUTO",
"name": "oslogin",
"name_pretty": "Google Cloud OS Login",
"product_documentation": "https://cloud.google.com/compute/docs/oslogin/",
"release_level": "stable",
"repo": "googleapis/google-cloud-python"
}
2 changes: 1 addition & 1 deletion packages/google-cloud-os-login/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Python Client for Google Cloud OS Login

|stable| |pypi| |versions|

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

- `Client Library Documentation`_
- `Product Documentation`_
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-os-login/docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Python Client for Google Cloud OS Login

|stable| |pypi| |versions|

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

- `Client Library Documentation`_
- `Product Documentation`_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
OptionalRetry = Union[retries.AsyncRetry, object, None] # type: ignore

import google.protobuf.field_mask_pb2 as field_mask_pb2 # type: ignore
from google.cloud.oslogin_v1.common.types import common

from google.cloud.oslogin_v1.common.types import common
from google.cloud.oslogin_v1.types import oslogin

from .client import OsLoginServiceClient
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
_LOGGER = std_logging.getLogger(__name__)

import google.protobuf.field_mask_pb2 as field_mask_pb2 # type: ignore
from google.cloud.oslogin_v1.common.types import common

from google.cloud.oslogin_v1.common.types import common
from google.cloud.oslogin_v1.types import oslogin

from .transports.base import DEFAULT_CLIENT_INFO, OsLoginServiceTransport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
from google.api_core import gapic_v1
from google.api_core import retry as retries
from google.auth import credentials as ga_credentials # type: ignore
from google.cloud.oslogin_v1.common.types import common
from google.oauth2 import service_account # type: ignore

from google.cloud.oslogin_v1 import gapic_version as package_version
from google.cloud.oslogin_v1.common.types import common
from google.cloud.oslogin_v1.types import oslogin

DEFAULT_CLIENT_INFO = gapic_v1.client_info.ClientInfo(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
from google.api_core import gapic_v1, grpc_helpers
from google.auth import credentials as ga_credentials # type: ignore
from google.auth.transport.grpc import SslCredentials # type: ignore
from google.cloud.oslogin_v1.common.types import common
from google.protobuf.json_format import MessageToJson

from google.cloud.oslogin_v1.common.types import common
from google.cloud.oslogin_v1.types import oslogin

from .base import DEFAULT_CLIENT_INFO, OsLoginServiceTransport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
from google.api_core import retry_async as retries
from google.auth import credentials as ga_credentials # type: ignore
from google.auth.transport.grpc import SslCredentials # type: ignore
from google.cloud.oslogin_v1.common.types import common
from google.protobuf.json_format import MessageToJson
from grpc.experimental import aio # type: ignore

from google.cloud.oslogin_v1.common.types import common
from google.cloud.oslogin_v1.types import oslogin

from .base import DEFAULT_CLIENT_INFO, OsLoginServiceTransport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
from google.api_core import retry as retries
from google.auth import credentials as ga_credentials # type: ignore
from google.auth.transport.requests import AuthorizedSession # type: ignore
from google.cloud.oslogin_v1.common.types import common
from google.protobuf import json_format
from requests import __version__ as requests_version

from google.cloud.oslogin_v1.common.types import common
from google.cloud.oslogin_v1.types import oslogin

from .base import DEFAULT_CLIENT_INFO as BASE_DEFAULT_CLIENT_INFO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

import google.protobuf.empty_pb2 as empty_pb2 # type: ignore
from google.api_core import gapic_v1, path_template
from google.cloud.oslogin_v1.common.types import common
from google.protobuf import json_format

from google.cloud.oslogin_v1.common.types import common
from google.cloud.oslogin_v1.types import oslogin

from .base import DEFAULT_CLIENT_INFO, OsLoginServiceTransport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

import google.protobuf.field_mask_pb2 as field_mask_pb2 # type: ignore
import proto # type: ignore

from google.cloud.oslogin_v1.common.types import common

__protobuf__ = proto.module(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
from google.api_core import retry as retries
from google.auth import credentials as ga_credentials
from google.auth.exceptions import MutualTLSChannelError
from google.cloud.oslogin_v1.common.types import common
from google.oauth2 import service_account

from google.cloud.oslogin_v1.common.types import common
from google.cloud.oslogin_v1.services.os_login_service import (
OsLoginServiceAsyncClient,
OsLoginServiceClient,
Expand Down
Loading