Class Subscriber.Builder (0.2.0)

public static final class Subscriber.Builder extends GeneratedMessage.Builder<Subscriber.Builder> implements SubscriberOrBuilder

-- Resource Messages -- A subscriber receives notifications from Google Health API.

Protobuf type google.devicesandservices.health.v4.Subscriber

Implements

SubscriberOrBuilder

Static Methods

getDescriptor()

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

Methods

addAllSubscriberConfigs(Iterable<? extends SubscriberConfig> values)

public Subscriber.Builder addAllSubscriberConfigs(Iterable<? extends SubscriberConfig> values)

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Iterable<? extends com.google.devicesandservices.health.v4.SubscriberConfig>
Returns
Type Description
Subscriber.Builder

addSubscriberConfigs(SubscriberConfig value)

public Subscriber.Builder addSubscriberConfigs(SubscriberConfig value)

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value SubscriberConfig
Returns
Type Description
Subscriber.Builder

addSubscriberConfigs(SubscriberConfig.Builder builderForValue)

public Subscriber.Builder addSubscriberConfigs(SubscriberConfig.Builder builderForValue)

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue SubscriberConfig.Builder
Returns
Type Description
Subscriber.Builder

addSubscriberConfigs(int index, SubscriberConfig value)

public Subscriber.Builder addSubscriberConfigs(int index, SubscriberConfig value)

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
value SubscriberConfig
Returns
Type Description
Subscriber.Builder

addSubscriberConfigs(int index, SubscriberConfig.Builder builderForValue)

public Subscriber.Builder addSubscriberConfigs(int index, SubscriberConfig.Builder builderForValue)

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
builderForValue SubscriberConfig.Builder
Returns
Type Description
Subscriber.Builder

addSubscriberConfigsBuilder()

public SubscriberConfig.Builder addSubscriberConfigsBuilder()

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SubscriberConfig.Builder

addSubscriberConfigsBuilder(int index)

public SubscriberConfig.Builder addSubscriberConfigsBuilder(int index)

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
SubscriberConfig.Builder

build()

public Subscriber build()
Returns
Type Description
Subscriber

buildPartial()

public Subscriber buildPartial()
Returns
Type Description
Subscriber

clear()

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

clearCreateTime()

public Subscriber.Builder clearCreateTime()

Output only. The time at which the subscriber was created.

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

Returns
Type Description
Subscriber.Builder

clearEndpointAuthorization()

public Subscriber.Builder clearEndpointAuthorization()

Required. Authorization mechanism for a subscriber endpoint. This is required to ensure the endpoint can be verified.

.google.devicesandservices.health.v4.EndpointAuthorization endpoint_authorization = 7 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Subscriber.Builder

clearEndpointUri()

public Subscriber.Builder clearEndpointUri()

Required. The full HTTPS URI where update notifications will be sent. The URI must be a valid URL and use HTTPS as the scheme. This endpoint will be verified during CreateSubscriber and UpdateSubscriber calls. See RPC documentation for verification details.

string endpoint_uri = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Subscriber.Builder

This builder for chaining.

clearName()

public Subscriber.Builder clearName()

Identifier. The resource name of the Subscriber. Format: projects/{project}/subscribers/{subscriber} The {project} ID is a Google Cloud Project ID or Project Number. The {subscriber} ID is user-settable (4-36 characters, matching /a-z/) if provided during creation, or system-generated otherwise (e.g., a UUID). Example (User-settable subscriber ID): projects/my-project/subscribers/my-sub-123 Example (System-generated subscriber ID): projects/my-project/subscribers/a1b2c3d4-e5f6-7890-1234-567890abcdef

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

Returns
Type Description
Subscriber.Builder

This builder for chaining.

clearState()

public Subscriber.Builder clearState()

Output only. The state of the subscriber.

.google.devicesandservices.health.v4.Subscriber.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Subscriber.Builder

This builder for chaining.

clearSubscriberConfigs()

public Subscriber.Builder clearSubscriberConfigs()

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Subscriber.Builder

clearUpdateTime()

public Subscriber.Builder clearUpdateTime()

Output only. The time at which the subscriber was last updated.

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

Returns
Type Description
Subscriber.Builder

getCreateTime()

public Timestamp getCreateTime()

Output only. The time at which the subscriber was created.

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

Returns
Type Description
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. The time at which the subscriber was created.

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

Returns
Type Description
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time at which the subscriber was created.

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

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public Subscriber getDefaultInstanceForType()
Returns
Type Description
Subscriber

getDescriptorForType()

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

getEndpointAuthorization()

public EndpointAuthorization getEndpointAuthorization()

Required. Authorization mechanism for a subscriber endpoint. This is required to ensure the endpoint can be verified.

.google.devicesandservices.health.v4.EndpointAuthorization endpoint_authorization = 7 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EndpointAuthorization

The endpointAuthorization.

getEndpointAuthorizationBuilder()

public EndpointAuthorization.Builder getEndpointAuthorizationBuilder()

