Interface TimestampedCompatibleBuildIdRedirectRuleOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TimestampedCompatibleBuildIdRedirectRule, TimestampedCompatibleBuildIdRedirectRule.Builder

@Generated(value="protoc", comments="annotations:TimestampedCompatibleBuildIdRedirectRuleOrBuilder.java.pb.meta") public interface TimestampedCompatibleBuildIdRedirectRuleOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp create_time = 2;
    com.google.protobuf.TimestampOrBuilder
    .google.protobuf.Timestamp create_time = 2;
    .temporal.api.taskqueue.v1.CompatibleBuildIdRedirectRule rule = 1;
    .temporal.api.taskqueue.v1.CompatibleBuildIdRedirectRule rule = 1;
    boolean
    .google.protobuf.Timestamp create_time = 2;
    boolean
    .temporal.api.taskqueue.v1.CompatibleBuildIdRedirectRule rule = 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

    • hasRule

      boolean hasRule()
      .temporal.api.taskqueue.v1.CompatibleBuildIdRedirectRule rule = 1;
      Returns:
      Whether the rule field is set.
    • getRule

      .temporal.api.taskqueue.v1.CompatibleBuildIdRedirectRule rule = 1;
      Returns:
      The rule.
    • getRuleOrBuilder

      .temporal.api.taskqueue.v1.CompatibleBuildIdRedirectRule rule = 1;
    • hasCreateTime

      boolean hasCreateTime()
      .google.protobuf.Timestamp create_time = 2;
      Returns:
      Whether the createTime field is set.
    • getCreateTime

      com.google.protobuf.Timestamp getCreateTime()
      .google.protobuf.Timestamp create_time = 2;
      Returns:
      The createTime.
    • getCreateTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
      .google.protobuf.Timestamp create_time = 2;