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

com.scalar.dl.rpc.SecretRegistrationRequestOrBuilder 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 SecretRegistrationRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpc.SecretRegistrationRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string entity_id = 1;
   * @return The entityId.
   */
  java.lang.String getEntityId();
  /**
   * string entity_id = 1;
   * @return The bytes for entityId.
   */
  com.google.protobuf.ByteString
      getEntityIdBytes();

  /**
   * uint32 key_version = 2;
   * @return The keyVersion.
   */
  int getKeyVersion();

  /**
   * string secret_key = 3;
   * @return The secretKey.
   */
  java.lang.String getSecretKey();
  /**
   * string secret_key = 3;
   * @return The bytes for secretKey.
   */
  com.google.protobuf.ByteString
      getSecretKeyBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy