Class LiveVideoAnalyticsSettings.Builder (0.2.0)

public static class LiveVideoAnalyticsSettings.Builder extends ClientSettings.Builder<LiveVideoAnalyticsSettings,LiveVideoAnalyticsSettings.Builder>

Builder for LiveVideoAnalyticsSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > LiveVideoAnalyticsSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(LiveVideoAnalyticsSettings settings)

protected Builder(LiveVideoAnalyticsSettings settings)
Parameter
Name Description
settings LiveVideoAnalyticsSettings

Builder(LiveVideoAnalyticsStubSettings.Builder stubSettings)

protected Builder(LiveVideoAnalyticsStubSettings.Builder stubSettings)
Parameter
Name Description
stubSettings LiveVideoAnalyticsStubSettings.Builder

Methods

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

public LiveVideoAnalyticsSettings.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
LiveVideoAnalyticsSettings.Builder

batchRunProcessOperationSettings()

public OperationCallSettings.Builder<BatchRunProcessRequest,BatchRunProcessResponse,OperationMetadata> batchRunProcessOperationSettings()

Returns the builder for the settings used for calls to batchRunProcess.

Returns
Type Description
Builder<BatchRunProcessRequest,BatchRunProcessResponse,OperationMetadata>

batchRunProcessSettings()

public UnaryCallSettings.Builder<BatchRunProcessRequest,Operation> batchRunProcessSettings()

Returns the builder for the settings used for calls to batchRunProcess.

Returns
Type Description
Builder<BatchRunProcessRequest,Operation>

build()

public LiveVideoAnalyticsSettings build()
Returns
Type Description
LiveVideoAnalyticsSettings
Overrides
Exceptions
Type Description
IOException

createAnalysisOperationSettings()

public OperationCallSettings.Builder<CreateAnalysisRequest,Analysis,OperationMetadata> createAnalysisOperationSettings()

Returns the builder for the settings used for calls to createAnalysis.

Returns
Type Description
Builder<CreateAnalysisRequest,Analysis,OperationMetadata>

createAnalysisSettings()

public UnaryCallSettings.Builder<CreateAnalysisRequest,Operation> createAnalysisSettings()

Returns the builder for the settings used for calls to createAnalysis.

Returns
Type Description
Builder<CreateAnalysisRequest,Operation>

createOperatorOperationSettings()

public OperationCallSettings.Builder<CreateOperatorRequest,Operator,OperationMetadata> createOperatorOperationSettings()

Returns the builder for the settings used for calls to createOperator.

Returns
Type Description
Builder<CreateOperatorRequest,Operator,OperationMetadata>

createOperatorSettings()

public UnaryCallSettings.Builder<CreateOperatorRequest,Operation> createOperatorSettings()

Returns the builder for the settings used for calls to createOperator.

Returns
Type Description
Builder<CreateOperatorRequest,Operation>

createProcessOperationSettings()

public OperationCallSettings.Builder<CreateProcessRequest,Process,OperationMetadata> createProcessOperationSettings()

Returns the builder for the settings used for calls to createProcess.

Returns
Type Description
Builder<CreateProcessRequest,Process,OperationMetadata>

createProcessSettings()

public UnaryCallSettings.Builder<CreateProcessRequest,Operation> createProcessSettings()

Returns the builder for the settings used for calls to createProcess.

Returns
Type Description
Builder<CreateProcessRequest,Operation>

deleteAnalysisOperationSettings()

public OperationCallSettings.Builder<DeleteAnalysisRequest,Empty,OperationMetadata> deleteAnalysisOperationSettings()

Returns the builder for the settings used for calls to deleteAnalysis.

Returns
Type Description
Builder<DeleteAnalysisRequest,Empty,OperationMetadata>

deleteAnalysisSettings()

public UnaryCallSettings.Builder<DeleteAnalysisRequest,Operation> deleteAnalysisSettings()

Returns the builder for the settings used for calls to deleteAnalysis.

Returns
Type Description
Builder<DeleteAnalysisRequest,Operation>

deleteOperatorOperationSettings()

public OperationCallSettings.Builder<DeleteOperatorRequest,Empty,OperationMetadata> deleteOperatorOperationSettings()

Returns the builder for the settings used for calls to deleteOperator.

Returns
Type Description
Builder<DeleteOperatorRequest,Empty,OperationMetadata>

deleteOperatorSettings()

public UnaryCallSettings.Builder<DeleteOperatorRequest,Operation> deleteOperatorSettings()

Returns the builder for the settings used for calls to deleteOperator.

Returns
Type Description
Builder<DeleteOperatorRequest,Operation>

deleteProcessOperationSettings()

public OperationCallSettings.Builder<DeleteProcessRequest,Empty,OperationMetadata> deleteProcessOperationSettings()

Returns the builder for the settings used for calls to deleteProcess.

Returns
Type Description
Builder<DeleteProcessRequest,Empty,OperationMetadata>

deleteProcessSettings()

