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

io.temporal.api.taskqueue.v1.TaskQueuePartitionMetadataOrBuilder Maven / Gradle / Ivy

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

package io.temporal.api.taskqueue.v1;

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

  /**
   * string key = 1;
   * @return The key.
   */
  java.lang.String getKey();
  /**
   * string key = 1;
   * @return The bytes for key.
   */
  com.google.protobuf.ByteString
      getKeyBytes();

  /**
   * string owner_host_name = 2;
   * @return The ownerHostName.
   */
  java.lang.String getOwnerHostName();
  /**
   * string owner_host_name = 2;
   * @return The bytes for ownerHostName.
   */
  com.google.protobuf.ByteString
      getOwnerHostNameBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy