Class DataprocMetastoreFederationStubSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings.Builder<DataprocMetastoreFederationStubSettings,DataprocMetastoreFederationStubSettings.Builder>
-
- com.google.cloud.metastore.v1beta.stub.DataprocMetastoreFederationStubSettings.Builder
-
- Enclosing class:
- DataprocMetastoreFederationStubSettings
public static class DataprocMetastoreFederationStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<DataprocMetastoreFederationStubSettings,DataprocMetastoreFederationStubSettings.Builder>
Builder for DataprocMetastoreFederationStubSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(DataprocMetastoreFederationStubSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataprocMetastoreFederationStubSettings.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.DataprocMetastoreFederationStubSettings
build()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFederationRequest,Federation,OperationMetadata>
createFederationOperationSettings()
Returns the builder for the settings used for calls to createFederation.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFederationRequest,com.google.longrunning.Operation>
createFederationSettings()
Returns the builder for the settings used for calls to createFederation.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFederationRequest,com.google.protobuf.Empty,OperationMetadata>
deleteFederationOperationSettings()
Returns the builder for the settings used for calls to deleteFederation.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFederationRequest,com.google.longrunning.Operation>
deleteFederationSettings()
Returns the builder for the settings used for calls to deleteFederation.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFederationRequest,Federation>
getFederationSettings()
Returns the builder for the settings used for calls to getFederation.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationSettings()
Returns the builder for the settings used for calls to getLocation.com.google.api.gax.rpc.PagedCallSettings.Builder<ListFederationsRequest,ListFederationsResponse,DataprocMetastoreFederationClient.ListFederationsPagedResponse>
listFederationsSettings()
Returns the builder for the settings used for calls to listFederations.com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,DataprocMetastoreFederationClient.ListLocationsPagedResponse>
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>>
unaryMethodSettingsBuilders()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFederationRequest,Federation,OperationMetadata>
updateFederationOperationSettings()
Returns the builder for the settings used for calls to updateFederation.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFederationRequest,com.google.longrunning.Operation>
updateFederationSettings()
Returns the builder for the settings used for calls to updateFederation.-
Methods inherited from class com.google.api.gax.rpc.StubSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder()
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(DataprocMetastoreFederationStubSettings settings)
-
-
Method Detail
-
applyToAllUnaryMethods
public DataprocMetastoreFederationStubSettings.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.
-
unaryMethodSettingsBuilders
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
-
listFederationsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListFederationsRequest,ListFederationsResponse,DataprocMetastoreFederationClient.ListFederationsPagedResponse> listFederationsSettings()
Returns the builder for the settings used for calls to listFederations.
-
getFederationSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFederationRequest,Federation> getFederationSettings()
Returns the builder for the settings used for calls to getFederation.
-
createFederationSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFederationRequest,com.google.longrunning.Operation> createFederationSettings()
Returns the builder for the settings used for calls to createFederation.
-
createFederationOperationSettings
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFederationRequest,Federation,OperationMetadata> createFederationOperationSettings()
Returns the builder for the settings used for calls to createFederation.
-
updateFederationSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFederationRequest,com.google.longrunning.Operation> updateFederationSettings()
Returns the builder for the settings used for calls to updateFederation.
-
updateFederationOperationSettings
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFederationRequest,Federation,OperationMetadata> updateFederationOperationSettings()
Returns the builder for the settings used for calls to updateFederation.
-
deleteFederationSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFederationRequest,com.google.longrunning.Operation> deleteFederationSettings()
Returns the builder for the settings used for calls to deleteFederation.
-
deleteFederationOperationSettings
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFederationRequest,com.google.protobuf.Empty,OperationMetadata> deleteFederationOperationSettings()
Returns the builder for the settings used for calls to deleteFederation.
-
listLocationsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,DataprocMetastoreFederationClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
-
getLocationSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
-
setIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
-
getIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
-
testIamPermissionsSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
-
build
public DataprocMetastoreFederationStubSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.StubSettings.Builder<DataprocMetastoreFederationStubSettings,DataprocMetastoreFederationStubSettings.Builder>
- Throws:
IOException
-
-