Copyright 2020 Google LLC. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
Package internaloption contains options used internally by Google client code.
package internaloption

import (
	
	
)

type defaultEndpointOption string

func ( defaultEndpointOption) ( *internal.DialSettings) {
	.DefaultEndpoint = string()
}
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.
SkipDialSettingsValidation bypasses validation on ClientOptions. It should only be used internally.