Class UpdateBigQueryLinkRequest.Builder (0.59.0)

public static final class UpdateBigQueryLinkRequest.Builder extends GeneratedMessageV3.Builder<UpdateBigQueryLinkRequest.Builder> implements UpdateBigQueryLinkRequestOrBuilder

Request message for UpdateBigQueryLink RPC.

Protobuf type google.analytics.admin.v1alpha.UpdateBigQueryLinkRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpdateBigQueryLinkRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateBigQueryLinkRequest.Builder
Overrides

build()

public UpdateBigQueryLinkRequest build()
Returns
Type Description
UpdateBigQueryLinkRequest

buildPartial()

public UpdateBigQueryLinkRequest buildPartial()
Returns
Type Description
UpdateBigQueryLinkRequest

clear()

public UpdateBigQueryLinkRequest.Builder clear()
Returns
Type Description
UpdateBigQueryLinkRequest.Builder
Overrides
public UpdateBigQueryLinkRequest.Builder clearBigqueryLink()

Required. The settings to update. The name field is used to identify the settings to be updated.

.google.analytics.admin.v1alpha.BigQueryLink bigquery_link = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateBigQueryLinkRequest.Builder

clearField(Descriptors.FieldDescriptor field)

public UpdateBigQueryLinkRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
UpdateBigQueryLinkRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdateBigQueryLinkRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UpdateBigQueryLinkRequest.Builder
Overrides

clearUpdateMask()

public UpdateBigQueryLinkRequest.Builder clearUpdateMask()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

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

Returns
Type Description
UpdateBigQueryLinkRequest.Builder

clone()

public UpdateBigQueryLinkRequest.Builder clone()
Returns
Type Description
UpdateBigQueryLinkRequest.Builder
Overrides
public BigQueryLink getBigqueryLink()

Required. The settings to update. The name field is used to identify the settings to be updated.

.google.analytics.admin.v1alpha.BigQueryLink bigquery_link = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BigQueryLink

The bigqueryLink.

getBigqueryLinkBuilder()

public BigQueryLink.Builder getBigqueryLinkBuilder()

Required. The settings to update. The name field is used to identify the settings to be updated.

.google.analytics.admin.v1alpha.BigQueryLink bigquery_link = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BigQueryLink.Builder

getBigqueryLinkOrBuilder()

public BigQueryLinkOrBuilder getBigqueryLinkOrBuilder()

Required. The settings to update. The name field is used to identify the settings to be updated.

.google.analytics.admin.v1alpha.BigQueryLink bigquery_link = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BigQueryLinkOrBuilder

getDefaultInstanceForType()

public UpdateBigQueryLinkRequest getDefaultInstanceForType()
Returns
Type Description
UpdateBigQueryLinkRequest

getDescriptorForType()

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

getUpdateMask()

public FieldMask getUpdateMask()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

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

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

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

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

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

Returns
Type Description
FieldMaskOrBuilder
public boolean hasBigqueryLink()

Required. The settings to update. The name field is used to identify the settings to be updated.

.google.analytics.admin.v1alpha.BigQueryLink bigquery_link = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the bigqueryLink field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

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

Returns
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides
public UpdateBigQueryLinkRequest.Builder mergeBigqueryLink(BigQueryLink value)

Required. The settings to update. The name field is used to identify the settings to be updated.

.google.analytics.admin.v1alpha.BigQueryLink bigquery_link = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value BigQueryLink
Returns
Type Description
UpdateBigQueryLinkRequest.Builder

mergeFrom(UpdateBigQueryLinkRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdateBigQueryLinkRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateBigQueryLinkRequest.Builder
Overrides

mergeUpdateMask(FieldMask value)

public UpdateBigQueryLinkRequest.Builder mergeUpdateMask(FieldMask value)

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

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

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateBigQueryLinkRequest.Builder
public UpdateBigQueryLinkRequest.Builder setBigqueryLink(BigQueryLink value)

Required. The settings to update. The name field is used to identify the settings to be updated.

.google.analytics.admin.v1alpha.BigQueryLink bigquery_link = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value BigQueryLink
Returns
Type Description
UpdateBigQueryLinkRequest.Builder
public UpdateBigQueryLinkRequest.Builder setBigqueryLink(BigQueryLink.Builder builderForValue)

Required. The settings to update. The name field is used to identify the settings to be updated.

.google.analytics.admin.v1alpha.BigQueryLink bigquery_link = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue BigQueryLink.Builder
Returns
Type Description
UpdateBigQueryLinkRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public UpdateBigQueryLinkRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateBigQueryLinkRequest.Builder
Overrides

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

public UpdateBigQueryLinkRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
UpdateBigQueryLinkRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdateBigQueryLinkRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateBigQueryLinkRequest.Builder
Overrides

setUpdateMask(FieldMask value)

public UpdateBigQueryLinkRequest.Builder setUpdateMask(FieldMask value)

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

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

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateBigQueryLinkRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateBigQueryLinkRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateBigQueryLinkRequest.Builder