- 0.49.0 (latest)
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.2
public static class ApiKeysSettings.Builder extends ClientSettings.Builder<ApiKeysSettings,ApiKeysSettings.Builder>
Builder for ApiKeysSettings.
Constructors
Builder()
protected Builder()
Builder(ApiKeysSettings settings)
protected Builder(ApiKeysSettings settings)
Parameter | |
---|---|
Name | Description |
settings |
ApiKeysSettings |
Builder(ApiKeysStubSettings.Builder stubSettings)
protected Builder(ApiKeysStubSettings.Builder stubSettings)
Parameter | |
---|---|
Name | Description |
stubSettings |
ApiKeysStubSettings.Builder |
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext |
ClientContext |
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public ApiKeysSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
Parameter | |
---|---|
Name | Description |
settingsUpdater |
ApiFunction<Builder<?,?>,java.lang.Void> |
Returns | |
---|---|
Type | Description |
ApiKeysSettings.Builder |
build()
public ApiKeysSettings build()
Returns | |
---|---|
Type | Description |
ApiKeysSettings |
Exceptions | |
---|---|
Type | Description |
IOException |
createKeyOperationSettings()
public OperationCallSettings.Builder<CreateKeyRequest,Key,Empty> createKeyOperationSettings()
Returns the builder for the settings used for calls to createKey.
Returns | |
---|---|
Type | Description |
Builder<CreateKeyRequest,Key,Empty> |
createKeySettings()
public UnaryCallSettings.Builder<CreateKeyRequest,Operation> createKeySettings()
Returns the builder for the settings used for calls to createKey.
Returns | |
---|---|
Type | Description |
Builder<CreateKeyRequest,Operation> |
deleteKeyOperationSettings()
public OperationCallSettings.Builder<DeleteKeyRequest,Key,Empty> deleteKeyOperationSettings()
Returns the builder for the settings used for calls to deleteKey.
Returns | |
---|---|
Type | Description |
Builder<DeleteKeyRequest,Key,Empty> |
deleteKeySettings()
public UnaryCallSettings.Builder<DeleteKeyRequest,Operation> deleteKeySettings()
Returns the builder for the settings used for calls to deleteKey.
Returns | |
---|---|
Type | Description |
Builder<DeleteKeyRequest,Operation> |
getKeySettings()
public UnaryCallSettings.Builder<GetKeyRequest,Key> getKeySettings()
Returns the builder for the settings used for calls to getKey.
Returns | |
---|---|
Type | Description |
Builder<GetKeyRequest,Key> |
getKeyStringSettings()
public UnaryCallSettings.Builder<GetKeyStringRequest,GetKeyStringResponse> getKeyStringSettings()
Returns the builder for the settings used for calls to getKeyString.
Returns | |
---|---|
Type | Description |
Builder<GetKeyStringRequest,GetKeyStringResponse> |
getStubSettingsBuilder()
public ApiKeysStubSettings.Builder getStubSettingsBuilder()
Returns | |
---|---|
Type | Description |
ApiKeysStubSettings.Builder |
listKeysSettings()
public PagedCallSettings.Builder<ListKeysRequest,ListKeysResponse,ApiKeysClient.ListKeysPagedResponse> listKeysSettings()
Returns the builder for the settings used for calls to listKeys.
Returns | |
---|---|
Type | Description |
Builder<ListKeysRequest,ListKeysResponse,ListKeysPagedResponse> |
lookupKeySettings()
public UnaryCallSettings.Builder<LookupKeyRequest,LookupKeyResponse> lookupKeySettings()
Returns the builder for the settings used for calls to lookupKey.
Returns | |
---|---|
Type | Description |
Builder<LookupKeyRequest,LookupKeyResponse> |
undeleteKeyOperationSettings()
public OperationCallSettings.Builder<UndeleteKeyRequest,Key,Empty> undeleteKeyOperationSettings()
Returns the builder for the settings used for calls to undeleteKey.
Returns | |
---|---|
Type | Description |
Builder<UndeleteKeyRequest,Key,Empty> |
undeleteKeySettings()
public UnaryCallSettings.Builder<UndeleteKeyRequest,Operation> undeleteKeySettings()
Returns the builder for the settings used for calls to undeleteKey.
Returns | |
---|---|
Type | Description |
Builder<UndeleteKeyRequest,Operation> |
updateKeyOperationSettings()
public OperationCallSettings.Builder<UpdateKeyRequest,Key,Empty> updateKeyOperationSettings()
Returns the builder for the settings used for calls to updateKey.
Returns | |
---|---|
Type | Description |
Builder<UpdateKeyRequest,Key,Empty> |
updateKeySettings()
public UnaryCallSettings.Builder<UpdateKeyRequest,Operation> updateKeySettings()
Returns the builder for the settings used for calls to updateKey.
Returns | |
---|---|
Type | Description |
Builder<UpdateKeyRequest,Operation> |