public static class EntityTypesStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<EntityTypesStubSettings,EntityTypesStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(EntityTypesStubSettings settings) |
Modifier and Type | Method and Description |
---|---|
EntityTypesStubSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<BatchCreateEntitiesRequest,Empty,Struct> |
batchCreateEntitiesOperationSettings()
Returns the builder for the settings used for calls to batchCreateEntities.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCreateEntitiesRequest,com.google.longrunning.Operation> |
batchCreateEntitiesSettings()
Returns the builder for the settings used for calls to batchCreateEntities.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<BatchDeleteEntitiesRequest,Empty,Struct> |
batchDeleteEntitiesOperationSettings()
Returns the builder for the settings used for calls to batchDeleteEntities.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteEntitiesRequest,com.google.longrunning.Operation> |
batchDeleteEntitiesSettings()
Returns the builder for the settings used for calls to batchDeleteEntities.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<BatchDeleteEntityTypesRequest,Empty,Struct> |
batchDeleteEntityTypesOperationSettings()
Returns the builder for the settings used for calls to batchDeleteEntityTypes.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteEntityTypesRequest,com.google.longrunning.Operation> |
batchDeleteEntityTypesSettings()
Returns the builder for the settings used for calls to batchDeleteEntityTypes.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<BatchUpdateEntitiesRequest,Empty,Struct> |
batchUpdateEntitiesOperationSettings()
Returns the builder for the settings used for calls to batchUpdateEntities.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchUpdateEntitiesRequest,com.google.longrunning.Operation> |
batchUpdateEntitiesSettings()
Returns the builder for the settings used for calls to batchUpdateEntities.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<BatchUpdateEntityTypesRequest,BatchUpdateEntityTypesResponse,Struct> |
batchUpdateEntityTypesOperationSettings()
Returns the builder for the settings used for calls to batchUpdateEntityTypes.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchUpdateEntityTypesRequest,com.google.longrunning.Operation> |
batchUpdateEntityTypesSettings()
Returns the builder for the settings used for calls to batchUpdateEntityTypes.
|
EntityTypesStubSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEntityTypeRequest,EntityType> |
createEntityTypeSettings()
Returns the builder for the settings used for calls to createEntityType.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteEntityTypeRequest,Empty> |
deleteEntityTypeSettings()
Returns the builder for the settings used for calls to deleteEntityType.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEntityTypeRequest,EntityType> |
getEntityTypeSettings()
Returns the builder for the settings used for calls to getEntityType.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListEntityTypesRequest,ListEntityTypesResponse,EntityTypesClient.ListEntityTypesPagedResponse> |
listEntityTypesSettings()
Returns the builder for the settings used for calls to listEntityTypes.
|
com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEntityTypeRequest,EntityType> |
updateEntityTypeSettings()
Returns the builder for the settings used for calls to updateEntityType.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(EntityTypesStubSettings settings)
public EntityTypesStubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListEntityTypesRequest,ListEntityTypesResponse,EntityTypesClient.ListEntityTypesPagedResponse> listEntityTypesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEntityTypeRequest,EntityType> getEntityTypeSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEntityTypeRequest,EntityType> createEntityTypeSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEntityTypeRequest,EntityType> updateEntityTypeSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteEntityTypeRequest,Empty> deleteEntityTypeSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchUpdateEntityTypesRequest,com.google.longrunning.Operation> batchUpdateEntityTypesSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<BatchUpdateEntityTypesRequest,BatchUpdateEntityTypesResponse,Struct> batchUpdateEntityTypesOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteEntityTypesRequest,com.google.longrunning.Operation> batchDeleteEntityTypesSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<BatchDeleteEntityTypesRequest,Empty,Struct> batchDeleteEntityTypesOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCreateEntitiesRequest,com.google.longrunning.Operation> batchCreateEntitiesSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<BatchCreateEntitiesRequest,Empty,Struct> batchCreateEntitiesOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchUpdateEntitiesRequest,com.google.longrunning.Operation> batchUpdateEntitiesSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<BatchUpdateEntitiesRequest,Empty,Struct> batchUpdateEntitiesOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteEntitiesRequest,com.google.longrunning.Operation> batchDeleteEntitiesSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<BatchDeleteEntitiesRequest,Empty,Struct> batchDeleteEntitiesOperationSettings()
public EntityTypesStubSettings build() throws IOException
build
in class com.google.api.gax.rpc.StubSettings.Builder<EntityTypesStubSettings,EntityTypesStubSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.