Class DataAgent.Builder (0.1.0)

public static final class DataAgent.Builder extends GeneratedMessageV3.Builder<DataAgent.Builder> implements DataAgentOrBuilder

Message describing a DataAgent object.

Protobuf type google.cloud.geminidataanalytics.v1beta.DataAgent

Implements

DataAgentOrBuilder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public DataAgent build()
Returns
Type Description
DataAgent

buildPartial()

public DataAgent buildPartial()
Returns
Type Description
DataAgent

clear()

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

clearCreateTime()

public DataAgent.Builder clearCreateTime()

Output only. The time when the data agent was created.

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

Returns
Type Description
DataAgent.Builder

clearDataAnalyticsAgent()

public DataAgent.Builder clearDataAnalyticsAgent()

Data analytics agent.

.google.cloud.geminidataanalytics.v1beta.DataAnalyticsAgent data_analytics_agent = 101;

Returns
Type Description
DataAgent.Builder

clearDeleteTime()

public DataAgent.Builder clearDeleteTime()

Output only. [Output only] The time the data agent was soft deleted.

.google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DataAgent.Builder

clearDescription()

public DataAgent.Builder clearDescription()

Optional. Description of the agent.

  • Must be between 1-1024 characters.

string description = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DataAgent.Builder

This builder for chaining.

clearDisplayName()

public DataAgent.Builder clearDisplayName()

Optional. User friendly display name.

  • Must be between 1-256 characters.

string display_name = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DataAgent.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearLabels()

public DataAgent.Builder clearLabels()
Returns
Type Description
DataAgent.Builder

clearName()

public DataAgent.Builder clearName()

Optional. Identifier. The unique resource name of a DataAgent. Format: projects/{project}/locations/{location}/dataAgents/{data_agent_id} {data_agent} is the resource id and should be 63 characters or less and must match the format described in https://google.aip.dev/122#resource-id-segments

Example: projects/1234567890/locations/us-central1/dataAgents/my-agent.

It is recommended to skip setting this field during agent creation as it will be inferred automatically and overwritten with the {parent}/dataAgents/{data_agent_id}.

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

Returns
Type Description
DataAgent.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearPurgeTime()

public DataAgent.Builder clearPurgeTime()

Output only. Timestamp in UTC of when this data agent is considered expired. This is always provided on output, regardless of what was sent on input.

.google.protobuf.Timestamp purge_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DataAgent.Builder

clearType()

public DataAgent.Builder clearType()
Returns
Type Description
DataAgent.Builder

clearUpdateTime()

public DataAgent.Builder clearUpdateTime()

Output only. The time when the data agent was last updated.

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

Returns
Type Description
DataAgent.Builder

clone()

public DataAgent.Builder clone()
Returns
Type Description
DataAgent.Builder
Overrides

containsLabels(String key)

public boolean containsLabels(String key)

Optional. Labels to help users filter related agents. For example, "sales", "business", "etl", and so on. Note labels are used only for filtering and not for policies. See the labels documentation for more details on label usage.

map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
boolean

getCreateTime()

public Timestamp getCreateTime()

Output only. The time when the data agent was created.

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

Returns
Type Description
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. The time when the data agent was created.

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

Returns
Type Description
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time when the data agent was created.

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

Returns
Type Description
TimestampOrBuilder

getDataAnalyticsAgent()

public DataAnalyticsAgent getDataAnalyticsAgent()

Data analytics agent.

.google.cloud.geminidataanalytics.v1beta.DataAnalyticsAgent data_analytics_agent = 101;

Returns
Type Description
DataAnalyticsAgent

The dataAnalyticsAgent.

getDataAnalyticsAgentBuilder()

public DataAnalyticsAgent.Builder getDataAnalyticsAgentBuilder()

Data analytics agent.

.google.cloud.geminidataanalytics.v1beta.DataAnalyticsAgent data_analytics_agent = 101;

Returns
Type Description
DataAnalyticsAgent.Builder

getDataAnalyticsAgentOrBuilder()

