Interface Topology.CompletedChangeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Topology.CompletedChange,Topology.CompletedChange.Builder
- Enclosing class:
Topology
public static interface Topology.CompletedChangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Timestamp.google.protobuf.Timestamp completedAt = 4;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp completedAt = 4;longgetId()int64 id = 1;com.google.protobuf.Timestamp.google.protobuf.Timestamp startedAt = 3;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp startedAt = 3;.topology_protocol.ChangeStatus status = 2;int.topology_protocol.ChangeStatus status = 2;boolean.google.protobuf.Timestamp completedAt = 4;boolean.google.protobuf.Timestamp startedAt = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
long getId()int64 id = 1;- Returns:
- The id.
-
getStatusValue
int getStatusValue().topology_protocol.ChangeStatus status = 2;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
Topology.ChangeStatus getStatus().topology_protocol.ChangeStatus status = 2;- Returns:
- The status.
-
hasStartedAt
boolean hasStartedAt().google.protobuf.Timestamp startedAt = 3;- Returns:
- Whether the startedAt field is set.
-
getStartedAt
com.google.protobuf.Timestamp getStartedAt().google.protobuf.Timestamp startedAt = 3;- Returns:
- The startedAt.
-
getStartedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getStartedAtOrBuilder().google.protobuf.Timestamp startedAt = 3; -
hasCompletedAt
boolean hasCompletedAt().google.protobuf.Timestamp completedAt = 4;- Returns:
- Whether the completedAt field is set.
-
getCompletedAt
com.google.protobuf.Timestamp getCompletedAt().google.protobuf.Timestamp completedAt = 4;- Returns:
- The completedAt.
-
getCompletedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getCompletedAtOrBuilder().google.protobuf.Timestamp completedAt = 4;
-