Class GapicServiceConfig
java.lang.Object
com.google.api.generator.gapic.model.GapicServiceConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final List<com.google.rpc.Code>static final MethodConfig.RetryPolicystatic final com.google.protobuf.Duration -
Method Summary
Modifier and TypeMethodDescriptionstatic GapicServiceConfigcreate(Optional<ServiceConfig> serviceConfigOpt) getAllGapicRetrySettings(Service service) getAllRetryCodes(Service service) getBatchingSetting(Service service, Method method) getLroRetrySetting(Service service, Method method) getRetryCodeName(Service service, Method method) getRetryParamsName(Service service, Method method) booleanhasBatchingSetting(Service service, Method method) booleanhasBatchingSetting(String protoPakkage, String serviceName, String methodName) booleanhasLroRetrySetting(Service service, Method method) voidsetBatchingSettings(Optional<List<GapicBatchingSettings>> batchingSettingsOpt) voidsetLanguageSettings(Optional<GapicLanguageSettings> languageSettingsOpt) voidsetLroRetrySettings(Optional<List<GapicLroRetrySettings>> lroRetrySettingsOpt)
-
Field Details
-
EMPTY_RETRY_POLICY
-
EMPTY_TIMEOUT
public static final com.google.protobuf.Duration EMPTY_TIMEOUT -
EMPTY_RETRY_CODES
-
-
Method Details
-
create
-
setLroRetrySettings
-
setBatchingSettings
-
setLanguageSettings
-
getLanguageSettingsOpt
-
getAllGapicRetrySettings
-
getAllRetryCodes
-
getRetryCodeName
-
getRetryParamsName
-
hasLroRetrySetting
-
hasBatchingSetting
-
hasBatchingSetting
-
getLroRetrySetting
-
getBatchingSetting
-