public DataAnalyticsAgentOrBuilder getDataAnalyticsAgentOrBuilder()

Data analytics agent.

.google.cloud.geminidataanalytics.v1beta.DataAnalyticsAgent data_analytics_agent = 101;

Returns
Type Description
DataAnalyticsAgentOrBuilder

getDefaultInstanceForType()

public DataAgent getDefaultInstanceForType()
Returns
Type Description
DataAgent

getDeleteTime()

public Timestamp getDeleteTime()

Output only. [Output only] The time the data agent was soft deleted.

.google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The deleteTime.

getDeleteTimeBuilder()

public Timestamp.Builder getDeleteTimeBuilder()

Output only. [Output only] The time the data agent was soft deleted.

.google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getDeleteTimeOrBuilder()

public TimestampOrBuilder getDeleteTimeOrBuilder()

Output only. [Output only] The time the data agent was soft deleted.

.google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDescription()

public String getDescription()

Optional. Description of the agent.

  • Must be between 1-1024 characters.

string description = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Optional. Description of the agent.

  • Must be between 1-1024 characters.

string description = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for description.

getDescriptorForType()

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

getDisplayName()

public String getDisplayName()

Optional. User friendly display name.

  • Must be between 1-256 characters.

string display_name = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Optional. User friendly display name.

  • Must be between 1-256 characters.

string display_name = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for displayName.

getLabels() (deprecated)

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public int getLabelsCount()

Optional. Labels to help users filter related agents. For example, "sales", "business", "etl", and so on. Note labels are used only for filtering and not for policies. See the labels documentation for more details on label usage.

map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getLabelsMap()

public Map<String,String> getLabelsMap()

Optional. Labels to help users filter related agents. For example, "sales", "business", "etl", and so on. Note labels are used only for filtering and not for policies. See the labels documentation for more details on label usage.

map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

Optional. Labels to help users filter related agents. For example, "sales", "business", "etl", and so on. Note labels are used only for filtering and not for policies. See the labels documentation for more details on label usage.

map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

Optional. Labels to help users filter related agents. For example, "sales", "business", "etl", and so on. Note labels are used only for filtering and not for policies. See the labels documentation for more details on label usage.

map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
String

getMutableLabels() (deprecated)

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
Type Description
Map<String,String>

getName()

public String getName()

Optional. Identifier. The unique resource name of a DataAgent. Format: projects/{project}/locations/{location}/dataAgents/{data_agent_id} {data_agent} is the resource id and should be 63 characters or less and must match the format described in https://google.aip.dev/122#resource-id-segments

Example: projects/1234567890/locations/us-central1/dataAgents/my-agent.

It is recommended to skip setting this field during agent creation as it will be inferred automatically and overwritten with the {parent}/dataAgents/{data_agent_id}.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Optional. Identifier. The unique resource name of a DataAgent. Format: projects/{project}/locations/{location}/dataAgents/{data_agent_id} {data_agent} is the resource id and should be 63 characters or less and must match the format described in https://google.aip.dev/122#resource-id-segments

Example: projects/1234567890/locations/us-central1/dataAgents/my-agent.

It is recommended to skip setting this field during agent creation as it will be inferred automatically and overwritten with the {parent}/dataAgents/{data_agent_id}.

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

Returns
Type Description
ByteString

The bytes for name.

getPurgeTime()

public Timestamp getPurgeTime()

Output only. Timestamp in UTC of when this data agent is considered expired. This is always provided on output, regardless of what was sent on input.

.google.protobuf.Timestamp purge_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The purgeTime.

getPurgeTimeBuilder()

public Timestamp.Builder getPurgeTimeBuilder()

Output only. Timestamp in UTC of when this data agent is considered expired. This is always provided on output, regardless of what was sent on input.

.google.protobuf.Timestamp purge_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getPurgeTimeOrBuilder()

public TimestampOrBuilder getPurgeTimeOrBuilder()

Output only. Timestamp in UTC of when this data agent is considered expired. This is always provided on output, regardless of what was sent on input.

