Package houston.grpc.service
Interface Manifest.MaintenanceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Manifest.Maintenance,Manifest.Maintenance.Builder
- Enclosing class:
Manifest
public static interface Manifest.MaintenanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEndAt()string endAt = 2;com.google.protobuf.ByteStringstring endAt = 2;string message = 3;com.google.protobuf.ByteStringstring message = 3;string startAt = 1;com.google.protobuf.ByteStringstring startAt = 1;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
-
getStartAt
String getStartAt()string startAt = 1;- Returns:
- The startAt.
-
getStartAtBytes
com.google.protobuf.ByteString getStartAtBytes()string startAt = 1;- Returns:
- The bytes for startAt.
-
getEndAt
String getEndAt()string endAt = 2;- Returns:
- The endAt.
-
getEndAtBytes
com.google.protobuf.ByteString getEndAtBytes()string endAt = 2;- Returns:
- The bytes for endAt.
-
getMessage
String getMessage()string message = 3;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()string message = 3;- Returns:
- The bytes for message.
-