Package com.google.cloud.logging.v2
Class LoggingSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<LoggingSettings,LoggingSettings.Builder>
-
- com.google.cloud.logging.v2.LoggingSettings.Builder
-
- Enclosing class:
- LoggingSettings
public static class LoggingSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<LoggingSettings,LoggingSettings.Builder>
Builder for LoggingSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(LoggingSettings settings)
protected
Builder(LoggingServiceV2StubSettings.Builder stubSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggingSettings.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.LoggingSettings
build()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteLogRequest,com.google.protobuf.Empty>
deleteLogSettings()
Returns the builder for the settings used for calls to deleteLog.LoggingServiceV2StubSettings.Builder
getStubSettingsBuilder()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListLogEntriesRequest,ListLogEntriesResponse,LoggingClient.ListLogEntriesPagedResponse>
listLogEntriesSettings()
Returns the builder for the settings used for calls to listLogEntries.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLogsRequest,ListLogsResponse,LoggingClient.ListLogsPagedResponse>
listLogsSettings()
Returns the builder for the settings used for calls to listLogs.com.google.api.gax.rpc.PagedCallSettings.Builder<ListMonitoredResourceDescriptorsRequest,ListMonitoredResourceDescriptorsResponse,LoggingClient.ListMonitoredResourceDescriptorsPagedResponse>
listMonitoredResourceDescriptorsSettings()
Returns the builder for the settings used for calls to listMonitoredResourceDescriptors.com.google.api.gax.rpc.StreamingCallSettings.Builder<TailLogEntriesRequest,TailLogEntriesResponse>
tailLogEntriesSettings()
Returns the builder for the settings used for calls to tailLogEntries.com.google.api.gax.rpc.BatchingCallSettings.Builder<WriteLogEntriesRequest,WriteLogEntriesResponse>
writeLogEntriesSettings()
Returns the builder for the settings used for calls to writeLogEntries.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
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, setWatchdogCheckInterval, setWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder() throws IOException
- Throws:
IOException
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(LoggingSettings settings)
-
Builder
protected Builder(LoggingServiceV2StubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public LoggingServiceV2StubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public LoggingSettings.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.
-
deleteLogSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteLogRequest,com.google.protobuf.Empty> deleteLogSettings()
Returns the builder for the settings used for calls to deleteLog.
-
writeLogEntriesSettings
public com.google.api.gax.rpc.BatchingCallSettings.Builder<WriteLogEntriesRequest,WriteLogEntriesResponse> writeLogEntriesSettings()
Returns the builder for the settings used for calls to writeLogEntries.
-
listLogEntriesSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListLogEntriesRequest,ListLogEntriesResponse,LoggingClient.ListLogEntriesPagedResponse> listLogEntriesSettings()
Returns the builder for the settings used for calls to listLogEntries.
-
listMonitoredResourceDescriptorsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListMonitoredResourceDescriptorsRequest,ListMonitoredResourceDescriptorsResponse,LoggingClient.ListMonitoredResourceDescriptorsPagedResponse> listMonitoredResourceDescriptorsSettings()
Returns the builder for the settings used for calls to listMonitoredResourceDescriptors.
-
listLogsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListLogsRequest,ListLogsResponse,LoggingClient.ListLogsPagedResponse> listLogsSettings()
Returns the builder for the settings used for calls to listLogs.
-
tailLogEntriesSettings
public com.google.api.gax.rpc.StreamingCallSettings.Builder<TailLogEntriesRequest,TailLogEntriesResponse> tailLogEntriesSettings()
Returns the builder for the settings used for calls to tailLogEntries.
-
build
public LoggingSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<LoggingSettings,LoggingSettings.Builder>
- Throws:
IOException
-
-