NewExampleBulkService generates a new service that applies the given options to.
func NewExampleBulkService(opts ...option.RequestOption) (r *ExampleBulkService)| Name | Type | Description |
|---|---|---|
opts* | ...option.RequestOption |
NewExampleBulkService generates a new service that applies the given options to each request. These options are applied after the parent client's options (if there is one), and before any request-specific options.