Class VideoStitcherServiceStubSettings
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings<VideoStitcherServiceStubSettings>
-
- com.google.cloud.video.stitcher.v1.stub.VideoStitcherServiceStubSettings
-
@Generated("by gapic-generator-java") public class VideoStitcherServiceStubSettings extends com.google.api.gax.rpc.StubSettings<VideoStitcherServiceStubSettings>
Settings class to configure an instance ofVideoStitcherServiceStub
.The default instance has everything set to sensible defaults:
- The default service address (videostitcher.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of getCdnKey to 30 seconds:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library VideoStitcherServiceStubSettings.Builder videoStitcherServiceSettingsBuilder = VideoStitcherServiceStubSettings.newBuilder(); videoStitcherServiceSettingsBuilder .getCdnKeySettings() .setRetrySettings( videoStitcherServiceSettingsBuilder .getCdnKeySettings() .getRetrySettings() .toBuilder() .setTotalTimeout(Duration.ofSeconds(30)) .build()); VideoStitcherServiceStubSettings videoStitcherServiceSettings = videoStitcherServiceSettingsBuilder.build();
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VideoStitcherServiceStubSettings.Builder
Builder for VideoStitcherServiceStubSettings.
-
Constructor Summary
Constructors Modifier Constructor Description protected
VideoStitcherServiceStubSettings(VideoStitcherServiceStubSettings.Builder settingsBuilder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.OperationCallSettings<CreateCdnKeyRequest,CdnKey,OperationMetadata>
createCdnKeyOperationSettings()
Returns the object with the settings used for calls to createCdnKey.com.google.api.gax.rpc.UnaryCallSettings<CreateCdnKeyRequest,com.google.longrunning.Operation>
createCdnKeySettings()
Returns the object with the settings used for calls to createCdnKey.com.google.api.gax.rpc.OperationCallSettings<CreateLiveConfigRequest,LiveConfig,OperationMetadata>
createLiveConfigOperationSettings()
Returns the object with the settings used for calls to createLiveConfig.com.google.api.gax.rpc.UnaryCallSettings<CreateLiveConfigRequest,com.google.longrunning.Operation>
createLiveConfigSettings()
Returns the object with the settings used for calls to createLiveConfig.com.google.api.gax.rpc.UnaryCallSettings<CreateLiveSessionRequest,LiveSession>
createLiveSessionSettings()
Returns the object with the settings used for calls to createLiveSession.com.google.api.gax.rpc.OperationCallSettings<CreateSlateRequest,Slate,OperationMetadata>
createSlateOperationSettings()
Returns the object with the settings used for calls to createSlate.com.google.api.gax.rpc.UnaryCallSettings<CreateSlateRequest,com.google.longrunning.Operation>
createSlateSettings()
Returns the object with the settings used for calls to createSlate.VideoStitcherServiceStub
createStub()
com.google.api.gax.rpc.UnaryCallSettings<CreateVodSessionRequest,VodSession>
createVodSessionSettings()
Returns the object with the settings used for calls to createVodSession.static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder
defaultApiClientHeaderProviderBuilder()
static com.google.api.gax.core.GoogleCredentialsProvider.Builder
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.static com.google.api.gax.core.InstantiatingExecutorProvider.Builder
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder
defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.static com.google.api.gax.rpc.TransportChannelProvider
defaultTransportChannelProvider()
com.google.api.gax.rpc.OperationCallSettings<DeleteCdnKeyRequest,com.google.protobuf.Empty,OperationMetadata>
deleteCdnKeyOperationSettings()
Returns the object with the settings used for calls to deleteCdnKey.com.google.api.gax.rpc.UnaryCallSettings<DeleteCdnKeyRequest,com.google.longrunning.Operation>
deleteCdnKeySettings()
Returns the object with the settings used for calls to deleteCdnKey.com.google.api.gax.rpc.OperationCallSettings<DeleteLiveConfigRequest,com.google.protobuf.Empty,OperationMetadata>
deleteLiveConfigOperationSettings()
Returns the object with the settings used for calls to deleteLiveConfig.com.google.api.gax.rpc.UnaryCallSettings<DeleteLiveConfigRequest,com.google.longrunning.Operation>
deleteLiveConfigSettings()
Returns the object with the settings used for calls to deleteLiveConfig.com.google.api.gax.rpc.OperationCallSettings<DeleteSlateRequest,com.google.protobuf.Empty,OperationMetadata>
deleteSlateOperationSettings()
Returns the object with the settings used for calls to deleteSlate.com.google.api.gax.rpc.UnaryCallSettings<DeleteSlateRequest,com.google.longrunning.Operation>
deleteSlateSettings()
Returns the object with the settings used for calls to deleteSlate.com.google.api.gax.rpc.UnaryCallSettings<GetCdnKeyRequest,CdnKey>
getCdnKeySettings()
Returns the object with the settings used for calls to getCdnKey.static String
getDefaultEndpoint()
Returns the default service endpoint.static String
getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.static List<String>
getDefaultServiceScopes()
Returns the default service scopes.com.google.api.gax.rpc.UnaryCallSettings<GetLiveAdTagDetailRequest,LiveAdTagDetail>
getLiveAdTagDetailSettings()
Returns the object with the settings used for calls to getLiveAdTagDetail.com.google.api.gax.rpc.UnaryCallSettings<GetLiveConfigRequest,LiveConfig>
getLiveConfigSettings()
Returns the object with the settings used for calls to getLiveConfig.com.google.api.gax.rpc.UnaryCallSettings<GetLiveSessionRequest,LiveSession>
getLiveSessionSettings()
Returns the object with the settings used for calls to getLiveSession.com.google.api.gax.rpc.UnaryCallSettings<GetSlateRequest,Slate>
getSlateSettings()
Returns the object with the settings used for calls to getSlate.com.google.api.gax.rpc.UnaryCallSettings<GetVodAdTagDetailRequest,VodAdTagDetail>
getVodAdTagDetailSettings()
Returns the object with the settings used for calls to getVodAdTagDetail.com.google.api.gax.rpc.UnaryCallSettings<GetVodSessionRequest,VodSession>
getVodSessionSettings()
Returns the object with the settings used for calls to getVodSession.com.google.api.gax.rpc.UnaryCallSettings<GetVodStitchDetailRequest,VodStitchDetail>
getVodStitchDetailSettings()
Returns the object with the settings used for calls to getVodStitchDetail.com.google.api.gax.rpc.PagedCallSettings<ListCdnKeysRequest,ListCdnKeysResponse,VideoStitcherServiceClient.ListCdnKeysPagedResponse>
listCdnKeysSettings()
Returns the object with the settings used for calls to listCdnKeys.com.google.api.gax.rpc.PagedCallSettings<ListLiveAdTagDetailsRequest,ListLiveAdTagDetailsResponse,VideoStitcherServiceClient.ListLiveAdTagDetailsPagedResponse>
listLiveAdTagDetailsSettings()
Returns the object with the settings used for calls to listLiveAdTagDetails.com.google.api.gax.rpc.PagedCallSettings<ListLiveConfigsRequest,ListLiveConfigsResponse,VideoStitcherServiceClient.ListLiveConfigsPagedResponse>
listLiveConfigsSettings()
Returns the object with the settings used for calls to listLiveConfigs.com.google.api.gax.rpc.PagedCallSettings<ListSlatesRequest,ListSlatesResponse,VideoStitcherServiceClient.ListSlatesPagedResponse>
listSlatesSettings()
Returns the object with the settings used for calls to listSlates.com.google.api.gax.rpc.PagedCallSettings<ListVodAdTagDetailsRequest,ListVodAdTagDetailsResponse,VideoStitcherServiceClient.ListVodAdTagDetailsPagedResponse>
listVodAdTagDetailsSettings()
Returns the object with the settings used for calls to listVodAdTagDetails.com.google.api.gax.rpc.PagedCallSettings<ListVodStitchDetailsRequest,ListVodStitchDetailsResponse,VideoStitcherServiceClient.ListVodStitchDetailsPagedResponse>
listVodStitchDetailsSettings()
Returns the object with the settings used for calls to listVodStitchDetails.static VideoStitcherServiceStubSettings.Builder
newBuilder()
Returns a new builder for this class.static VideoStitcherServiceStubSettings.Builder
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.VideoStitcherServiceStubSettings.Builder
toBuilder()
Returns a builder containing all the values of this settings class.com.google.api.gax.rpc.OperationCallSettings<UpdateCdnKeyRequest,CdnKey,OperationMetadata>
updateCdnKeyOperationSettings()
Returns the object with the settings used for calls to updateCdnKey.com.google.api.gax.rpc.UnaryCallSettings<UpdateCdnKeyRequest,com.google.longrunning.Operation>
updateCdnKeySettings()
Returns the object with the settings used for calls to updateCdnKey.com.google.api.gax.rpc.OperationCallSettings<UpdateSlateRequest,Slate,OperationMetadata>
updateSlateOperationSettings()
Returns the object with the settings used for calls to updateSlate.com.google.api.gax.rpc.UnaryCallSettings<UpdateSlateRequest,com.google.longrunning.Operation>
updateSlateSettings()
Returns the object with the settings used for calls to updateSlate.-
Methods inherited from class com.google.api.gax.rpc.StubSettings
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, toString
-
-
-
-
Constructor Detail
-
VideoStitcherServiceStubSettings
protected VideoStitcherServiceStubSettings(VideoStitcherServiceStubSettings.Builder settingsBuilder) throws IOException
- Throws:
IOException
-
-
Method Detail
-
createCdnKeySettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateCdnKeyRequest,com.google.longrunning.Operation> createCdnKeySettings()
Returns the object with the settings used for calls to createCdnKey.
-
createCdnKeyOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateCdnKeyRequest,CdnKey,OperationMetadata> createCdnKeyOperationSettings()
Returns the object with the settings used for calls to createCdnKey.
-
listCdnKeysSettings
public com.google.api.gax.rpc.PagedCallSettings<ListCdnKeysRequest,ListCdnKeysResponse,VideoStitcherServiceClient.ListCdnKeysPagedResponse> listCdnKeysSettings()
Returns the object with the settings used for calls to listCdnKeys.
-
getCdnKeySettings
public com.google.api.gax.rpc.UnaryCallSettings<GetCdnKeyRequest,CdnKey> getCdnKeySettings()
Returns the object with the settings used for calls to getCdnKey.
-
deleteCdnKeySettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteCdnKeyRequest,com.google.longrunning.Operation> deleteCdnKeySettings()
Returns the object with the settings used for calls to deleteCdnKey.
-
deleteCdnKeyOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteCdnKeyRequest,com.google.protobuf.Empty,OperationMetadata> deleteCdnKeyOperationSettings()
Returns the object with the settings used for calls to deleteCdnKey.
-
updateCdnKeySettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateCdnKeyRequest,com.google.longrunning.Operation> updateCdnKeySettings()
Returns the object with the settings used for calls to updateCdnKey.
-
updateCdnKeyOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateCdnKeyRequest,CdnKey,OperationMetadata> updateCdnKeyOperationSettings()
Returns the object with the settings used for calls to updateCdnKey.
-
createVodSessionSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateVodSessionRequest,VodSession> createVodSessionSettings()
Returns the object with the settings used for calls to createVodSession.
-
getVodSessionSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetVodSessionRequest,VodSession> getVodSessionSettings()
Returns the object with the settings used for calls to getVodSession.
-
listVodStitchDetailsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListVodStitchDetailsRequest,ListVodStitchDetailsResponse,VideoStitcherServiceClient.ListVodStitchDetailsPagedResponse> listVodStitchDetailsSettings()
Returns the object with the settings used for calls to listVodStitchDetails.
-
getVodStitchDetailSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetVodStitchDetailRequest,VodStitchDetail> getVodStitchDetailSettings()
Returns the object with the settings used for calls to getVodStitchDetail.
-
listVodAdTagDetailsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListVodAdTagDetailsRequest,ListVodAdTagDetailsResponse,VideoStitcherServiceClient.ListVodAdTagDetailsPagedResponse> listVodAdTagDetailsSettings()
Returns the object with the settings used for calls to listVodAdTagDetails.
-
getVodAdTagDetailSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetVodAdTagDetailRequest,VodAdTagDetail> getVodAdTagDetailSettings()
Returns the object with the settings used for calls to getVodAdTagDetail.
-
listLiveAdTagDetailsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListLiveAdTagDetailsRequest,ListLiveAdTagDetailsResponse,VideoStitcherServiceClient.ListLiveAdTagDetailsPagedResponse> listLiveAdTagDetailsSettings()
Returns the object with the settings used for calls to listLiveAdTagDetails.
-
getLiveAdTagDetailSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetLiveAdTagDetailRequest,LiveAdTagDetail> getLiveAdTagDetailSettings()
Returns the object with the settings used for calls to getLiveAdTagDetail.
-
createSlateSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateSlateRequest,com.google.longrunning.Operation> createSlateSettings()
Returns the object with the settings used for calls to createSlate.
-
createSlateOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateSlateRequest,Slate,OperationMetadata> createSlateOperationSettings()
Returns the object with the settings used for calls to createSlate.
-
listSlatesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListSlatesRequest,ListSlatesResponse,VideoStitcherServiceClient.ListSlatesPagedResponse> listSlatesSettings()
Returns the object with the settings used for calls to listSlates.
-
getSlateSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetSlateRequest,Slate> getSlateSettings()
Returns the object with the settings used for calls to getSlate.
-
updateSlateSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateSlateRequest,com.google.longrunning.Operation> updateSlateSettings()
Returns the object with the settings used for calls to updateSlate.
-
updateSlateOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateSlateRequest,Slate,OperationMetadata> updateSlateOperationSettings()
Returns the object with the settings used for calls to updateSlate.
-
deleteSlateSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteSlateRequest,com.google.longrunning.Operation> deleteSlateSettings()
Returns the object with the settings used for calls to deleteSlate.
-
deleteSlateOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteSlateRequest,com.google.protobuf.Empty,OperationMetadata> deleteSlateOperationSettings()
Returns the object with the settings used for calls to deleteSlate.
-
createLiveSessionSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateLiveSessionRequest,LiveSession> createLiveSessionSettings()
Returns the object with the settings used for calls to createLiveSession.
-
getLiveSessionSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetLiveSessionRequest,LiveSession> getLiveSessionSettings()
Returns the object with the settings used for calls to getLiveSession.
-
createLiveConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateLiveConfigRequest,com.google.longrunning.Operation> createLiveConfigSettings()
Returns the object with the settings used for calls to createLiveConfig.
-
createLiveConfigOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateLiveConfigRequest,LiveConfig,OperationMetadata> createLiveConfigOperationSettings()
Returns the object with the settings used for calls to createLiveConfig.
-
listLiveConfigsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListLiveConfigsRequest,ListLiveConfigsResponse,VideoStitcherServiceClient.ListLiveConfigsPagedResponse> listLiveConfigsSettings()
Returns the object with the settings used for calls to listLiveConfigs.
-
getLiveConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetLiveConfigRequest,LiveConfig> getLiveConfigSettings()
Returns the object with the settings used for calls to getLiveConfig.
-
deleteLiveConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteLiveConfigRequest,com.google.longrunning.Operation> deleteLiveConfigSettings()
Returns the object with the settings used for calls to deleteLiveConfig.
-
deleteLiveConfigOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteLiveConfigRequest,com.google.protobuf.Empty,OperationMetadata> deleteLiveConfigOperationSettings()
Returns the object with the settings used for calls to deleteLiveConfig.
-
createStub
public VideoStitcherServiceStub createStub() throws IOException
- Throws:
IOException
-
defaultExecutorProviderBuilder
public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
-
getDefaultEndpoint
public static String getDefaultEndpoint()
Returns the default service endpoint.
-
getDefaultMtlsEndpoint
public static String getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
-
getDefaultServiceScopes
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
-
defaultCredentialsProviderBuilder
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
-
defaultGrpcTransportProviderBuilder
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
-
defaultTransportChannelProvider
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
-
defaultApiClientHeaderProviderBuilder
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
-
newBuilder
public static VideoStitcherServiceStubSettings.Builder newBuilder()
Returns a new builder for this class.
-
newBuilder
public static VideoStitcherServiceStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
-
toBuilder
public VideoStitcherServiceStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.- Specified by:
toBuilder
in classcom.google.api.gax.rpc.StubSettings<VideoStitcherServiceStubSettings>
-
-