public static final class UpdateAudienceRequest.Builder extends GeneratedMessage.Builder<UpdateAudienceRequest.Builder> implements UpdateAudienceRequestOrBuilderRequest message for UpdateAudience RPC.
Protobuf type google.analytics.admin.v1alpha.UpdateAudienceRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateAudienceRequest.BuilderImplements
UpdateAudienceRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateAudienceRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateAudienceRequest |
|
buildPartial()
public UpdateAudienceRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateAudienceRequest |
|
clear()
public UpdateAudienceRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateAudienceRequest.Builder |
|
clearAudience()
public UpdateAudienceRequest.Builder clearAudience() Required. The audience to update.
The audience's name field is used to identify the audience to be updated.
.google.analytics.admin.v1alpha.Audience audience = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateAudienceRequest.Builder |
|
clearUpdateMask()
public UpdateAudienceRequest.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 |
UpdateAudienceRequest.Builder |
|
getAudience()
public Audience getAudience() Required. The audience to update.
The audience's name field is used to identify the audience to be updated.
.google.analytics.admin.v1alpha.Audience audience = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Audience |
The audience. |
getAudienceBuilder()
public Audience.Builder getAudienceBuilder() Required. The audience to update.
The audience's name field is used to identify the audience to be updated.
.google.analytics.admin.v1alpha.Audience audience = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Audience.Builder |
|
getAudienceOrBuilder()
public AudienceOrBuilder getAudienceOrBuilder() Required. The audience to update.
The audience's name field is used to identify the audience to be updated.
.google.analytics.admin.v1alpha.Audience audience = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AudienceOrBuilder |
|
getDefaultInstanceForType()
public UpdateAudienceRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateAudienceRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 |
|
hasAudience()
public boolean hasAudience() Required. The audience to update.
The audience's name field is used to identify the audience to be updated.
.google.analytics.admin.v1alpha.Audience audience = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the audience 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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeAudience(Audience value)
public UpdateAudienceRequest.Builder mergeAudience(Audience value) Required. The audience to update.
The audience's name field is used to identify the audience to be updated.
.google.analytics.admin.v1alpha.Audience audience = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Audience |
| Returns | |
|---|---|
| Type | Description |
UpdateAudienceRequest.Builder |
|
mergeFrom(UpdateAudienceRequest other)
public UpdateAudienceRequest.Builder mergeFrom(UpdateAudienceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateAudienceRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateAudienceRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateAudienceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateAudienceRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateAudienceRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateAudienceRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateAudienceRequest.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 |
UpdateAudienceRequest.Builder |
|
setAudience(Audience value)
public UpdateAudienceRequest.Builder setAudience(Audience value) Required. The audience to update.
The audience's name field is used to identify the audience to be updated.
.google.analytics.admin.v1alpha.Audience audience = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Audience |
| Returns | |
|---|---|
| Type | Description |
UpdateAudienceRequest.Builder |
|
setAudience(Audience.Builder builderForValue)
public UpdateAudienceRequest.Builder setAudience(Audience.Builder builderForValue) Required. The audience to update.
The audience's name field is used to identify the audience to be updated.
.google.analytics.admin.v1alpha.Audience audience = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Audience.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateAudienceRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateAudienceRequest.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 |
UpdateAudienceRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateAudienceRequest.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 |
UpdateAudienceRequest.Builder |
|