Class SinkSettings.Builder (0.86.0)

public static final class SinkSettings.Builder extends GeneratedMessage.Builder<SinkSettings.Builder> implements SinkSettingsOrBuilder

Sink Settings for Security Command Center

Protobuf type google.cloud.securitycenter.settings.v1beta1.SinkSettings

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public SinkSettings build()
Returns
Type Description
SinkSettings

buildPartial()

public SinkSettings buildPartial()
Returns
Type Description
SinkSettings

clear()

public SinkSettings.Builder clear()
Returns
Type Description
SinkSettings.Builder
Overrides

clearLoggingSinkProject()

public SinkSettings.Builder clearLoggingSinkProject()

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
Type Description
SinkSettings.Builder

This builder for chaining.

getDefaultInstanceForType()

public SinkSettings getDefaultInstanceForType()
Returns
Type Description
SinkSettings

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getLoggingSinkProject()

public 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
Type Description
String

The loggingSinkProject.

getLoggingSinkProjectBytes()

public 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
Type Description
ByteString

The bytes for loggingSinkProject.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SinkSettings other)

public SinkSettings.Builder mergeFrom(SinkSettings other)
Parameter
Name Description
other SinkSettings
Returns
Type Description
SinkSettings.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SinkSettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SinkSettings.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SinkSettings.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SinkSettings.Builder
Overrides

setLoggingSinkProject(String value)

public SinkSettings.Builder setLoggingSinkProject(String value)

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;

Parameter
Name Description
value String

The loggingSinkProject to set.

Returns
Type Description
SinkSettings.Builder

This builder for chaining.

setLoggingSinkProjectBytes(ByteString value)

public SinkSettings.Builder setLoggingSinkProjectBytes(ByteString value)

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;

Parameter
Name Description
value ByteString

The bytes for loggingSinkProject to set.

Returns
Type Description
SinkSettings.Builder

This builder for chaining.