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

io.temporal.api.batch.v1.BatchOperationDeletionOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/batch/v1/message.proto

package io.temporal.api.batch.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:BatchOperationDeletionOrBuilder.java.pb.meta")
public interface BatchOperationDeletionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.batch.v1.BatchOperationDeletion)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The identity of the worker/client
   * 
* * string identity = 1; * @return The identity. */ java.lang.String getIdentity(); /** *
   * The identity of the worker/client
   * 
* * string identity = 1; * @return The bytes for identity. */ com.google.protobuf.ByteString getIdentityBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy