Class UpdateListingRequest.Builder (1.0.0)

public static final class UpdateListingRequest.Builder extends GeneratedMessageV3.Builder<UpdateListingRequest.Builder> implements UpdateListingRequestOrBuilder

Message for updating a Listing.

Protobuf type google.cloud.bigquery.dataexchange.v1beta1.UpdateListingRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public UpdateListingRequest build()
Returns
TypeDescription
UpdateListingRequest

buildPartial()

public UpdateListingRequest buildPartial()
Returns
TypeDescription
UpdateListingRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearListing()

public UpdateListingRequest.Builder clearListing()

Required. The listing to update.

.google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UpdateListingRequest.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearUpdateMask()

public UpdateListingRequest.Builder clearUpdateMask()

Required. Field mask specifies the fields to update in the listing resource. The fields specified in the updateMask are relative to the resource and are not a full request.

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

Returns
TypeDescription
UpdateListingRequest.Builder

clone()

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

getDefaultInstanceForType()

public UpdateListingRequest getDefaultInstanceForType()
Returns
TypeDescription
UpdateListingRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getListing()

public Listing getListing()

Required. The listing to update.

.google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Listing

The listing.

getListingBuilder()

public Listing.Builder getListingBuilder()

Required. The listing to update.

.google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Listing.Builder

getListingOrBuilder()

public ListingOrBuilder getListingOrBuilder()

Required. The listing to update.

.google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ListingOrBuilder

getUpdateMask()

public FieldMask getUpdateMask()

Required. Field mask specifies the fields to update in the listing resource. The fields specified in the updateMask are relative to the resource and are not a full request.

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

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Required. Field mask specifies the fields to update in the listing resource. The fields specified in the updateMask are relative to the resource and are not a full request.

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

Returns
TypeDescription
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. Field mask specifies the fields to update in the listing resource. The fields specified in the updateMask are relative to the resource and are not a full request.

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

Returns
TypeDescription
FieldMaskOrBuilder

hasListing()

public boolean hasListing()

Required. The listing to update.

.google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the listing field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Required. Field mask specifies the fields to update in the listing resource. The fields specified in the updateMask are relative to the resource and are not a full request.

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

Returns
TypeDescription
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(UpdateListingRequest other)

public UpdateListingRequest.Builder mergeFrom(UpdateListingRequest other)
Parameter
NameDescription
otherUpdateListingRequest
Returns
TypeDescription
UpdateListingRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeListing(Listing value)

public UpdateListingRequest.Builder mergeListing(Listing value)

Required. The listing to update.

.google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueListing
Returns
TypeDescription
UpdateListingRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

mergeUpdateMask(FieldMask value)

public UpdateListingRequest.Builder mergeUpdateMask(FieldMask value)

Required. Field mask specifies the fields to update in the listing resource. The fields specified in the updateMask are relative to the resource and are not a full request.

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

Parameter
NameDescription
valueFieldMask
Returns
TypeDescription
UpdateListingRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setListing(Listing value)

public UpdateListingRequest.Builder setListing(Listing value)

Required. The listing to update.

.google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueListing
Returns
TypeDescription
UpdateListingRequest.Builder

setListing(Listing.Builder builderForValue)

public UpdateListingRequest.Builder setListing(Listing.Builder builderForValue)

Required. The listing to update.

.google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueListing.Builder
Returns
TypeDescription
UpdateListingRequest.Builder

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setUpdateMask(FieldMask value)

public UpdateListingRequest.Builder setUpdateMask(FieldMask value)

Required. Field mask specifies the fields to update in the listing resource. The fields specified in the updateMask are relative to the resource and are not a full request.

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

Parameter
NameDescription
valueFieldMask
Returns
TypeDescription
UpdateListingRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateListingRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Required. Field mask specifies the fields to update in the listing resource. The fields specified in the updateMask are relative to the resource and are not a full request.

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

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
UpdateListingRequest.Builder