Class StartScanRunRequest.Builder (2.85.0)

public static final class StartScanRunRequest.Builder extends GeneratedMessage.Builder<StartScanRunRequest.Builder> implements StartScanRunRequestOrBuilder

Request for the StartScanRun method.

Protobuf type google.cloud.websecurityscanner.v1.StartScanRunRequest

Static Methods

getDescriptor()

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

Methods

build()

public StartScanRunRequest build()
Returns
Type Description
StartScanRunRequest

buildPartial()

public StartScanRunRequest buildPartial()
Returns
Type Description
StartScanRunRequest

clear()

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

clearName()

public StartScanRunRequest.Builder clearName()

Required. The resource name of the ScanConfig to be used. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'.

string name = 1;

Returns
Type Description
StartScanRunRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public StartScanRunRequest getDefaultInstanceForType()
Returns
Type Description
StartScanRunRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of the ScanConfig to be used. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the ScanConfig to be used. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(StartScanRunRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public StartScanRunRequest.Builder setName(String value)

Required. The resource name of the ScanConfig to be used. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'.

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
StartScanRunRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public StartScanRunRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the ScanConfig to be used. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'.

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
StartScanRunRequest.Builder

This builder for chaining.