Package com.google.cloud.logging.v2.stub
Class LoggingServiceV2StubSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings.Builder<LoggingServiceV2StubSettings,LoggingServiceV2StubSettings.Builder>
-
- com.google.cloud.logging.v2.stub.LoggingServiceV2StubSettings.Builder
-
- Enclosing class:
- LoggingServiceV2StubSettings
public static class LoggingServiceV2StubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<LoggingServiceV2StubSettings,LoggingServiceV2StubSettings.Builder>
Builder for LoggingServiceV2StubSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(LoggingServiceV2StubSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggingServiceV2StubSettings.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.LoggingServiceV2StubSettings
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.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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>>
unaryMethodSettingsBuilders()
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.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(LoggingServiceV2StubSettings settings)
-
-
Method Detail
-
applyToAllUnaryMethods
public LoggingServiceV2StubSettings.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()
-
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 LoggingServiceV2StubSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.StubSettings.Builder<LoggingServiceV2StubSettings,LoggingServiceV2StubSettings.Builder>
- Throws:
IOException
-
-