@Generated(value="by gapic-generator-java") public class VideoStitcherServiceSettings extends com.google.api.gax.rpc.ClientSettings<VideoStitcherServiceSettings>
VideoStitcherServiceClient.
The default instance has everything set to sensible defaults:
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
VideoStitcherServiceSettings.Builder videoStitcherServiceSettingsBuilder =
VideoStitcherServiceSettings.newBuilder();
videoStitcherServiceSettingsBuilder
.getCdnKeySettings()
.setRetrySettings(
videoStitcherServiceSettingsBuilder
.getCdnKeySettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
VideoStitcherServiceSettings videoStitcherServiceSettings =
videoStitcherServiceSettingsBuilder.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
VideoStitcherServiceSettings.Builder
Builder for VideoStitcherServiceSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
VideoStitcherServiceSettings(VideoStitcherServiceSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
static VideoStitcherServiceSettings |
create(VideoStitcherServiceStubSettings stub) |
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.
|
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 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 VideoStitcherServiceSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static VideoStitcherServiceSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
VideoStitcherServiceSettings.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.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toStringprotected VideoStitcherServiceSettings(VideoStitcherServiceSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.UnaryCallSettings<CreateCdnKeyRequest,com.google.longrunning.Operation> createCdnKeySettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateCdnKeyRequest,CdnKey,OperationMetadata> createCdnKeyOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListCdnKeysRequest,ListCdnKeysResponse,VideoStitcherServiceClient.ListCdnKeysPagedResponse> listCdnKeysSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetCdnKeyRequest,CdnKey> getCdnKeySettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteCdnKeyRequest,com.google.longrunning.Operation> deleteCdnKeySettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteCdnKeyRequest,com.google.protobuf.Empty,OperationMetadata> deleteCdnKeyOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateCdnKeyRequest,com.google.longrunning.Operation> updateCdnKeySettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateCdnKeyRequest,CdnKey,OperationMetadata> updateCdnKeyOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateVodSessionRequest,VodSession> createVodSessionSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetVodSessionRequest,VodSession> getVodSessionSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListVodStitchDetailsRequest,ListVodStitchDetailsResponse,VideoStitcherServiceClient.ListVodStitchDetailsPagedResponse> listVodStitchDetailsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetVodStitchDetailRequest,VodStitchDetail> getVodStitchDetailSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListVodAdTagDetailsRequest,ListVodAdTagDetailsResponse,VideoStitcherServiceClient.ListVodAdTagDetailsPagedResponse> listVodAdTagDetailsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetVodAdTagDetailRequest,VodAdTagDetail> getVodAdTagDetailSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListLiveAdTagDetailsRequest,ListLiveAdTagDetailsResponse,VideoStitcherServiceClient.ListLiveAdTagDetailsPagedResponse> listLiveAdTagDetailsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetLiveAdTagDetailRequest,LiveAdTagDetail> getLiveAdTagDetailSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateSlateRequest,com.google.longrunning.Operation> createSlateSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateSlateRequest,Slate,OperationMetadata> createSlateOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListSlatesRequest,ListSlatesResponse,VideoStitcherServiceClient.ListSlatesPagedResponse> listSlatesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetSlateRequest,Slate> getSlateSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateSlateRequest,com.google.longrunning.Operation> updateSlateSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateSlateRequest,Slate,OperationMetadata> updateSlateOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteSlateRequest,com.google.longrunning.Operation> deleteSlateSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteSlateRequest,com.google.protobuf.Empty,OperationMetadata> deleteSlateOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateLiveSessionRequest,LiveSession> createLiveSessionSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetLiveSessionRequest,LiveSession> getLiveSessionSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateLiveConfigRequest,com.google.longrunning.Operation> createLiveConfigSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateLiveConfigRequest,LiveConfig,OperationMetadata> createLiveConfigOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListLiveConfigsRequest,ListLiveConfigsResponse,VideoStitcherServiceClient.ListLiveConfigsPagedResponse> listLiveConfigsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetLiveConfigRequest,LiveConfig> getLiveConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteLiveConfigRequest,com.google.longrunning.Operation> deleteLiveConfigSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteLiveConfigRequest,com.google.protobuf.Empty,OperationMetadata> deleteLiveConfigOperationSettings()
public static final VideoStitcherServiceSettings create(VideoStitcherServiceStubSettings stub) throws IOException
IOExceptionpublic static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="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()
public static VideoStitcherServiceSettings.Builder newBuilder()
public static VideoStitcherServiceSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public VideoStitcherServiceSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.ClientSettings<VideoStitcherServiceSettings>Copyright © 2023 Google LLC. All rights reserved.