Required. Authorization mechanism for a subscriber endpoint. This is required to ensure the endpoint can be verified.

.google.devicesandservices.health.v4.EndpointAuthorization endpoint_authorization = 7 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EndpointAuthorization.Builder

getEndpointAuthorizationOrBuilder()

public EndpointAuthorizationOrBuilder getEndpointAuthorizationOrBuilder()

Required. Authorization mechanism for a subscriber endpoint. This is required to ensure the endpoint can be verified.

.google.devicesandservices.health.v4.EndpointAuthorization endpoint_authorization = 7 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EndpointAuthorizationOrBuilder

getEndpointUri()

public String getEndpointUri()

Required. The full HTTPS URI where update notifications will be sent. The URI must be a valid URL and use HTTPS as the scheme. This endpoint will be verified during CreateSubscriber and UpdateSubscriber calls. See RPC documentation for verification details.

string endpoint_uri = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The endpointUri.

getEndpointUriBytes()

public ByteString getEndpointUriBytes()

Required. The full HTTPS URI where update notifications will be sent. The URI must be a valid URL and use HTTPS as the scheme. This endpoint will be verified during CreateSubscriber and UpdateSubscriber calls. See RPC documentation for verification details.

string endpoint_uri = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for endpointUri.

getName()

public String getName()

Identifier. The resource name of the Subscriber. Format: projects/{project}/subscribers/{subscriber} The {project} ID is a Google Cloud Project ID or Project Number. The {subscriber} ID is user-settable (4-36 characters, matching /a-z/) if provided during creation, or system-generated otherwise (e.g., a UUID). Example (User-settable subscriber ID): projects/my-project/subscribers/my-sub-123 Example (System-generated subscriber ID): projects/my-project/subscribers/a1b2c3d4-e5f6-7890-1234-567890abcdef

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Identifier. The resource name of the Subscriber. Format: projects/{project}/subscribers/{subscriber} The {project} ID is a Google Cloud Project ID or Project Number. The {subscriber} ID is user-settable (4-36 characters, matching /a-z/) if provided during creation, or system-generated otherwise (e.g., a UUID). Example (User-settable subscriber ID): projects/my-project/subscribers/my-sub-123 Example (System-generated subscriber ID): projects/my-project/subscribers/a1b2c3d4-e5f6-7890-1234-567890abcdef

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

Returns
Type Description
ByteString

The bytes for name.

getState()

public Subscriber.State getState()

Output only. The state of the subscriber.

.google.devicesandservices.health.v4.Subscriber.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Subscriber.State

The state.

getStateValue()

public int getStateValue()

Output only. The state of the subscriber.

.google.devicesandservices.health.v4.Subscriber.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

getSubscriberConfigs(int index)

public SubscriberConfig getSubscriberConfigs(int index)

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
SubscriberConfig

getSubscriberConfigsBuilder(int index)

public SubscriberConfig.Builder getSubscriberConfigsBuilder(int index)

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
SubscriberConfig.Builder

getSubscriberConfigsBuilderList()

public List<SubscriberConfig.Builder> getSubscriberConfigsBuilderList()

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Builder>

getSubscriberConfigsCount()

public int getSubscriberConfigsCount()

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getSubscriberConfigsList()

public List<SubscriberConfig> getSubscriberConfigsList()

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<SubscriberConfig>

getSubscriberConfigsOrBuilder(int index)

public SubscriberConfigOrBuilder getSubscriberConfigsOrBuilder(int index)

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
SubscriberConfigOrBuilder

getSubscriberConfigsOrBuilderList()

public List<? extends SubscriberConfigOrBuilder> getSubscriberConfigsOrBuilderList()

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.devicesandservices.health.v4.SubscriberConfigOrBuilder>

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The time at which the subscriber was last updated.

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

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. The time at which the subscriber was last updated.

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

Returns
Type Description
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The time at which the subscriber was last updated.

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

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. The time at which the subscriber was created.

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

Returns
Type Description
boolean

Whether the createTime field is set.

hasEndpointAuthorization()

public boolean hasEndpointAuthorization()

Required. Authorization mechanism for a subscriber endpoint. This is required to ensure the endpoint can be verified.

.google.devicesandservices.health.v4.EndpointAuthorization endpoint_authorization = 7 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the endpointAuthorization field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The time at which the subscriber was last updated.

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

Returns
Type Description
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCreateTime(Timestamp value)

public Subscriber.Builder mergeCreateTime(Timestamp value)

Output only. The time at which the subscriber was created.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
Subscriber.Builder

mergeEndpointAuthorization(EndpointAuthorization value)

public Subscriber.Builder mergeEndpointAuthorization(EndpointAuthorization value)

Required. Authorization mechanism for a subscriber endpoint. This is required to ensure the endpoint can be verified.

.google.devicesandservices.health.v4.EndpointAuthorization endpoint_authorization = 7 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value EndpointAuthorization
Returns
Type Description
Subscriber.Builder

