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

grpc.control_client._RevokeSigningKeyRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.119.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: controlclient.proto

package grpc.control_client;

public interface _RevokeSigningKeyRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:control_client._RevokeSigningKeyRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string key_id = 1;
   * @return The keyId.
   */
  java.lang.String getKeyId();
  /**
   * string key_id = 1;
   * @return The bytes for keyId.
   */
  com.google.protobuf.ByteString
      getKeyIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy