public static interface EnvironmentHistory.EntryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgentVersion()
public abstract String getAgentVersion()The agent version loaded into this environment history entry.
string agent_version = 1;
| Type | Description |
| String | The agentVersion. |
getAgentVersionBytes()
public abstract ByteString getAgentVersionBytes()The agent version loaded into this environment history entry.
string agent_version = 1;
| Type | Description |
| ByteString | The bytes for agentVersion. |
getCreateTime()
public abstract Timestamp getCreateTime()The creation time of this environment history entry.
.google.protobuf.Timestamp create_time = 3;
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()The creation time of this environment history entry.
.google.protobuf.Timestamp create_time = 3;
| Type | Description |
| TimestampOrBuilder |
getDescription()
public abstract String getDescription()The developer-provided description for this environment history entry.
string description = 2;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()The developer-provided description for this environment history entry.
string description = 2;
| Type | Description |
| ByteString | The bytes for description. |
hasCreateTime()
public abstract boolean hasCreateTime()The creation time of this environment history entry.
.google.protobuf.Timestamp create_time = 3;
| Type | Description |
| boolean | Whether the createTime field is set. |