public static interface EnvironmentHistory.EntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentVersion()
The agent version loaded into this environment history entry.
|
com.google.protobuf.ByteString |
getAgentVersionBytes()
The agent version loaded into this environment history entry.
|
com.google.protobuf.Timestamp |
getCreateTime()
The creation time of this environment history entry.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The creation time of this environment history entry.
|
String |
getDescription()
The developer-provided description for this environment history entry.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The developer-provided description for this environment history entry.
|
boolean |
hasCreateTime()
The creation time of this environment history entry.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAgentVersion()
The agent version loaded into this environment history entry.
string agent_version = 1;com.google.protobuf.ByteString getAgentVersionBytes()
The agent version loaded into this environment history entry.
string agent_version = 1;String getDescription()
The developer-provided description for this environment history entry.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
The developer-provided description for this environment history entry.
string description = 2;boolean hasCreateTime()
The creation time of this environment history entry.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.Timestamp getCreateTime()
The creation time of this environment history entry.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The creation time of this environment history entry.
.google.protobuf.Timestamp create_time = 3;Copyright © 2023 Google LLC. All rights reserved.