Class Account.Builder (0.47.0)

public static final class Account.Builder extends GeneratedMessageV3.Builder<Account.Builder> implements AccountOrBuilder

A resource message representing a Google Analytics account.

Protobuf type google.analytics.admin.v1alpha.Account

Implements

AccountOrBuilder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public Account build()
Returns
TypeDescription
Account

buildPartial()

public Account buildPartial()
Returns
TypeDescription
Account

clear()

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

clearCreateTime()

public Account.Builder clearCreateTime()

Output only. Time when this account was originally created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Account.Builder

clearDeleted()

public Account.Builder clearDeleted()

Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.

bool deleted = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Account.Builder

This builder for chaining.

clearDisplayName()

public Account.Builder clearDisplayName()

Required. Human-readable display name for this account.

string display_name = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Account.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearName()

public Account.Builder clearName()

Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Account.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearRegionCode()

public Account.Builder clearRegionCode()

Country of business. Must be a Unicode CLDR region code.

string region_code = 5;

Returns
TypeDescription
Account.Builder

This builder for chaining.

clearUpdateTime()

public Account.Builder clearUpdateTime()

Output only. Time when account payload fields were last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Account.Builder

clone()

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

getCreateTime()

public Timestamp getCreateTime()

Output only. Time when this account was originally created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. Time when this account was originally created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Time when this account was originally created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public Account getDefaultInstanceForType()
Returns
TypeDescription
Account

getDeleted()

public boolean getDeleted()

Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.

bool deleted = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

The deleted.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

Required. Human-readable display name for this account.

string display_name = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Required. Human-readable display name for this account.

string display_name = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for displayName.

getName()

public String getName()

Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

getRegionCode()

public String getRegionCode()

Country of business. Must be a Unicode CLDR region code.

string region_code = 5;

Returns
TypeDescription
String

The regionCode.

getRegionCodeBytes()

public ByteString getRegionCodeBytes()

Country of business. Must be a Unicode CLDR region code.

string region_code = 5;

Returns
TypeDescription
ByteString

The bytes for regionCode.

getUpdateTime()

public Timestamp getUpdateTime()

Output only. Time when account payload fields were last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. Time when account payload fields were last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. Time when account payload fields were last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. Time when this account was originally created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. Time when account payload fields were last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeCreateTime(Timestamp value)

public Account.Builder mergeCreateTime(Timestamp value)

Output only. Time when this account was originally created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Account.Builder

mergeFrom(Account other)

public Account.Builder mergeFrom(Account other)
Parameter
NameDescription
otherAccount
Returns
TypeDescription
Account.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

mergeUpdateTime(Timestamp value)

public Account.Builder mergeUpdateTime(Timestamp value)

Output only. Time when account payload fields were last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Account.Builder

setCreateTime(Timestamp value)

public Account.Builder setCreateTime(Timestamp value)

Output only. Time when this account was originally created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Account.Builder

setCreateTime(Timestamp.Builder builderForValue)

public Account.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. Time when this account was originally created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Account.Builder

setDeleted(boolean value)

public Account.Builder setDeleted(boolean value)

Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.

bool deleted = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueboolean

The deleted to set.

Returns
TypeDescription
Account.Builder

This builder for chaining.

setDisplayName(String value)

public Account.Builder setDisplayName(String value)

Required. Human-readable display name for this account.

string display_name = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The displayName to set.

Returns
TypeDescription
Account.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public Account.Builder setDisplayNameBytes(ByteString value)

Required. Human-readable display name for this account.

string display_name = 4 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for displayName to set.

Returns
TypeDescription
Account.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public Account.Builder setName(String value)

Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
Account.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Account.Builder setNameBytes(ByteString value)

Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
Account.Builder

This builder for chaining.

setRegionCode(String value)

public Account.Builder setRegionCode(String value)

Country of business. Must be a Unicode CLDR region code.

string region_code = 5;

Parameter
NameDescription
valueString

The regionCode to set.

Returns
TypeDescription
Account.Builder

This builder for chaining.

setRegionCodeBytes(ByteString value)

public Account.Builder setRegionCodeBytes(ByteString value)

Country of business. Must be a Unicode CLDR region code.

string region_code = 5;

Parameter
NameDescription
valueByteString

The bytes for regionCode to set.

Returns
TypeDescription
Account.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setUpdateTime(Timestamp value)

public Account.Builder setUpdateTime(Timestamp value)

Output only. Time when account payload fields were last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Account.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public Account.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. Time when account payload fields were last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Account.Builder