File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
packages/google-api-core/google/api_core/gapic_v1 Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15+ from google .api_core .gapic_v1 import client_info
1516from google .api_core .gapic_v1 import config
1617from google .api_core .gapic_v1 import method
1718from google .api_core .gapic_v1 import routing_header
1819
1920__all__ = [
21+ 'client_info' ,
2022 'config' ,
2123 'method' ,
2224 'routing_header' ,
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- """Client information
15+ """Helpers for providing client information.
1616
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.
1919"""
2020
2121import platform
You can’t perform that action at this time.
0 commit comments