Class VideoIntelligenceServiceSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<VideoIntelligenceServiceSettings,VideoIntelligenceServiceSettings.Builder>
-
- com.google.cloud.videointelligence.v1p2beta1.VideoIntelligenceServiceSettings.Builder
-
- Enclosing class:
- VideoIntelligenceServiceSettings
public static class VideoIntelligenceServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<VideoIntelligenceServiceSettings,VideoIntelligenceServiceSettings.Builder>
Builder for VideoIntelligenceServiceSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()protectedBuilder(com.google.api.gax.rpc.ClientContext clientContext)protectedBuilder(VideoIntelligenceServiceStubSettings.Builder stubSettings)protectedBuilder(VideoIntelligenceServiceSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.OperationCallSettings.Builder<AnnotateVideoRequest,AnnotateVideoResponse,AnnotateVideoProgress>annotateVideoOperationSettings()Returns the builder for the settings used for calls to annotateVideo.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnnotateVideoRequest,com.google.longrunning.Operation>annotateVideoSettings()Returns the builder for the settings used for calls to annotateVideo.VideoIntelligenceServiceSettings.BuilderapplyToAllUnaryMethods(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.VideoIntelligenceServiceSettingsbuild()VideoIntelligenceServiceStubSettings.BuildergetStubSettingsBuilder()-
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(VideoIntelligenceServiceSettings settings)
-
Builder
protected Builder(VideoIntelligenceServiceStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public VideoIntelligenceServiceStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public VideoIntelligenceServiceSettings.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.
-
annotateVideoSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<AnnotateVideoRequest,com.google.longrunning.Operation> annotateVideoSettings()
Returns the builder for the settings used for calls to annotateVideo.
-
annotateVideoOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<AnnotateVideoRequest,AnnotateVideoResponse,AnnotateVideoProgress> annotateVideoOperationSettings()
Returns the builder for the settings used for calls to annotateVideo.
-
build
public VideoIntelligenceServiceSettings build() throws IOException
- Specified by:
buildin classcom.google.api.gax.rpc.ClientSettings.Builder<VideoIntelligenceServiceSettings,VideoIntelligenceServiceSettings.Builder>- Throws:
IOException
-
-