package internaloption

Import Path
	google.golang.org/api/option/internaloption (on go.dev)

Dependency Relation
	imports 2 packages, and imported by 2 packages

Involved Source Files Package internaloption contains options used internally by Google client code.
Package-Level Type Names (total 3, none are exported)
/* sort exporteds by: | */
Package-Level Functions (total 3, all are exported)
SkipDialSettingsValidation bypasses validation on ClientOptions. It should only be used internally.
WithDefaultEndpoint is an option that indicates the default endpoint. It should only be used internally by generated clients. This is similar to WithEndpoint, but allows us to determine whether the user has overridden the default endpoint.
WithDefaultMTLSEndpoint is an option that indicates the default mTLS endpoint. It should only be used internally by generated clients.