mergeFrom(Subscriber other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUpdateTime(Timestamp value)

public Subscriber.Builder mergeUpdateTime(Timestamp value)

Output only. The time at which the subscriber was last updated.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
Subscriber.Builder

removeSubscriberConfigs(int index)

public Subscriber.Builder removeSubscriberConfigs(int index)

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Subscriber.Builder

setCreateTime(Timestamp value)

public Subscriber.Builder setCreateTime(Timestamp value)

Output only. The time at which the subscriber was created.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
Subscriber.Builder

setCreateTime(Timestamp.Builder builderForValue)

public Subscriber.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. The time at which the subscriber was created.

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Subscriber.Builder

setEndpointAuthorization(EndpointAuthorization value)

public Subscriber.Builder setEndpointAuthorization(EndpointAuthorization value)

Required. Authorization mechanism for a subscriber endpoint. This is required to ensure the endpoint can be verified.

.google.devicesandservices.health.v4.EndpointAuthorization endpoint_authorization = 7 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value EndpointAuthorization
Returns
Type Description
Subscriber.Builder

setEndpointAuthorization(EndpointAuthorization.Builder builderForValue)

public Subscriber.Builder setEndpointAuthorization(EndpointAuthorization.Builder builderForValue)

Required. Authorization mechanism for a subscriber endpoint. This is required to ensure the endpoint can be verified.

.google.devicesandservices.health.v4.EndpointAuthorization endpoint_authorization = 7 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue EndpointAuthorization.Builder
Returns
Type Description
Subscriber.Builder

setEndpointUri(String value)

public Subscriber.Builder setEndpointUri(String value)

Required. The full HTTPS URI where update notifications will be sent. The URI must be a valid URL and use HTTPS as the scheme. This endpoint will be verified during CreateSubscriber and UpdateSubscriber calls. See RPC documentation for verification details.

string endpoint_uri = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The endpointUri to set.

Returns
Type Description
Subscriber.Builder

This builder for chaining.

setEndpointUriBytes(ByteString value)

public Subscriber.Builder setEndpointUriBytes(ByteString value)

Required. The full HTTPS URI where update notifications will be sent. The URI must be a valid URL and use HTTPS as the scheme. This endpoint will be verified during CreateSubscriber and UpdateSubscriber calls. See RPC documentation for verification details.

string endpoint_uri = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for endpointUri to set.

Returns
Type Description
Subscriber.Builder

This builder for chaining.

setName(String value)

public Subscriber.Builder setName(String value)

Identifier. The resource name of the Subscriber. Format: projects/{project}/subscribers/{subscriber} The {project} ID is a Google Cloud Project ID or Project Number. The {subscriber} ID is user-settable (4-36 characters, matching /a-z/) if provided during creation, or system-generated otherwise (e.g., a UUID). Example (User-settable subscriber ID): projects/my-project/subscribers/my-sub-123 Example (System-generated subscriber ID): projects/my-project/subscribers/a1b2c3d4-e5f6-7890-1234-567890abcdef

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
Subscriber.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Subscriber.Builder setNameBytes(ByteString value)

Identifier. The resource name of the Subscriber. Format: projects/{project}/subscribers/{subscriber} The {project} ID is a Google Cloud Project ID or Project Number. The {subscriber} ID is user-settable (4-36 characters, matching /a-z/) if provided during creation, or system-generated otherwise (e.g., a UUID). Example (User-settable subscriber ID): projects/my-project/subscribers/my-sub-123 Example (System-generated subscriber ID): projects/my-project/subscribers/a1b2c3d4-e5f6-7890-1234-567890abcdef

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
Subscriber.Builder

This builder for chaining.

setState(Subscriber.State value)

public Subscriber.Builder setState(Subscriber.State value)

Output only. The state of the subscriber.

.google.devicesandservices.health.v4.Subscriber.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Subscriber.State

The state to set.

Returns
Type Description
Subscriber.Builder

This builder for chaining.

setStateValue(int value)

public Subscriber.Builder setStateValue(int value)

Output only. The state of the subscriber.

.google.devicesandservices.health.v4.Subscriber.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value int

The enum numeric value on the wire for state to set.

Returns
Type Description
Subscriber.Builder

This builder for chaining.

setSubscriberConfigs(int index, SubscriberConfig value)

public Subscriber.Builder setSubscriberConfigs(int index, SubscriberConfig value)

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
value SubscriberConfig
Returns
Type Description
Subscriber.Builder

setSubscriberConfigs(int index, SubscriberConfig.Builder builderForValue)

public Subscriber.Builder setSubscriberConfigs(int index, SubscriberConfig.Builder builderForValue)

Optional. Configuration for the subscriber.

repeated .google.devicesandservices.health.v4.SubscriberConfig subscriber_configs = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
builderForValue SubscriberConfig.Builder
Returns
Type Description
Subscriber.Builder

setUpdateTime(Timestamp value)

public Subscriber.Builder setUpdateTime(Timestamp value)

Output only. The time at which the subscriber was last updated.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
Subscriber.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public Subscriber.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. The time at which the subscriber was last updated.

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Subscriber.Builder