Interface EnvironmentHistory.EntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EnvironmentHistory.Entry
,EnvironmentHistory.Entry.Builder
- Enclosing class:
- EnvironmentHistory
public static interface EnvironmentHistory.EntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAgentVersion
String getAgentVersion()
The agent version loaded into this environment history entry.
string agent_version = 1;
- Returns:
- The agentVersion.
-
getAgentVersionBytes
com.google.protobuf.ByteString getAgentVersionBytes()
The agent version loaded into this environment history entry.
string agent_version = 1;
- Returns:
- The bytes for agentVersion.
-
getDescription
String getDescription()
The developer-provided description for this environment history entry.
string description = 2;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
The developer-provided description for this environment history entry.
string description = 2;
- Returns:
- The bytes for description.
-
hasCreateTime
boolean hasCreateTime()
The creation time of this environment history entry.
.google.protobuf.Timestamp create_time = 3;
- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
The creation time of this environment history entry.
.google.protobuf.Timestamp create_time = 3;
- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The creation time of this environment history entry.
.google.protobuf.Timestamp create_time = 3;
-
-