xyz.block.ftl.v1.AcquireLeaseRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: xyz/block/ftl/v1/module.proto
// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1;
public interface AcquireLeaseRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.AcquireLeaseRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string module = 1;
* @return The module.
*/
java.lang.String getModule();
/**
* string module = 1;
* @return The bytes for module.
*/
com.google.protobuf.ByteString
getModuleBytes();
/**
* repeated string key = 2;
* @return A list containing the key.
*/
java.util.List
getKeyList();
/**
* repeated string key = 2;
* @return The count of key.
*/
int getKeyCount();
/**
* repeated string key = 2;
* @param index The index of the element to return.
* @return The key at the given index.
*/
java.lang.String getKey(int index);
/**
* repeated string key = 2;
* @param index The index of the value to return.
* @return The bytes of the key at the given index.
*/
com.google.protobuf.ByteString
getKeyBytes(int index);
/**
* .google.protobuf.Duration ttl = 3;
* @return Whether the ttl field is set.
*/
boolean hasTtl();
/**
* .google.protobuf.Duration ttl = 3;
* @return The ttl.
*/
com.google.protobuf.Duration getTtl();
/**
* .google.protobuf.Duration ttl = 3;
*/
com.google.protobuf.DurationOrBuilder getTtlOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy