com.scalar.dl.rpc.ExecutionAbortRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: scalar.proto
// Protobuf Java Version: 3.25.5
package com.scalar.dl.rpc;
public interface ExecutionAbortRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:rpc.ExecutionAbortRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string nonce = 1;
* @return The nonce.
*/
java.lang.String getNonce();
/**
* string nonce = 1;
* @return The bytes for nonce.
*/
com.google.protobuf.ByteString
getNonceBytes();
/**
* string entity_id = 2;
* @return The entityId.
*/
java.lang.String getEntityId();
/**
* string entity_id = 2;
* @return The bytes for entityId.
*/
com.google.protobuf.ByteString
getEntityIdBytes();
/**
* uint32 key_version = 3;
* @return The keyVersion.
*/
int getKeyVersion();
/**
* bytes signature = 4;
* @return The signature.
*/
com.google.protobuf.ByteString getSignature();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy