Interface TimestampedBuildIdAssignmentRuleOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getCreateTime()
      .google.protobuf.Timestamp create_time = 2;
      com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
      .google.protobuf.Timestamp create_time = 2;
      BuildIdAssignmentRule getRule()
      .temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 1;
      BuildIdAssignmentRuleOrBuilder getRuleOrBuilder()
      .temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 1;
      boolean hasCreateTime()
      .google.protobuf.Timestamp create_time = 2;
      boolean hasRule()
      .temporal.api.taskqueue.v1.BuildIdAssignmentRule 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 Detail

      • hasRule

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

        BuildIdAssignmentRule getRule()
        .temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 1;
        Returns:
        The rule.
      • 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;