All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.namespace.v1.BadBinaryInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.27.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/namespace/v1/message.proto

package io.temporal.api.namespace.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:BadBinaryInfoOrBuilder.java.pb.meta")
public interface BadBinaryInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.namespace.v1.BadBinaryInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string reason = 1;
   * @return The reason.
   */
  java.lang.String getReason();
  /**
   * string reason = 1;
   * @return The bytes for reason.
   */
  com.google.protobuf.ByteString
      getReasonBytes();

  /**
   * string operator = 2;
   * @return The operator.
   */
  java.lang.String getOperator();
  /**
   * string operator = 2;
   * @return The bytes for operator.
   */
  com.google.protobuf.ByteString
      getOperatorBytes();

  /**
   * .google.protobuf.Timestamp create_time = 3 [(.gogoproto.stdtime) = true];
   * @return Whether the createTime field is set.
   */
  boolean hasCreateTime();
  /**
   * .google.protobuf.Timestamp create_time = 3 [(.gogoproto.stdtime) = true];
   * @return The createTime.
   */
  com.google.protobuf.Timestamp getCreateTime();
  /**
   * .google.protobuf.Timestamp create_time = 3 [(.gogoproto.stdtime) = true];
   */
  com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy