public static class SubnetworkSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<SubnetworkSettings,SubnetworkSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(SubnetworkSettings settings) |
protected |
Builder(SubnetworkStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListSubnetworksHttpRequest,SubnetworkAggregatedList,SubnetworkClient.AggregatedListSubnetworksPagedResponse> |
aggregatedListSubnetworksSettings()
Returns the builder for the settings used for calls to aggregatedListSubnetworks.
|
SubnetworkSettings.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.
|
SubnetworkSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSubnetworkHttpRequest,Operation> |
deleteSubnetworkSettings()
Returns the builder for the settings used for calls to deleteSubnetwork.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ExpandIpCidrRangeSubnetworkHttpRequest,Operation> |
expandIpCidrRangeSubnetworkSettings()
Returns the builder for the settings used for calls to expandIpCidrRangeSubnetwork.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIamPolicySubnetworkHttpRequest,Policy> |
getIamPolicySubnetworkSettings()
Returns the builder for the settings used for calls to getIamPolicySubnetwork.
|
SubnetworkStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSubnetworkHttpRequest,Subnetwork> |
getSubnetworkSettings()
Returns the builder for the settings used for calls to getSubnetwork.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertSubnetworkHttpRequest,Operation> |
insertSubnetworkSettings()
Returns the builder for the settings used for calls to insertSubnetwork.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSubnetworksHttpRequest,SubnetworkList,SubnetworkClient.ListSubnetworksPagedResponse> |
listSubnetworksSettings()
Returns the builder for the settings used for calls to listSubnetworks.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListUsableSubnetworksHttpRequest,UsableSubnetworksAggregatedList,SubnetworkClient.ListUsableSubnetworksPagedResponse> |
listUsableSubnetworksSettings()
Returns the builder for the settings used for calls to listUsableSubnetworks.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchSubnetworkHttpRequest,Operation> |
patchSubnetworkSettings()
Returns the builder for the settings used for calls to patchSubnetwork.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<SetIamPolicySubnetworkHttpRequest,Policy> |
setIamPolicySubnetworkSettings()
Returns the builder for the settings used for calls to setIamPolicySubnetwork.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<SetPrivateIpGoogleAccessSubnetworkHttpRequest,Operation> |
setPrivateIpGoogleAccessSubnetworkSettings()
Returns the builder for the settings used for calls to setPrivateIpGoogleAccessSubnetwork.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<TestIamPermissionsSubnetworkHttpRequest,TestPermissionsResponse> |
testIamPermissionsSubnetworkSettings()
Returns the builder for the settings used for calls to testIamPermissionsSubnetwork.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(SubnetworkSettings settings)
protected Builder(SubnetworkStubSettings.Builder stubSettings)
public SubnetworkStubSettings.Builder getStubSettingsBuilder()
public SubnetworkSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListSubnetworksHttpRequest,SubnetworkAggregatedList,SubnetworkClient.AggregatedListSubnetworksPagedResponse> aggregatedListSubnetworksSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSubnetworkHttpRequest,Operation> deleteSubnetworkSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ExpandIpCidrRangeSubnetworkHttpRequest,Operation> expandIpCidrRangeSubnetworkSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSubnetworkHttpRequest,Subnetwork> getSubnetworkSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIamPolicySubnetworkHttpRequest,Policy> getIamPolicySubnetworkSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertSubnetworkHttpRequest,Operation> insertSubnetworkSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListSubnetworksHttpRequest,SubnetworkList,SubnetworkClient.ListSubnetworksPagedResponse> listSubnetworksSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListUsableSubnetworksHttpRequest,UsableSubnetworksAggregatedList,SubnetworkClient.ListUsableSubnetworksPagedResponse> listUsableSubnetworksSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchSubnetworkHttpRequest,Operation> patchSubnetworkSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SetIamPolicySubnetworkHttpRequest,Policy> setIamPolicySubnetworkSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SetPrivateIpGoogleAccessSubnetworkHttpRequest,Operation> setPrivateIpGoogleAccessSubnetworkSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<TestIamPermissionsSubnetworkHttpRequest,TestPermissionsResponse> testIamPermissionsSubnetworkSettings()
public SubnetworkSettings build() throws IOException
build
in class com.google.api.gax.rpc.ClientSettings.Builder<SubnetworkSettings,SubnetworkSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.