.google.protobuf.Timestamp purge_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getTypeCase()

public DataAgent.TypeCase getTypeCase()
Returns
Type Description
DataAgent.TypeCase

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The time when the data agent was last updated.

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

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. The time when the data agent was last updated.

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

Returns
Type Description
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The time when the data agent was last updated.

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

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. The time when the data agent was created.

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

Returns
Type Description
boolean

Whether the createTime field is set.

hasDataAnalyticsAgent()

public boolean hasDataAnalyticsAgent()

Data analytics agent.

.google.cloud.geminidataanalytics.v1beta.DataAnalyticsAgent data_analytics_agent = 101;

Returns
Type Description
boolean

Whether the dataAnalyticsAgent field is set.

hasDeleteTime()

public boolean hasDeleteTime()

Output only. [Output only] The time the data agent was soft deleted.

.google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the deleteTime field is set.

hasPurgeTime()

public boolean hasPurgeTime()

Output only. Timestamp in UTC of when this data agent is considered expired. This is always provided on output, regardless of what was sent on input.

.google.protobuf.Timestamp purge_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the purgeTime field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The time when the data agent was last updated.

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

Returns
Type Description
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

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

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCreateTime(Timestamp value)

public DataAgent.Builder mergeCreateTime(Timestamp value)

Output only. The time when the data agent was created.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
DataAgent.Builder

mergeDataAnalyticsAgent(DataAnalyticsAgent value)

public DataAgent.Builder mergeDataAnalyticsAgent(DataAnalyticsAgent value)

Data analytics agent.

.google.cloud.geminidataanalytics.v1beta.DataAnalyticsAgent data_analytics_agent = 101;

Parameter
Name Description
value DataAnalyticsAgent
Returns
Type Description
DataAgent.Builder

mergeDeleteTime(Timestamp value)

public DataAgent.Builder mergeDeleteTime(Timestamp value)

Output only. [Output only] The time the data agent was soft deleted.

.google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
DataAgent.Builder