public UnaryCallSettings.Builder<DeleteProcessRequest,Operation> deleteProcessSettings()

Returns the builder for the settings used for calls to deleteProcess.

Returns
Type Description
Builder<DeleteProcessRequest,Operation>

getAnalysisSettings()

public UnaryCallSettings.Builder<GetAnalysisRequest,Analysis> getAnalysisSettings()

Returns the builder for the settings used for calls to getAnalysis.

Returns
Type Description
Builder<GetAnalysisRequest,Analysis>

getOperatorSettings()

public UnaryCallSettings.Builder<GetOperatorRequest,Operator> getOperatorSettings()

Returns the builder for the settings used for calls to getOperator.

Returns
Type Description
Builder<GetOperatorRequest,Operator>

getProcessSettings()

public UnaryCallSettings.Builder<GetProcessRequest,Process> getProcessSettings()

Returns the builder for the settings used for calls to getProcess.

Returns
Type Description
Builder<GetProcessRequest,Process>

getStubSettingsBuilder()

public LiveVideoAnalyticsStubSettings.Builder getStubSettingsBuilder()
Returns
Type Description
LiveVideoAnalyticsStubSettings.Builder

listAnalysesSettings()

public PagedCallSettings.Builder<ListAnalysesRequest,ListAnalysesResponse,LiveVideoAnalyticsClient.ListAnalysesPagedResponse> listAnalysesSettings()

Returns the builder for the settings used for calls to listAnalyses.

Returns
Type Description
Builder<ListAnalysesRequest,ListAnalysesResponse,ListAnalysesPagedResponse>

listOperatorsSettings()

public PagedCallSettings.Builder<ListOperatorsRequest,ListOperatorsResponse,LiveVideoAnalyticsClient.ListOperatorsPagedResponse> listOperatorsSettings()

Returns the builder for the settings used for calls to listOperators.

Returns
Type Description
Builder<ListOperatorsRequest,ListOperatorsResponse,ListOperatorsPagedResponse>

listProcessesSettings()

public PagedCallSettings.Builder<ListProcessesRequest,ListProcessesResponse,LiveVideoAnalyticsClient.ListProcessesPagedResponse> listProcessesSettings()

Returns the builder for the settings used for calls to listProcesses.

Returns
Type Description
Builder<ListProcessesRequest,ListProcessesResponse,ListProcessesPagedResponse>

listPublicOperatorsSettings()

public PagedCallSettings.Builder<ListPublicOperatorsRequest,ListPublicOperatorsResponse,LiveVideoAnalyticsClient.ListPublicOperatorsPagedResponse> listPublicOperatorsSettings()

Returns the builder for the settings used for calls to listPublicOperators.

Returns
Type Description
Builder<ListPublicOperatorsRequest,ListPublicOperatorsResponse,ListPublicOperatorsPagedResponse>

resolveOperatorInfoSettings()

public UnaryCallSettings.Builder<ResolveOperatorInfoRequest,ResolveOperatorInfoResponse> resolveOperatorInfoSettings()

Returns the builder for the settings used for calls to resolveOperatorInfo.

Returns
Type Description
Builder<ResolveOperatorInfoRequest,ResolveOperatorInfoResponse>

updateAnalysisOperationSettings()

public OperationCallSettings.Builder<UpdateAnalysisRequest,Analysis,OperationMetadata> updateAnalysisOperationSettings()

Returns the builder for the settings used for calls to updateAnalysis.

Returns
Type Description
Builder<UpdateAnalysisRequest,Analysis,OperationMetadata>

updateAnalysisSettings()

public UnaryCallSettings.Builder<UpdateAnalysisRequest,Operation> updateAnalysisSettings()

Returns the builder for the settings used for calls to updateAnalysis.

Returns
Type Description
Builder<UpdateAnalysisRequest,Operation>

updateOperatorOperationSettings()

public OperationCallSettings.Builder<UpdateOperatorRequest,Operator,OperationMetadata> updateOperatorOperationSettings()

Returns the builder for the settings used for calls to updateOperator.

Returns
Type Description
Builder<UpdateOperatorRequest,Operator,OperationMetadata>

updateOperatorSettings()

public UnaryCallSettings.Builder<UpdateOperatorRequest,Operation> updateOperatorSettings()

Returns the builder for the settings used for calls to updateOperator.

Returns
Type Description
Builder<UpdateOperatorRequest,Operation>

updateProcessOperationSettings()

public OperationCallSettings.Builder<UpdateProcessRequest,Process,OperationMetadata> updateProcessOperationSettings()

Returns the builder for the settings used for calls to updateProcess.

Returns
Type Description
Builder<UpdateProcessRequest,Process,OperationMetadata>

updateProcessSettings()

public UnaryCallSettings.Builder<UpdateProcessRequest,Operation> updateProcessSettings()

Returns the builder for the settings used for calls to updateProcess.

Returns
Type Description
Builder<UpdateProcessRequest,Operation>