Interface SinkSettingsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SinkSettings, SinkSettings.Builder

    public interface SinkSettingsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getLoggingSinkProject

        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:
        The loggingSinkProject.
      • getLoggingSinkProjectBytes

        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;
        Returns:
        The bytes for loggingSinkProject.