public static class SubnetworkStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<SubnetworkStubSettings,SubnetworkStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(SubnetworkStubSettings settings) |
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.
|
SubnetworkStubSettings.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.
|
SubnetworkStubSettings |
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.
|
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.
|
com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(SubnetworkStubSettings settings)
public SubnetworkStubSettings.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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
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 SubnetworkStubSettings build() throws IOException
build
in class com.google.api.gax.rpc.StubSettings.Builder<SubnetworkStubSettings,SubnetworkStubSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.