Class VerifyReferenceListRequest.Builder (0.32.0)

public static final class VerifyReferenceListRequest.Builder extends GeneratedMessage.Builder<VerifyReferenceListRequest.Builder> implements VerifyReferenceListRequestOrBuilder

VerifyReferenceList request message.

Protobuf type google.cloud.chronicle.v1.VerifyReferenceListRequest

Static Methods

getDescriptor()

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

Methods

addAllEntries(Iterable<? extends ReferenceListEntry> values)

public VerifyReferenceListRequest.Builder addAllEntries(Iterable<? extends ReferenceListEntry> values)

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
values Iterable<? extends com.google.cloud.chronicle.v1.ReferenceListEntry>
Returns
Type Description
VerifyReferenceListRequest.Builder

addEntries(ReferenceListEntry value)

public VerifyReferenceListRequest.Builder addEntries(ReferenceListEntry value)

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ReferenceListEntry
Returns
Type Description
VerifyReferenceListRequest.Builder

addEntries(ReferenceListEntry.Builder builderForValue)

public VerifyReferenceListRequest.Builder addEntries(ReferenceListEntry.Builder builderForValue)

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue ReferenceListEntry.Builder
Returns
Type Description
VerifyReferenceListRequest.Builder

addEntries(int index, ReferenceListEntry value)

public VerifyReferenceListRequest.Builder addEntries(int index, ReferenceListEntry value)

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
value ReferenceListEntry
Returns
Type Description
VerifyReferenceListRequest.Builder

addEntries(int index, ReferenceListEntry.Builder builderForValue)

public VerifyReferenceListRequest.Builder addEntries(int index, ReferenceListEntry.Builder builderForValue)

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
builderForValue ReferenceListEntry.Builder
Returns
Type Description
VerifyReferenceListRequest.Builder

addEntriesBuilder()

public ReferenceListEntry.Builder addEntriesBuilder()

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ReferenceListEntry.Builder

addEntriesBuilder(int index)

public ReferenceListEntry.Builder addEntriesBuilder(int index)

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
ReferenceListEntry.Builder

build()

public VerifyReferenceListRequest build()
Returns
Type Description
VerifyReferenceListRequest

buildPartial()

public VerifyReferenceListRequest buildPartial()
Returns
Type Description
VerifyReferenceListRequest

clear()

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

clearEntries()

public VerifyReferenceListRequest.Builder clearEntries()

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
VerifyReferenceListRequest.Builder

clearInstance()

public VerifyReferenceListRequest.Builder clearInstance()

Required. The name of the parent resource, which is the SecOps instance associated with the request. Format: projects/{project}/locations/{location}/instances/{instance}

string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
VerifyReferenceListRequest.Builder

This builder for chaining.

clearSyntaxType()

public VerifyReferenceListRequest.Builder clearSyntaxType()

Required. Type (format) of list lines.

.google.cloud.chronicle.v1.ReferenceListSyntaxType syntax_type = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
VerifyReferenceListRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public VerifyReferenceListRequest getDefaultInstanceForType()
Returns
Type Description
VerifyReferenceListRequest

getDescriptorForType()

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

getEntries(int index)

public ReferenceListEntry getEntries(int index)

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
ReferenceListEntry

getEntriesBuilder(int index)

public ReferenceListEntry.Builder getEntriesBuilder(int index)

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
ReferenceListEntry.Builder

getEntriesBuilderList()

public List<ReferenceListEntry.Builder> getEntriesBuilderList()

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Builder>

getEntriesCount()

public int getEntriesCount()

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getEntriesList()

public List<ReferenceListEntry> getEntriesList()

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<ReferenceListEntry>

getEntriesOrBuilder(int index)

public ReferenceListEntryOrBuilder getEntriesOrBuilder(int index)

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
ReferenceListEntryOrBuilder

getEntriesOrBuilderList()

public List<? extends ReferenceListEntryOrBuilder> getEntriesOrBuilderList()

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.ReferenceListEntryOrBuilder>

getInstance()

public String getInstance()

Required. The name of the parent resource, which is the SecOps instance associated with the request. Format: projects/{project}/locations/{location}/instances/{instance}

string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The instance.

getInstanceBytes()

public ByteString getInstanceBytes()

Required. The name of the parent resource, which is the SecOps instance associated with the request. Format: projects/{project}/locations/{location}/instances/{instance}

string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for instance.

getSyntaxType()

public ReferenceListSyntaxType getSyntaxType()

Required. Type (format) of list lines.

.google.cloud.chronicle.v1.ReferenceListSyntaxType syntax_type = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ReferenceListSyntaxType

The syntaxType.

getSyntaxTypeValue()

public int getSyntaxTypeValue()

Required. Type (format) of list lines.

.google.cloud.chronicle.v1.ReferenceListSyntaxType syntax_type = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for syntaxType.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(VerifyReferenceListRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

removeEntries(int index)

public VerifyReferenceListRequest.Builder removeEntries(int index)

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
VerifyReferenceListRequest.Builder

setEntries(int index, ReferenceListEntry value)

public VerifyReferenceListRequest.Builder setEntries(int index, ReferenceListEntry value)

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
value ReferenceListEntry
Returns
Type Description
VerifyReferenceListRequest.Builder

setEntries(int index, ReferenceListEntry.Builder builderForValue)

public VerifyReferenceListRequest.Builder setEntries(int index, ReferenceListEntry.Builder builderForValue)

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

repeated .google.cloud.chronicle.v1.ReferenceListEntry entries = 3 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
builderForValue ReferenceListEntry.Builder
Returns
Type Description
VerifyReferenceListRequest.Builder

setInstance(String value)

public VerifyReferenceListRequest.Builder setInstance(String value)

Required. The name of the parent resource, which is the SecOps instance associated with the request. Format: projects/{project}/locations/{location}/instances/{instance}

string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The instance to set.

Returns
Type Description
VerifyReferenceListRequest.Builder

This builder for chaining.

setInstanceBytes(ByteString value)

public VerifyReferenceListRequest.Builder setInstanceBytes(ByteString value)

Required. The name of the parent resource, which is the SecOps instance associated with the request. Format: projects/{project}/locations/{location}/instances/{instance}

string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for instance to set.

Returns
Type Description
VerifyReferenceListRequest.Builder

This builder for chaining.

setSyntaxType(ReferenceListSyntaxType value)

public VerifyReferenceListRequest.Builder setSyntaxType(ReferenceListSyntaxType value)

Required. Type (format) of list lines.

.google.cloud.chronicle.v1.ReferenceListSyntaxType syntax_type = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ReferenceListSyntaxType

The syntaxType to set.

Returns
Type Description
VerifyReferenceListRequest.Builder

This builder for chaining.

setSyntaxTypeValue(int value)

public VerifyReferenceListRequest.Builder setSyntaxTypeValue(int value)

Required. Type (format) of list lines.

.google.cloud.chronicle.v1.ReferenceListSyntaxType syntax_type = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value int

The enum numeric value on the wire for syntaxType to set.

Returns
Type Description
VerifyReferenceListRequest.Builder

This builder for chaining.