Package mxaccess_worker.v1
Interface MxaccessWorker.WorkerShutdownOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessWorker.WorkerShutdown,MxaccessWorker.WorkerShutdown.Builder
- Enclosing class:
MxaccessWorker
public static interface MxaccessWorker.WorkerShutdownOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Duration.google.protobuf.Duration grace_period = 1;com.google.protobuf.DurationOrBuilder.google.protobuf.Duration grace_period = 1;string reason = 2;com.google.protobuf.ByteStringstring reason = 2;boolean.google.protobuf.Duration grace_period = 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
-
hasGracePeriod
boolean hasGracePeriod().google.protobuf.Duration grace_period = 1;- Returns:
- Whether the gracePeriod field is set.
-
getGracePeriod
com.google.protobuf.Duration getGracePeriod().google.protobuf.Duration grace_period = 1;- Returns:
- The gracePeriod.
-
getGracePeriodOrBuilder
com.google.protobuf.DurationOrBuilder getGracePeriodOrBuilder().google.protobuf.Duration grace_period = 1; -
getReason
String getReason()string reason = 2;- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()string reason = 2;- Returns:
- The bytes for reason.
-