Class EntityTypesSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<EntityTypesSettings,EntityTypesSettings.Builder>
-
- com.google.cloud.dialogflow.v2beta1.EntityTypesSettings.Builder
-
- Enclosing class:
- EntityTypesSettings
public static class EntityTypesSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<EntityTypesSettings,EntityTypesSettings.Builder>
Builder for EntityTypesSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(EntityTypesSettings settings)
protected
Builder(EntityTypesStubSettings.Builder stubSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityTypesSettings.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,com.google.protobuf.Empty,com.google.protobuf.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,com.google.protobuf.Empty,com.google.protobuf.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,com.google.protobuf.Empty,com.google.protobuf.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,com.google.protobuf.Empty,com.google.protobuf.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,com.google.protobuf.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.EntityTypesSettings
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,com.google.protobuf.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.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationSettings()
Returns the builder for the settings used for calls to getLocation.EntityTypesStubSettings.Builder
getStubSettingsBuilder()
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.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,EntityTypesClient.ListLocationsPagedResponse>
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEntityTypeRequest,EntityType>
updateEntityTypeSettings()
Returns the builder for the settings used for calls to updateEntityType.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder() throws IOException
- Throws:
IOException
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(EntityTypesSettings settings)
-
Builder
protected Builder(EntityTypesStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public EntityTypesStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public EntityTypesSettings.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.Note: This method does not support applying settings to streaming methods.
-
listEntityTypesSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListEntityTypesRequest,ListEntityTypesResponse,EntityTypesClient.ListEntityTypesPagedResponse> listEntityTypesSettings()
Returns the builder for the settings used for calls to listEntityTypes.
-
getEntityTypeSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEntityTypeRequest,EntityType> getEntityTypeSettings()
Returns the builder for the settings used for calls to getEntityType.
-
createEntityTypeSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEntityTypeRequest,EntityType> createEntityTypeSettings()
Returns the builder for the settings used for calls to createEntityType.
-
updateEntityTypeSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEntityTypeRequest,EntityType> updateEntityTypeSettings()
Returns the builder for the settings used for calls to updateEntityType.
-
deleteEntityTypeSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteEntityTypeRequest,com.google.protobuf.Empty> deleteEntityTypeSettings()
Returns the builder for the settings used for calls to deleteEntityType.
-
batchUpdateEntityTypesSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchUpdateEntityTypesRequest,com.google.longrunning.Operation> batchUpdateEntityTypesSettings()
Returns the builder for the settings used for calls to batchUpdateEntityTypes.
-
batchUpdateEntityTypesOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<BatchUpdateEntityTypesRequest,BatchUpdateEntityTypesResponse,com.google.protobuf.Struct> batchUpdateEntityTypesOperationSettings()
Returns the builder for the settings used for calls to batchUpdateEntityTypes.
-
batchDeleteEntityTypesSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteEntityTypesRequest,com.google.longrunning.Operation> batchDeleteEntityTypesSettings()
Returns the builder for the settings used for calls to batchDeleteEntityTypes.
-
batchDeleteEntityTypesOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<BatchDeleteEntityTypesRequest,com.google.protobuf.Empty,com.google.protobuf.Struct> batchDeleteEntityTypesOperationSettings()
Returns the builder for the settings used for calls to batchDeleteEntityTypes.
-
batchCreateEntitiesSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCreateEntitiesRequest,com.google.longrunning.Operation> batchCreateEntitiesSettings()
Returns the builder for the settings used for calls to batchCreateEntities.
-
batchCreateEntitiesOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<BatchCreateEntitiesRequest,com.google.protobuf.Empty,com.google.protobuf.Struct> batchCreateEntitiesOperationSettings()
Returns the builder for the settings used for calls to batchCreateEntities.
-
batchUpdateEntitiesSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchUpdateEntitiesRequest,com.google.longrunning.Operation> batchUpdateEntitiesSettings()
Returns the builder for the settings used for calls to batchUpdateEntities.
-
batchUpdateEntitiesOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<BatchUpdateEntitiesRequest,com.google.protobuf.Empty,com.google.protobuf.Struct> batchUpdateEntitiesOperationSettings()
Returns the builder for the settings used for calls to batchUpdateEntities.
-
batchDeleteEntitiesSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteEntitiesRequest,com.google.longrunning.Operation> batchDeleteEntitiesSettings()
Returns the builder for the settings used for calls to batchDeleteEntities.
-
batchDeleteEntitiesOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<BatchDeleteEntitiesRequest,com.google.protobuf.Empty,com.google.protobuf.Struct> batchDeleteEntitiesOperationSettings()
Returns the builder for the settings used for calls to batchDeleteEntities.
-
listLocationsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,EntityTypesClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
-
getLocationSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
-
build
public EntityTypesSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<EntityTypesSettings,EntityTypesSettings.Builder>
- Throws:
IOException
-
-