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

io.helidon.config.etcd.internal.client.proto.WatchRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: rpc.proto

package io.helidon.config.etcd.internal.client.proto;

public interface WatchRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:etcdserverpb.WatchRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .etcdserverpb.WatchCreateRequest create_request = 1;
   * @return Whether the createRequest field is set.
   */
  boolean hasCreateRequest();
  /**
   * .etcdserverpb.WatchCreateRequest create_request = 1;
   * @return The createRequest.
   */
  io.helidon.config.etcd.internal.client.proto.WatchCreateRequest getCreateRequest();
  /**
   * .etcdserverpb.WatchCreateRequest create_request = 1;
   */
  io.helidon.config.etcd.internal.client.proto.WatchCreateRequestOrBuilder getCreateRequestOrBuilder();

  /**
   * .etcdserverpb.WatchCancelRequest cancel_request = 2;
   * @return Whether the cancelRequest field is set.
   */
  boolean hasCancelRequest();
  /**
   * .etcdserverpb.WatchCancelRequest cancel_request = 2;
   * @return The cancelRequest.
   */
  io.helidon.config.etcd.internal.client.proto.WatchCancelRequest getCancelRequest();
  /**
   * .etcdserverpb.WatchCancelRequest cancel_request = 2;
   */
  io.helidon.config.etcd.internal.client.proto.WatchCancelRequestOrBuilder getCancelRequestOrBuilder();

  public io.helidon.config.etcd.internal.client.proto.WatchRequest.RequestUnionCase getRequestUnionCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy