-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
api: automlIssues related to the AutoML API.Issues related to the AutoML API.api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.api: clouderrorreportingIssues related to the Error Reporting API.Issues related to the Error Reporting API.api: cloudresourcemanagerIssues related to the Resource Manager API.Issues related to the Resource Manager API.api: cloudtraceIssues related to the Cloud Trace API.Issues related to the Cloud Trace API.api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.api: dnsIssues related to the Cloud DNS API.Issues related to the Cloud DNS API.api: firestoreIssues related to the Firestore API.Issues related to the Firestore API.api: loggingIssues related to the Cloud Logging API.Issues related to the Cloud Logging API.api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.api: runtimeconfigIssues related to the Cloud Runtime Config API API.Issues related to the Cloud Runtime Config API API.api: spannerIssues related to the Spanner API.Issues related to the Spanner API.api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.api: translationIssues related to the Cloud Translation API API.Issues related to the Cloud Translation API API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
List of clients is copied from the issue for client_info. See #7825.
The client_options constructor argument provides a consistent way for options to be set on clients. Currently only API Endpoint can be set with client_options.
GAPIC clients will gets this change via the generator, but the clients below need to be updated manually.
Clients that need client_options:
- BigQuery BigQuery: Add
client_options
to constructors for manual clients. #8999 - Bigtable feat(bigtable): add 'client_options' / 'admin_client_options' to Client #9517
- data endpoint
- admin endpoint
- Datastore Datastore: Add
client_options
to constructors for manual clients. #9055 - DNS feat(dns): add 'client_options' argument to client ctor #9516
- Error Reporting Error Reporting: Add client_options to constructor. #9152
- Firestore (and Firestore Beta) Firestore: Add client_options to v1. #9048
- Logging Logging: Add client_options to v1 #9046
- Pub/Sub (Publisher, Subscriber) (done via
**kwargs
) - Resource Manager Resource Manager: Add client_options. #9043
- Runtime Config Runtime Config: Add client_options #9045
- Spanner feat(spanner): add client_options to constructor #9151
- Client.instance_admin_api
- Client.database_admin_api
- Database.spanner_api
- Storage Storage: Add
client_options
to constructors for manual clients. #9054 - Trace and Trace V1 feat(trace): add
client_options
to constructor #9154 - Translate (no GRPC version needed, because v3beta1 is pure-autogen) Translate: Add client options to translate_v2. #8737
Metadata
Metadata
Assignees
Labels
api: automlIssues related to the AutoML API.Issues related to the AutoML API.api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.api: clouderrorreportingIssues related to the Error Reporting API.Issues related to the Error Reporting API.api: cloudresourcemanagerIssues related to the Resource Manager API.Issues related to the Resource Manager API.api: cloudtraceIssues related to the Cloud Trace API.Issues related to the Cloud Trace API.api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.api: dnsIssues related to the Cloud DNS API.Issues related to the Cloud DNS API.api: firestoreIssues related to the Firestore API.Issues related to the Firestore API.api: loggingIssues related to the Cloud Logging API.Issues related to the Cloud Logging API.api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.api: runtimeconfigIssues related to the Cloud Runtime Config API API.Issues related to the Cloud Runtime Config API API.api: spannerIssues related to the Spanner API.Issues related to the Spanner API.api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.api: translationIssues related to the Cloud Translation API API.Issues related to the Cloud Translation API API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.