public static final class PullServicesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
PullServicesRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
PullServicesRequest |
build() |
PullServicesRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
PullServicesRequest.Builder |
namespace(String namespace)
The namespace.
|
PullServicesRequest.Builder |
sourceId(Long sourceId)
SourceId.
|
PullServicesRequest.Builder |
sourceType(String sourceType)
The type of the service source.
|
public PullServicesRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public PullServicesRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-eccf313e2224438ba53d95d039e5****
public PullServicesRequest.Builder namespace(String namespace)
The namespace.
example:public
public PullServicesRequest.Builder sourceId(Long sourceId)
public PullServicesRequest.Builder sourceType(String sourceType)
The type of the service source.
example:K8s
public PullServicesRequest build()
Copyright © 2026. All rights reserved.