io.temporal.api.taskqueue.v1.TaskQueuePartitionMetadataOrBuilder Maven / Gradle / Ivy
// 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 - 2025 Weber Informatics LLC | Privacy Policy