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

xyz.block.ftl.v1.RegisterRunnerRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.368.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xyz/block/ftl/v1/ftl.proto

// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1;

public interface RegisterRunnerRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.RegisterRunnerRequest)
    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 endpoint = 2;
   * @return The endpoint.
   */
  java.lang.String getEndpoint();
  /**
   * string endpoint = 2;
   * @return The bytes for endpoint.
   */
  com.google.protobuf.ByteString
      getEndpointBytes();

  /**
   * string deployment = 3;
   * @return The deployment.
   */
  java.lang.String getDeployment();
  /**
   * string deployment = 3;
   * @return The bytes for deployment.
   */
  com.google.protobuf.ByteString
      getDeploymentBytes();

  /**
   * .google.protobuf.Struct labels = 5;
   * @return Whether the labels field is set.
   */
  boolean hasLabels();
  /**
   * .google.protobuf.Struct labels = 5;
   * @return The labels.
   */
  com.google.protobuf.Struct getLabels();
  /**
   * .google.protobuf.Struct labels = 5;
   */
  com.google.protobuf.StructOrBuilder getLabelsOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy