File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ from google .api_core .gapic_v1 import client_info
15
16
from google .api_core .gapic_v1 import config
16
17
from google .api_core .gapic_v1 import method
17
18
from google .api_core .gapic_v1 import routing_header
18
19
19
20
__all__ = [
21
+ 'client_info' ,
20
22
'config' ,
21
23
'method' ,
22
24
'routing_header' ,
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- """Client information
15
+ """Helpers for providing client information.
16
16
17
- This module is used by client libraries to send information about the calling
18
- client to services.
17
+ Client information is used to send information about the calling client,
18
+ such as the library and Python version, to API services.
19
19
"""
20
20
21
21
import platform
You can’t perform that action at this time.
0 commit comments