public static class OsConfigServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<OsConfigServiceSettings,OsConfigServiceSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(OsConfigServiceSettings settings) |
protected |
Builder(OsConfigServiceStubSettings.Builder stubSettings) |
| Modifier and Type | Method and Description |
|---|---|
OsConfigServiceSettings.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.
|
OsConfigServiceSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchJobs.CancelPatchJobRequest,PatchJobs.PatchJob> |
cancelPatchJobSettings()
Returns the builder for the settings used for calls to cancelPatchJob.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GuestPolicies.CreateGuestPolicyRequest,GuestPolicies.GuestPolicy> |
createGuestPolicySettings()
Returns the builder for the settings used for calls to createGuestPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchDeployments.CreatePatchDeploymentRequest,PatchDeployments.PatchDeployment> |
createPatchDeploymentSettings()
Returns the builder for the settings used for calls to createPatchDeployment.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GuestPolicies.DeleteGuestPolicyRequest,com.google.protobuf.Empty> |
deleteGuestPolicySettings()
Returns the builder for the settings used for calls to deleteGuestPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchDeployments.DeletePatchDeploymentRequest,com.google.protobuf.Empty> |
deletePatchDeploymentSettings()
Returns the builder for the settings used for calls to deletePatchDeployment.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchJobs.ExecutePatchJobRequest,PatchJobs.PatchJob> |
executePatchJobSettings()
Returns the builder for the settings used for calls to executePatchJob.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GuestPolicies.GetGuestPolicyRequest,GuestPolicies.GuestPolicy> |
getGuestPolicySettings()
Returns the builder for the settings used for calls to getGuestPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchDeployments.GetPatchDeploymentRequest,PatchDeployments.PatchDeployment> |
getPatchDeploymentSettings()
Returns the builder for the settings used for calls to getPatchDeployment.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchJobs.GetPatchJobRequest,PatchJobs.PatchJob> |
getPatchJobSettings()
Returns the builder for the settings used for calls to getPatchJob.
|
OsConfigServiceStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.PagedCallSettings.Builder<GuestPolicies.ListGuestPoliciesRequest,GuestPolicies.ListGuestPoliciesResponse,OsConfigServiceClient.ListGuestPoliciesPagedResponse> |
listGuestPoliciesSettings()
Returns the builder for the settings used for calls to listGuestPolicies.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,OsConfigServiceClient.ListPatchDeploymentsPagedResponse> |
listPatchDeploymentsSettings()
Returns the builder for the settings used for calls to listPatchDeployments.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<PatchJobs.ListPatchJobInstanceDetailsRequest,PatchJobs.ListPatchJobInstanceDetailsResponse,OsConfigServiceClient.ListPatchJobInstanceDetailsPagedResponse> |
listPatchJobInstanceDetailsSettings()
Returns the builder for the settings used for calls to listPatchJobInstanceDetails.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,OsConfigServiceClient.ListPatchJobsPagedResponse> |
listPatchJobsSettings()
Returns the builder for the settings used for calls to listPatchJobs.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GuestPolicies.LookupEffectiveGuestPolicyRequest,GuestPolicies.EffectiveGuestPolicy> |
lookupEffectiveGuestPolicySettings()
Returns the builder for the settings used for calls to lookupEffectiveGuestPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchDeployments.PausePatchDeploymentRequest,PatchDeployments.PatchDeployment> |
pausePatchDeploymentSettings()
Returns the builder for the settings used for calls to pausePatchDeployment.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchDeployments.ResumePatchDeploymentRequest,PatchDeployments.PatchDeployment> |
resumePatchDeploymentSettings()
Returns the builder for the settings used for calls to resumePatchDeployment.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GuestPolicies.UpdateGuestPolicyRequest,GuestPolicies.GuestPolicy> |
updateGuestPolicySettings()
Returns the builder for the settings used for calls to updateGuestPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchDeployments.UpdatePatchDeploymentRequest,PatchDeployments.PatchDeployment> |
updatePatchDeploymentSettings()
Returns the builder for the settings used for calls to updatePatchDeployment.
|
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, setUniverseDomain, setWatchdogCheckInterval, setWatchdogProvider, toStringprotected Builder()
throws IOException
IOExceptionprotected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(OsConfigServiceSettings settings)
protected Builder(OsConfigServiceStubSettings.Builder stubSettings)
public OsConfigServiceStubSettings.Builder getStubSettingsBuilder()
public OsConfigServiceSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchJobs.ExecutePatchJobRequest,PatchJobs.PatchJob> executePatchJobSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchJobs.GetPatchJobRequest,PatchJobs.PatchJob> getPatchJobSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchJobs.CancelPatchJobRequest,PatchJobs.PatchJob> cancelPatchJobSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<PatchJobs.ListPatchJobsRequest,PatchJobs.ListPatchJobsResponse,OsConfigServiceClient.ListPatchJobsPagedResponse> listPatchJobsSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<PatchJobs.ListPatchJobInstanceDetailsRequest,PatchJobs.ListPatchJobInstanceDetailsResponse,OsConfigServiceClient.ListPatchJobInstanceDetailsPagedResponse> listPatchJobInstanceDetailsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchDeployments.CreatePatchDeploymentRequest,PatchDeployments.PatchDeployment> createPatchDeploymentSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchDeployments.GetPatchDeploymentRequest,PatchDeployments.PatchDeployment> getPatchDeploymentSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<PatchDeployments.ListPatchDeploymentsRequest,PatchDeployments.ListPatchDeploymentsResponse,OsConfigServiceClient.ListPatchDeploymentsPagedResponse> listPatchDeploymentsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchDeployments.DeletePatchDeploymentRequest,com.google.protobuf.Empty> deletePatchDeploymentSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchDeployments.UpdatePatchDeploymentRequest,PatchDeployments.PatchDeployment> updatePatchDeploymentSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchDeployments.PausePatchDeploymentRequest,PatchDeployments.PatchDeployment> pausePatchDeploymentSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchDeployments.ResumePatchDeploymentRequest,PatchDeployments.PatchDeployment> resumePatchDeploymentSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GuestPolicies.CreateGuestPolicyRequest,GuestPolicies.GuestPolicy> createGuestPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GuestPolicies.GetGuestPolicyRequest,GuestPolicies.GuestPolicy> getGuestPolicySettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<GuestPolicies.ListGuestPoliciesRequest,GuestPolicies.ListGuestPoliciesResponse,OsConfigServiceClient.ListGuestPoliciesPagedResponse> listGuestPoliciesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GuestPolicies.UpdateGuestPolicyRequest,GuestPolicies.GuestPolicy> updateGuestPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GuestPolicies.DeleteGuestPolicyRequest,com.google.protobuf.Empty> deleteGuestPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GuestPolicies.LookupEffectiveGuestPolicyRequest,GuestPolicies.EffectiveGuestPolicy> lookupEffectiveGuestPolicySettings()
public OsConfigServiceSettings build() throws IOException
build in class com.google.api.gax.rpc.ClientSettings.Builder<OsConfigServiceSettings,OsConfigServiceSettings.Builder>IOExceptionCopyright © 2024 Google LLC. All rights reserved.