public interface SinkSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLoggingSinkProject()
The resource name of the project to send logs to.
|
com.google.protobuf.ByteString |
getLoggingSinkProjectBytes()
The resource name of the project to send logs to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.