Class UpdateUrlListRequest.Builder (0.94.0)

public static final class UpdateUrlListRequest.Builder extends GeneratedMessage.Builder<UpdateUrlListRequest.Builder> implements UpdateUrlListRequestOrBuilder

Request used by UpdateUrlList method.

Protobuf type google.cloud.networksecurity.v1.UpdateUrlListRequest

Static Methods

getDescriptor()

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

Methods

build()

public UpdateUrlListRequest build()
Returns
Type Description
UpdateUrlListRequest

buildPartial()

public UpdateUrlListRequest buildPartial()
Returns
Type Description
UpdateUrlListRequest

clear()

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

clearUpdateMask()

public UpdateUrlListRequest.Builder clearUpdateMask()

Optional. Field mask is used to specify the fields to be overwritten in the UrlList resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UpdateUrlListRequest.Builder

clearUrlList()

public UpdateUrlListRequest.Builder clearUrlList()

Required. Updated UrlList resource.

.google.cloud.networksecurity.v1.UrlList url_list = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateUrlListRequest.Builder

getDefaultInstanceForType()

public UpdateUrlListRequest getDefaultInstanceForType()
Returns
Type Description
UpdateUrlListRequest

getDescriptorForType()

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

getUpdateMask()

public FieldMask getUpdateMask()

Optional. Field mask is used to specify the fields to be overwritten in the UrlList resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Optional. Field mask is used to specify the fields to be overwritten in the UrlList resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. Field mask is used to specify the fields to be overwritten in the UrlList resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

getUrlList()

public UrlList getUrlList()

Required. Updated UrlList resource.

.google.cloud.networksecurity.v1.UrlList url_list = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UrlList

The urlList.

getUrlListBuilder()

public UrlList.Builder getUrlListBuilder()

Required. Updated UrlList resource.

.google.cloud.networksecurity.v1.UrlList url_list = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UrlList.Builder

getUrlListOrBuilder()

public UrlListOrBuilder getUrlListOrBuilder()

Required. Updated UrlList resource.

.google.cloud.networksecurity.v1.UrlList url_list = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UrlListOrBuilder

hasUpdateMask()

public boolean hasUpdateMask()

Optional. Field mask is used to specify the fields to be overwritten in the UrlList resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.

hasUrlList()

public boolean hasUrlList()

Required. Updated UrlList resource.

.google.cloud.networksecurity.v1.UrlList url_list = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the urlList field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UpdateUrlListRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUpdateMask(FieldMask value)

public UpdateUrlListRequest.Builder mergeUpdateMask(FieldMask value)

Optional. Field mask is used to specify the fields to be overwritten in the UrlList resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateUrlListRequest.Builder

mergeUrlList(UrlList value)

public UpdateUrlListRequest.Builder mergeUrlList(UrlList value)

Required. Updated UrlList resource.

.google.cloud.networksecurity.v1.UrlList url_list = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value UrlList
Returns
Type Description
UpdateUrlListRequest.Builder

setUpdateMask(FieldMask value)

public UpdateUrlListRequest.Builder setUpdateMask(FieldMask value)

Optional. Field mask is used to specify the fields to be overwritten in the UrlList resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateUrlListRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateUrlListRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Optional. Field mask is used to specify the fields to be overwritten in the UrlList resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateUrlListRequest.Builder

setUrlList(UrlList value)

public UpdateUrlListRequest.Builder setUrlList(UrlList value)

Required. Updated UrlList resource.

.google.cloud.networksecurity.v1.UrlList url_list = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value UrlList
Returns
Type Description
UpdateUrlListRequest.Builder

setUrlList(UrlList.Builder builderForValue)

public UpdateUrlListRequest.Builder setUrlList(UrlList.Builder builderForValue)

Required. Updated UrlList resource.

.google.cloud.networksecurity.v1.UrlList url_list = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue UrlList.Builder
Returns
Type Description
UpdateUrlListRequest.Builder