public static class EntityTypesStubSettings.Builder extends StubSettings.Builder<EntityTypesStubSettings,EntityTypesStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(EntityTypesStubSettings settings) |
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(ClientContext clientContext)
protected Builder(EntityTypesStubSettings settings)
public EntityTypesStubSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public PagedCallSettings.Builder<ListEntityTypesRequest,ListEntityTypesResponse,EntityTypesClient.ListEntityTypesPagedResponse> listEntityTypesSettings()
public UnaryCallSettings.Builder<GetEntityTypeRequest,EntityType> getEntityTypeSettings()
public UnaryCallSettings.Builder<CreateEntityTypeRequest,EntityType> createEntityTypeSettings()
public UnaryCallSettings.Builder<UpdateEntityTypeRequest,EntityType> updateEntityTypeSettings()
public UnaryCallSettings.Builder<DeleteEntityTypeRequest,Empty> deleteEntityTypeSettings()
public UnaryCallSettings.Builder<BatchUpdateEntityTypesRequest,Operation> batchUpdateEntityTypesSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder<BatchUpdateEntityTypesRequest,BatchUpdateEntityTypesResponse,Struct> batchUpdateEntityTypesOperationSettings()
public UnaryCallSettings.Builder<BatchDeleteEntityTypesRequest,Operation> batchDeleteEntityTypesSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder<BatchDeleteEntityTypesRequest,Empty,Struct> batchDeleteEntityTypesOperationSettings()
public UnaryCallSettings.Builder<BatchCreateEntitiesRequest,Operation> batchCreateEntitiesSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder<BatchCreateEntitiesRequest,Empty,Struct> batchCreateEntitiesOperationSettings()
public UnaryCallSettings.Builder<BatchUpdateEntitiesRequest,Operation> batchUpdateEntitiesSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder<BatchUpdateEntitiesRequest,Empty,Struct> batchUpdateEntitiesOperationSettings()
public UnaryCallSettings.Builder<BatchDeleteEntitiesRequest,Operation> batchDeleteEntitiesSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder<BatchDeleteEntitiesRequest,Empty,Struct> batchDeleteEntitiesOperationSettings()
public EntityTypesStubSettings build() throws IOException
build
in class StubSettings.Builder<EntityTypesStubSettings,EntityTypesStubSettings.Builder>
IOException
Copyright © 2021 Google LLC. All rights reserved.