mergeFrom(DataAgent other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergePurgeTime(Timestamp value)

public DataAgent.Builder mergePurgeTime(Timestamp value)

Output only. Timestamp in UTC of when this data agent is considered expired. This is always provided on output, regardless of what was sent on input.

.google.protobuf.Timestamp purge_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
DataAgent.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

mergeUpdateTime(Timestamp value)

public DataAgent.Builder mergeUpdateTime(Timestamp value)

Output only. The time when the data agent was last updated.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
DataAgent.Builder

putAllLabels(Map<String,String> values)

public DataAgent.Builder putAllLabels(Map<String,String> values)

Optional. Labels to help users filter related agents. For example, "sales", "business", "etl", and so on. Note labels are used only for filtering and not for policies. See the labels documentation for more details on label usage.

map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Map<String,String>
Returns
Type Description
DataAgent.Builder

putLabels(String key, String value)

public DataAgent.Builder putLabels(String key, String value)

Optional. Labels to help users filter related agents. For example, "sales", "business", "etl", and so on. Note labels are used only for filtering and not for policies. See the labels documentation for more details on label usage.

map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
key String
value String
Returns
Type Description
DataAgent.Builder

removeLabels(String key)

public DataAgent.Builder removeLabels(String key)

Optional. Labels to help users filter related agents. For example, "sales", "business", "etl", and so on. Note labels are used only for filtering and not for policies. See the labels documentation for more details on label usage.

map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
DataAgent.Builder

setCreateTime(Timestamp value)

public DataAgent.Builder setCreateTime(Timestamp value)

Output only. The time when the data agent was created.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
DataAgent.Builder

setCreateTime(Timestamp.Builder builderForValue)

public DataAgent.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. The time when the data agent was created.

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DataAgent.Builder

setDataAnalyticsAgent(DataAnalyticsAgent value)

public DataAgent.Builder setDataAnalyticsAgent(DataAnalyticsAgent value)

Data analytics agent.

.google.cloud.geminidataanalytics.v1beta.DataAnalyticsAgent data_analytics_agent = 101;

Parameter
Name Description
value DataAnalyticsAgent
Returns
Type Description
DataAgent.Builder

setDataAnalyticsAgent(DataAnalyticsAgent.Builder builderForValue)

public DataAgent.Builder setDataAnalyticsAgent(DataAnalyticsAgent.Builder builderForValue)

Data analytics agent.

.google.cloud.geminidataanalytics.v1beta.DataAnalyticsAgent data_analytics_agent = 101;

Parameter
Name Description
builderForValue DataAnalyticsAgent.Builder
Returns
Type Description
DataAgent.Builder

setDeleteTime(Timestamp value)

public DataAgent.Builder setDeleteTime(Timestamp value)

Output only. [Output only] The time the data agent was soft deleted.

.google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
DataAgent.Builder

setDeleteTime(Timestamp.Builder builderForValue)

public DataAgent.Builder setDeleteTime(Timestamp.Builder builderForValue)

Output only. [Output only] The time the data agent was soft deleted.

.google.protobuf.Timestamp delete_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DataAgent.Builder

setDescription(String value)

public DataAgent.Builder setDescription(String value)

Optional. Description of the agent.

  • Must be between 1-1024 characters.

string description = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The description to set.

Returns
Type Description
DataAgent.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public DataAgent.Builder setDescriptionBytes(ByteString value)

Optional. Description of the agent.

  • Must be between 1-1024 characters.

string description = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for description to set.

Returns
Type Description
DataAgent.Builder

This builder for chaining.

setDisplayName(String value)

public DataAgent.Builder setDisplayName(String value)

Optional. User friendly display name.

  • Must be between 1-256 characters.

string display_name = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The displayName to set.

Returns
Type Description
DataAgent.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public DataAgent.Builder setDisplayNameBytes(ByteString value)

Optional. User friendly display name.

  • Must be between 1-256 characters.

string display_name = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
DataAgent.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public DataAgent.Builder setName(String value)

Optional. Identifier. The unique resource name of a DataAgent. Format: projects/{project}/locations/{location}/dataAgents/{data_agent_id} {data_agent} is the resource id and should be 63 characters or less and must match the format described in https://google.aip.dev/122#resource-id-segments

Example: projects/1234567890/locations/us-central1/dataAgents/my-agent.

It is recommended to skip setting this field during agent creation as it will be inferred automatically and overwritten with the {parent}/dataAgents/{data_agent_id}.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DataAgent.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DataAgent.Builder setNameBytes(ByteString value)

Optional. Identifier. The unique resource name of a DataAgent. Format: projects/{project}/locations/{location}/dataAgents/{data_agent_id} {data_agent} is the resource id and should be 63 characters or less and must match the format described in https://google.aip.dev/122#resource-id-segments

Example: projects/1234567890/locations/us-central1/dataAgents/my-agent.

It is recommended to skip setting this field during agent creation as it will be inferred automatically and overwritten with the {parent}/dataAgents/{data_agent_id}.

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
DataAgent.Builder

This builder for chaining.

setPurgeTime(Timestamp value)

public DataAgent.Builder setPurgeTime(Timestamp value)

Output only. Timestamp in UTC of when this data agent is considered expired. This is always provided on output, regardless of what was sent on input.

.google.protobuf.Timestamp purge_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
DataAgent.Builder

setPurgeTime(Timestamp.Builder builderForValue)

public DataAgent.Builder setPurgeTime(Timestamp.Builder builderForValue)

Output only. Timestamp in UTC of when this data agent is considered expired. This is always provided on output, regardless of what was sent on input.

.google.protobuf.Timestamp purge_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DataAgent.Builder

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setUpdateTime(Timestamp value)

public DataAgent.Builder setUpdateTime(Timestamp value)

Output only. The time when the data agent was last updated.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
DataAgent.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public DataAgent.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. The time when the data agent was last updated.

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DataAgent.Builder