public static interface EnvironmentHistory.EntryOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAgentVersion()
The agent version loaded into this environment history entry.
|
ByteString |
getAgentVersionBytes()
The agent version loaded into this environment history entry.
|
Timestamp |
getCreateTime()
The creation time of this environment history entry.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
The creation time of this environment history entry.
|
String |
getDescription()
The developer-provided description for this environment history entry.
|
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, hasOneof
isInitialized
String getAgentVersion()
The agent version loaded into this environment history entry.
string agent_version = 1;
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;
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;
Timestamp getCreateTime()
The creation time of this environment history entry.
.google.protobuf.Timestamp create_time = 3;
TimestampOrBuilder getCreateTimeOrBuilder()
The creation time of this environment history entry.
.google.protobuf.Timestamp create_time = 3;
Copyright © 2022 Google LLC. All rights reserved.