Class SearchUrisRequest.Builder (2.40.0)

public static final class SearchUrisRequest.Builder extends GeneratedMessageV3.Builder<SearchUrisRequest.Builder> implements SearchUrisRequestOrBuilder

Request to check URI entries against threatLists.

Protobuf type google.cloud.webrisk.v1beta1.SearchUrisRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllThreatTypes(Iterable<? extends ThreatType> values)

public SearchUrisRequest.Builder addAllThreatTypes(Iterable<? extends ThreatType> values)

Required. The ThreatLists to search in.

repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuesIterable<? extends com.google.webrisk.v1beta1.ThreatType>

The threatTypes to add.

Returns
TypeDescription
SearchUrisRequest.Builder

This builder for chaining.

addAllThreatTypesValue(Iterable<Integer> values)

public SearchUrisRequest.Builder addAllThreatTypesValue(Iterable<Integer> values)

Required. The ThreatLists to search in.

repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuesIterable<Integer>

The enum numeric values on the wire for threatTypes to add.

Returns
TypeDescription
SearchUrisRequest.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SearchUrisRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SearchUrisRequest.Builder
Overrides

addThreatTypes(ThreatType value)

public SearchUrisRequest.Builder addThreatTypes(ThreatType value)

Required. The ThreatLists to search in.

repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueThreatType

The threatTypes to add.

Returns
TypeDescription
SearchUrisRequest.Builder

This builder for chaining.

addThreatTypesValue(int value)

public SearchUrisRequest.Builder addThreatTypesValue(int value)

Required. The ThreatLists to search in.

repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueint

The enum numeric value on the wire for threatTypes to add.

Returns
TypeDescription
SearchUrisRequest.Builder

This builder for chaining.

build()

public SearchUrisRequest build()
Returns
TypeDescription
SearchUrisRequest

buildPartial()

public SearchUrisRequest buildPartial()
Returns
TypeDescription
SearchUrisRequest

clear()

public SearchUrisRequest.Builder clear()
Returns
TypeDescription
SearchUrisRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public SearchUrisRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
SearchUrisRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public SearchUrisRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
SearchUrisRequest.Builder
Overrides

clearThreatTypes()

public SearchUrisRequest.Builder clearThreatTypes()

Required. The ThreatLists to search in.

repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SearchUrisRequest.Builder

This builder for chaining.

clearUri()

public SearchUrisRequest.Builder clearUri()

Required. The URI to be checked for matches.

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SearchUrisRequest.Builder

This builder for chaining.

clone()

public SearchUrisRequest.Builder clone()
Returns
TypeDescription
SearchUrisRequest.Builder
Overrides

getDefaultInstanceForType()

public SearchUrisRequest getDefaultInstanceForType()
Returns
TypeDescription
SearchUrisRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getThreatTypes(int index)

public ThreatType getThreatTypes(int index)

Required. The ThreatLists to search in.

repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
ThreatType

The threatTypes at the given index.

getThreatTypesCount()

public int getThreatTypesCount()

Required. The ThreatLists to search in.

repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The count of threatTypes.

getThreatTypesList()

public List<ThreatType> getThreatTypesList()

Required. The ThreatLists to search in.

repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<ThreatType>

A list containing the threatTypes.

getThreatTypesValue(int index)

public int getThreatTypesValue(int index)

Required. The ThreatLists to search in.

repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
int

The enum numeric value on the wire of threatTypes at the given index.

getThreatTypesValueList()

public List<Integer> getThreatTypesValueList()

Required. The ThreatLists to search in.

repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<Integer>

A list containing the enum numeric values on the wire for threatTypes.

getUri()

public String getUri()

Required. The URI to be checked for matches.

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The uri.

getUriBytes()

public ByteString getUriBytes()

Required. The URI to be checked for matches.

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for uri.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SearchUrisRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchUrisRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public SearchUrisRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
SearchUrisRequest.Builder
Overrides

mergeFrom(SearchUrisRequest other)

public SearchUrisRequest.Builder mergeFrom(SearchUrisRequest other)
Parameter
NameDescription
otherSearchUrisRequest
Returns
TypeDescription
SearchUrisRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SearchUrisRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SearchUrisRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public SearchUrisRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SearchUrisRequest.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SearchUrisRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
SearchUrisRequest.Builder
Overrides

setThreatTypes(int index, ThreatType value)

public SearchUrisRequest.Builder setThreatTypes(int index, ThreatType value)

Required. The ThreatLists to search in.

repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint

The index to set the value at.

valueThreatType

The threatTypes to set.

Returns
TypeDescription
SearchUrisRequest.Builder

This builder for chaining.

setThreatTypesValue(int index, int value)

public SearchUrisRequest.Builder setThreatTypesValue(int index, int value)

Required. The ThreatLists to search in.

repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint

The index to set the value at.

valueint

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

Returns
TypeDescription
SearchUrisRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final SearchUrisRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SearchUrisRequest.Builder
Overrides

setUri(String value)

public SearchUrisRequest.Builder setUri(String value)

Required. The URI to be checked for matches.

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The uri to set.

Returns
TypeDescription
SearchUrisRequest.Builder

This builder for chaining.

setUriBytes(ByteString value)

public SearchUrisRequest.Builder setUriBytes(ByteString value)

Required. The URI to be checked for matches.

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for uri to set.

Returns
TypeDescription
SearchUrisRequest.Builder

This builder for chaining.