Interface EnvironmentHistory.EntryOrBuilder (4.47.0)

public static interface EnvironmentHistory.EntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgentVersion()

public abstract String getAgentVersion()

The agent version loaded into this environment history entry.

string agent_version = 1;

Returns
TypeDescription
String

The agentVersion.

getAgentVersionBytes()

public abstract ByteString getAgentVersionBytes()

The agent version loaded into this environment history entry.

string agent_version = 1;

Returns
TypeDescription
ByteString

The bytes for agentVersion.

getCreateTime()

public abstract Timestamp getCreateTime()

The creation time of this environment history entry.

.google.protobuf.Timestamp create_time = 3;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

The creation time of this environment history entry.

.google.protobuf.Timestamp create_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getDescription()

public abstract String getDescription()

The developer-provided description for this environment history entry.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

The developer-provided description for this environment history entry.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

hasCreateTime()

public abstract boolean hasCreateTime()

The creation time of this environment history entry.

.google.protobuf.Timestamp create_time = 3;

Returns
TypeDescription
boolean

Whether the createTime field is set.