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

de.unistuttgart.isw.sfsc.clientserver.protocol.registry.command.CommandRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: clientserver/protocol/registry/command/command.proto

package de.unistuttgart.isw.sfsc.clientserver.protocol.registry.command;

public interface CommandRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:de.unistuttgart.isw.sfsc.clientserver.protocol.registry.command.CommandRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .de.unistuttgart.isw.sfsc.framework.types.SfscId adapterId = 1;
   * @return Whether the adapterId field is set.
   */
  boolean hasAdapterId();
  /**
   * .de.unistuttgart.isw.sfsc.framework.types.SfscId adapterId = 1;
   * @return The adapterId.
   */
  de.unistuttgart.isw.sfsc.framework.types.SfscId getAdapterId();
  /**
   * .de.unistuttgart.isw.sfsc.framework.types.SfscId adapterId = 1;
   */
  de.unistuttgart.isw.sfsc.framework.types.SfscIdOrBuilder getAdapterIdOrBuilder();

  /**
   * .de.unistuttgart.isw.sfsc.framework.descriptor.SfscServiceDescriptor create_request = 2;
   * @return Whether the createRequest field is set.
   */
  boolean hasCreateRequest();
  /**
   * .de.unistuttgart.isw.sfsc.framework.descriptor.SfscServiceDescriptor create_request = 2;
   * @return The createRequest.
   */
  de.unistuttgart.isw.sfsc.framework.descriptor.SfscServiceDescriptor getCreateRequest();
  /**
   * .de.unistuttgart.isw.sfsc.framework.descriptor.SfscServiceDescriptor create_request = 2;
   */
  de.unistuttgart.isw.sfsc.framework.descriptor.SfscServiceDescriptorOrBuilder getCreateRequestOrBuilder();

  /**
   * .de.unistuttgart.isw.sfsc.framework.descriptor.SfscServiceDescriptor delete_request = 3;
   * @return Whether the deleteRequest field is set.
   */
  boolean hasDeleteRequest();
  /**
   * .de.unistuttgart.isw.sfsc.framework.descriptor.SfscServiceDescriptor delete_request = 3;
   * @return The deleteRequest.
   */
  de.unistuttgart.isw.sfsc.framework.descriptor.SfscServiceDescriptor getDeleteRequest();
  /**
   * .de.unistuttgart.isw.sfsc.framework.descriptor.SfscServiceDescriptor delete_request = 3;
   */
  de.unistuttgart.isw.sfsc.framework.descriptor.SfscServiceDescriptorOrBuilder getDeleteRequestOrBuilder();

  public de.unistuttgart.isw.sfsc.clientserver.protocol.registry.command.CommandRequest.CreateOrDeleteCase getCreateOrDeleteCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy