public static class EdgeContainerStubSettings . Builder extends StubSettings . Builder<EdgeContainerStubSettings , EdgeContainerStubSettings . Builder >
Builder for EdgeContainerStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder ( ClientContext clientContext )
Builder(EdgeContainerStubSettings settings)
protected Builder ( EdgeContainerStubSettings settings )
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public EdgeContainerStubSettings . Builder applyToAllUnaryMethods ( ApiFunction<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.
build()
public EdgeContainerStubSettings build ()
Overrides
createClusterOperationSettings()
public OperationCallSettings . Builder<CreateClusterRequest , Cluster , OperationMetadata > createClusterOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to createCluster.
createClusterSettings()
public UnaryCallSettings . Builder<CreateClusterRequest , Operation > createClusterSettings ()
Returns the builder for the settings used for calls to createCluster.
createNodePoolOperationSettings()
public OperationCallSettings . Builder<CreateNodePoolRequest , NodePool , OperationMetadata > createNodePoolOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to createNodePool.
createNodePoolSettings()
public UnaryCallSettings . Builder<CreateNodePoolRequest , Operation > createNodePoolSettings ()
Returns the builder for the settings used for calls to createNodePool.
createVpnConnectionOperationSettings()
public OperationCallSettings . Builder<CreateVpnConnectionRequest , VpnConnection , OperationMetadata > createVpnConnectionOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to createVpnConnection.
createVpnConnectionSettings()
public UnaryCallSettings . Builder<CreateVpnConnectionRequest , Operation > createVpnConnectionSettings ()
Returns the builder for the settings used for calls to createVpnConnection.
deleteClusterOperationSettings()
public OperationCallSettings . Builder<DeleteClusterRequest , Empty , OperationMetadata > deleteClusterOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to deleteCluster.
deleteClusterSettings()
public UnaryCallSettings . Builder<DeleteClusterRequest , Operation > deleteClusterSettings ()
Returns the builder for the settings used for calls to deleteCluster.
deleteNodePoolOperationSettings()
public OperationCallSettings . Builder<DeleteNodePoolRequest , Empty , OperationMetadata > deleteNodePoolOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to deleteNodePool.
deleteNodePoolSettings()
public UnaryCallSettings . Builder<DeleteNodePoolRequest , Operation > deleteNodePoolSettings ()
Returns the builder for the settings used for calls to deleteNodePool.
deleteVpnConnectionOperationSettings()
public OperationCallSettings . Builder<DeleteVpnConnectionRequest , Empty , OperationMetadata > deleteVpnConnectionOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to deleteVpnConnection.
deleteVpnConnectionSettings()
public UnaryCallSettings . Builder<DeleteVpnConnectionRequest , Operation > deleteVpnConnectionSettings ()
Returns the builder for the settings used for calls to deleteVpnConnection.
generateAccessTokenSettings()
public UnaryCallSettings . Builder<GenerateAccessTokenRequest , GenerateAccessTokenResponse > generateAccessTokenSettings ()
Returns the builder for the settings used for calls to generateAccessToken.
getClusterSettings()
public UnaryCallSettings . Builder<GetClusterRequest , Cluster > getClusterSettings ()
Returns the builder for the settings used for calls to getCluster.
getMachineSettings()
public UnaryCallSettings . Builder<GetMachineRequest , Machine > getMachineSettings ()
Returns the builder for the settings used for calls to getMachine.
getNodePoolSettings()
public UnaryCallSettings . Builder<GetNodePoolRequest , NodePool > getNodePoolSettings ()
Returns the builder for the settings used for calls to getNodePool.
getVpnConnectionSettings()
public UnaryCallSettings . Builder<GetVpnConnectionRequest , VpnConnection > getVpnConnectionSettings ()
Returns the builder for the settings used for calls to getVpnConnection.
public PagedCallSettings . Builder<ListClustersRequest , ListClustersResponse , EdgeContainerClient . ListClustersPagedResponse > listClustersSettings ()
Returns the builder for the settings used for calls to listClusters.
listMachinesSettings()
public PagedCallSettings . Builder<ListMachinesRequest , ListMachinesResponse , EdgeContainerClient . ListMachinesPagedResponse > listMachinesSettings ()
Returns the builder for the settings used for calls to listMachines.
listNodePoolsSettings()
public PagedCallSettings . Builder<ListNodePoolsRequest , ListNodePoolsResponse , EdgeContainerClient . ListNodePoolsPagedResponse > listNodePoolsSettings ()
Returns the builder for the settings used for calls to listNodePools.
listVpnConnectionsSettings()
public PagedCallSettings . Builder<ListVpnConnectionsRequest , ListVpnConnectionsResponse , EdgeContainerClient . ListVpnConnectionsPagedResponse > listVpnConnectionsSettings ()
Returns the builder for the settings used for calls to listVpnConnections.
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings . Builder <? , ? >> unaryMethodSettingsBuilders ()
Returns Type Description com.google.common.collect.ImmutableList <Builder <? ,? >>
updateClusterOperationSettings()
public OperationCallSettings . Builder<UpdateClusterRequest , Cluster , OperationMetadata > updateClusterOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to updateCluster.
updateClusterSettings()
public UnaryCallSettings . Builder<UpdateClusterRequest , Operation > updateClusterSettings ()
Returns the builder for the settings used for calls to updateCluster.
updateNodePoolOperationSettings()
public OperationCallSettings . Builder<UpdateNodePoolRequest , NodePool , OperationMetadata > updateNodePoolOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to updateNodePool.
updateNodePoolSettings()
public UnaryCallSettings . Builder<UpdateNodePoolRequest , Operation > updateNodePoolSettings ()
Returns the builder for the settings used for calls to updateNodePool.