Interface MxaccessGateway.ShutdownWorkerCommandOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MxaccessGateway.ShutdownWorkerCommand, MxaccessGateway.ShutdownWorkerCommand.Builder
Enclosing class:
MxaccessGateway

public static interface MxaccessGateway.ShutdownWorkerCommandOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Duration
    .google.protobuf.Duration grace_period = 1;
    com.google.protobuf.DurationOrBuilder
    .google.protobuf.Duration grace_period = 1;
    boolean
    .google.protobuf.Duration grace_period = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;