Type Alias GCSServiceMethodDynamicSegments<S, O, R>
GCSServiceMethodDynamicSegments<S, O, R>: ((configuration: GCSConfiguration,
segments: S,
methodOptions?: O & { headers?: BaseServiceMethodOptions["headers"]; query?: BaseServiceMethodOptions["query"]; },
sdkOptions?: SDKOptions) => ReturnType<ServiceMethodDynamicSegments<S, O, R>>) Type Parameters
- S extends Segment
- O extends ServiceMethodOptions
- R extends Response = Response
The GCSServiceMethodDynamicSegments type is similar to the core ServiceMethodDynamicSegments type, but the first parameter is always a GCSConfiguration object.