Interface SinkSettingsOrBuilder (0.33.0)

public interface SinkSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLoggingSinkProject()

public abstract String getLoggingSinkProject()

The resource name of the project to send logs to. This project must be part of the same organization where the Security Center API is enabled. The format is projects/{project}. If it is empty, we do not output logs. If a project ID is provided it will be normalized to a project number.

string logging_sink_project = 1;

Returns
TypeDescription
String

The loggingSinkProject.

getLoggingSinkProjectBytes()

public abstract ByteString getLoggingSinkProjectBytes()

The resource name of the project to send logs to. This project must be part of the same organization where the Security Center API is enabled. The format is projects/{project}. If it is empty, we do not output logs. If a project ID is provided it will be normalized to a project number.

string logging_sink_project = 1;

Returns
TypeDescription
ByteString

The bytes for loggingSinkProject.